Imperva is a provider of cyber and data security products. With an integrated security platform, Imperva data center security provides tools to combat attack, theft, and fraud, mitigate risk, and streamline regulatory compliance. Imperva is headquartered in Redwood Shores, California.
Questions tagged [imperva]
13 questions
3
votes
1 answer
java module access issue: "Class in a module cannot access class in unnamed module because module x does not read unnamed module y"
My source code compiles on java 7 and runs on java 11.
I am trying to integrate imperva RASP as a java agent in tomcat. However, when I start the tomcat server, it is throwing following exception:
Caused by: java.lang.IllegalAccessError: class…

Bhushan Karmarkar
- 625
- 7
- 22
3
votes
3 answers
Terraform Incapsula provider fails to create custom certificate resource
We are trying to use Terraform Incapsula privider to manage Imperva site and custom certificate resources.
We are able to create Imperva site resources but certificate resource creation fails.
Our use-case is to get the certificate from Azure…

victor voloceai
- 51
- 3
1
vote
1 answer
How do I enable native audit logging in Cassandra 3.11?
I Need help to enable audit logging in Cassandra 3.11 which this version not include enable audit logging and I want to read it from DAM Solution (Imperva Sonar) So I tried
1 - ECAUdit…

Basel Maged
- 13
- 3
1
vote
2 answers
Need help decoding a cross site scripting javascript attack
Someone posted on Twitter (not sure if I can link it here) a cross site scripting bypass for Imperva Web Application Firewalls. Which looks as…

Sebast1aan
- 19
- 2
0
votes
0 answers
imperva WAF rules blocked drupal 7 form submit
We have created a variable form using hook_variable_info where a field type "text_format".
Where we are putting a html template data. But when we are going to submit that form getting blocked by imperva.
At imperva console we are getting cross site…

Arif
- 195
- 12
0
votes
0 answers
Imperva - Data security Fabric - diagnostic logs RDS in AWS
I am install data security fabric in my company, i work with postgre in heroku api in conection on AWS. i need collectar logs RDS for Imperva data security audit, is possible used heroku? wath logs is send for the RDS AWS? It is possible work…

Caio Alberto
- 1
- 1
0
votes
0 answers
Imperva REST API - problem with .cer SSL authorization
I am trying to write a python script that, using the Imperva API, connects via TCP on a specific port and can modify certain settings. It has a ".cer" certificate, which I can download from the management panel. Trying to authenticate through the…

ichorzepa
- 13
- 2
0
votes
0 answers
Accessing imperva logs to diagnose api performance issue
My api is behind imperva incapsula firewall, Is there any way to access logs from imperva to diagnose response time of my api? I am trying to research if slowness is coming from imperva firewall.

coolswastik
- 489
- 1
- 9
- 23
0
votes
1 answer
curious to know whether I can use Python to add users in Imperva Firewall
Greetings of the day!
I would like to know whether I will be able to add a user to Imperva WAF firewall using Python scripts ?
We add application, web sites, users to Imperva Firewall using Terraform and CI/CD.
Can we do the same using Python…

AravindkumarTS
- 13
- 2
0
votes
1 answer
How do I avoid imperva bot detection?
I am running a Python script that scrapes a website. It uses Imperva to detect automated scripts crawling through it's web pages. Imperva has blocked my IP from accessing the site as soon as I run the script. I did read someone suggest including a…
user19175075
0
votes
1 answer
Azure WebApp - How to add custom tracing in App Insights
Technical Stack
Imperva WAF
Angular 7
Azure WebApp
We are planning to deploy Angular 7 build in Azure WebApp and will add custom domain to it which will be behind Imperva WAF. WAF will make sure that only whitelisted IPs can access site. WebApp…

Manish Joisar
- 1,256
- 3
- 23
- 47
0
votes
1 answer
CURL - NodeJS Rest API call Imperva - [SyntaxError: Unexpected token <]
I have written a shell script code which is successfully adding a new OS Connection IP in Imperva system/instance.
## Create a new IP OS connection in a given site, server group.
create_ip()
{
JSESSIONID="${1}"
addThisIP="${2}"
siteName="${3}"
…

AKS
- 16,482
- 43
- 166
- 258
-1
votes
1 answer
Bypassing Imperva bot detection with Scrapy. Any way possible?
I'm trying to scrape several links containing information about events. I am rotating my paid proxies and user agents generated by UserAgent library. Imperva, which requires a US IP, is so sensitive that even it doesn't allow my browser event if I…

avakado0
- 101
- 1
- 9