Imperva - Malicious Client
| Id | 2ff35ed4-b26a-4cad-93a6-f67adb00e919 |
| Rulename | Imperva - Malicious Client |
| Description | Detects connections from known malicious clients. |
| Severity | High |
| Tactics | InitialAccess |
| Techniques | T1190 T1133 |
| Required data connectors | ImpervaWAFCloudAPI |
| Kind | Scheduled |
| Query frequency | 10m |
| Query period | 10m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ImpervaCloudWAF/Analytic Rules/ImpervaMaliciousClient.yaml |
| Version | 1.0.1 |
| Arm template | 2ff35ed4-b26a-4cad-93a6-f67adb00e919.json |
ImpervaWAFCloud
| where ClientApp in~ ('VulnerabilityScanner', 'DDoSBot', 'ClickBot','CommentSpamBot','HackingTool', 'SpamBot', 'Worm')
| where DvcAction !startswith 'REQ_BLOCKED' or DvcAction !startswith 'REQ_BAD_'
| extend IPCustomEntity = SrcIpAddr, UrlCustomEntity = QueryString
requiredDataConnectors:
- connectorId: ImpervaWAFCloudAPI
dataTypes:
- ImpervaWAFCloud
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ImpervaCloudWAF/Analytic Rules/ImpervaMaliciousClient.yaml
triggerThreshold: 0
status: Available
relevantTechniques:
- T1190
- T1133
queryPeriod: 10m
name: Imperva - Malicious Client
entityMappings:
- entityType: IP
fieldMappings:
- columnName: IPCustomEntity
identifier: Address
- entityType: URL
fieldMappings:
- columnName: UrlCustomEntity
identifier: Url
queryFrequency: 10m
triggerOperator: gt
kind: Scheduled
description: |
'Detects connections from known malicious clients.'
tactics:
- InitialAccess
severity: High
version: 1.0.1
query: |
ImpervaWAFCloud
| where ClientApp in~ ('VulnerabilityScanner', 'DDoSBot', 'ClickBot','CommentSpamBot','HackingTool', 'SpamBot', 'Worm')
| where DvcAction !startswith 'REQ_BLOCKED' or DvcAction !startswith 'REQ_BAD_'
| extend IPCustomEntity = SrcIpAddr, UrlCustomEntity = QueryString
id: 2ff35ed4-b26a-4cad-93a6-f67adb00e919