2022-12-27 19:28:34 +01:00
title : Suspicious SQL Query
id : d84c0ded-edd7-4123-80ed-348bb3ccc4d5
2023-11-02 10:48:45 +01:00
status : test
2022-12-27 19:28:34 +01:00
description : Detects suspicious SQL query keywrods that are often used during recon, exfiltration or destructive activities. Such as dropping tables and selecting wildcard fields
author : '@juju4'
2024-08-12 12:02:50 +02:00
date : 2022-12-27
2022-12-27 19:28:34 +01:00
references :
- https://github.com/sqlmapproject/sqlmap
tags :
- attack.exfiltration
2024-08-12 12:02:50 +02:00
- attack.initial-access
- attack.privilege-escalation
2025-05-20 23:05:21 +02:00
- attack.persistence
2022-12-27 19:28:34 +01:00
- attack.t1190
- attack.t1505.001
logsource :
category : database
definition: 'Requirements : Must be able to log the SQL queries'
detection :
keywords :
- 'drop'
- 'truncate'
- 'dump'
- 'select \*'
condition : keywords
falsepositives :
- Inventory and monitoring activity
- Vulnerability scanners
- Legitimate applications
level : medium