7327dd53e5
- Renamed "sql_injection_keywords.yml" to "web_sql_injection_keywords.yml" to conform with the rest of the rule in the WEB directory - Renamed "xss_keywords.yml" to "web_xss_keywords.yml" to conform with the rest of the rule in the WEB directory - Renamed "proc_create_win_msdt_susp_parent.yml" to "proc_creation_win_msdt_susp_parent.yml" to conform with other process creation rules - Renamed "proc_create_win_sdiagnhost_susp_child.yml" to "proc_creation_win_sdiagnhost_susp_child.yml" to conform with other process creation rules - Moved the rule "win_powershell_snapins_hafnium.yml" to process_creation folder instead of the WEB folder - Created "web_susp_windows_path_uri.yml" to detect URI that contains susp windows paths - Updated the description "web_webshell_keyword.yml" and added 3 more cases - Created "file_event_win_cve_2021_44077_poc_default_files.yml" to detect the default dropped file from the POC of CVE-2021-44077 (Showcased in the DFIR report) - Created "proc_creation_win_renamed_plink.yml" to detect renamed usage of "Plink"
25 lines
543 B
YAML
25 lines
543 B
YAML
title: Detect Sql Injection By Keywords
|
|
id: 5513deaf-f49a-46c2-a6c8-3f111b5cb453
|
|
status: test
|
|
description: Detects sql injection that use GET requests by keyword searches in URL strings
|
|
author: Saw Win Naung
|
|
date: 2020/02/22
|
|
modified: 2021/11/27
|
|
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
|