Files
blue-team-tools/rules/web/web_path_traversal_exploitation_attempt.yml
T
2023-01-02 18:45:50 +01:00

26 lines
756 B
YAML

title: Path Traversal Exploitation Attempts
id: 7745c2ea-24a5-4290-b680-04359cb84b35
status: test
description: Detects path traversal exploitation attempts
references:
- https://github.com/projectdiscovery/nuclei-templates
author: Subhash Popuri (@pbssubhash), Florian Roth (generalisation)
date: 2021/09/25
modified: 2023/01/02
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri-query|contains:
- '../../../../../etc/passwd'
- '../../../../windows/'
- '../../../../../lib/password'
condition: selection
falsepositives:
- Happens all the time on systems exposed to the Internet
- Internal vulnerability scanners
level: medium