IMPORTANT: No additional bug fixes or documentation updates will be released for this version.
Web Application Suspicious Activity: sqlmap User Agent
editWeb Application Suspicious Activity: sqlmap User Agent
editThis is an example of how to detect an unwanted web client user agent. This search matches the user agent for sqlmap 1.3.11, which is a popular FOSS tool for testing web applications for SQL injection vulnerabilities.
Rule type: query
Rule indices:
- apm--transaction
Severity: medium
Risk score: 47
Runs every: 5 minutes
Searches indices from: now-6m (Date Math format, see also Additional look-back time
)
Maximum signals per execution: 100
References:
Tags:
- APM
- Elastic
Version: 2 (version history)
Added (Elastic Stack release): 7.6.0
Last modified (Elastic Stack release): 7.7.0
Potential false positives
editThis rule does not indicate that a SQL injection attack occurred, only that the
sqlmap
tool was used. Security scans and tests may result in these errors. If
the source is not an authorized security tester, this is generally suspicious or
malicious activity.
Rule query
edituser_agent.original:"sqlmap/1.3.11#stable (http://sqlmap.org)"
Rule version history
edit- Version 2 (7.7.0 release)
-
- Formatting only.