Files
blue-team-tools/rules/web/sql_injection_keywords.yml
T

25 lines
543 B
YAML
Raw Normal View History

2021-08-15 19:05:00 +02:00
title: Detect Sql Injection By Keywords
2021-08-15 16:00:14 +02:00
id: 5513deaf-f49a-46c2-a6c8-3f111b5cb453
2021-11-27 11:33:14 +01:00
status: test
2021-08-15 16:00:14 +02:00
description: Detects sql injection that use GET requests by keyword searches in URL strings
author: Saw Win Naung
date: 2020/02/22
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2021-08-15 16:00:14 +02:00
logsource:
category: webserver
detection:
keywords:
- '=select'
- '=union'
- '=concat'
condition: keywords
fields:
- client_ip
- vhost
- url
- response
falsepositives:
- Java scripts and CSS Files
- User searches in search boxes of the respective website
level: high