SigmaHQ/rules/linux/lnx_shellshock.yml

22 lines
495 B
YAML
Raw Normal View History

title: Shellshock Expression
2019-11-12 22:12:27 +00:00
id: c67e0c98-4d39-46ee-8f6b-437ebf6b950e
2020-09-14 04:03:04 +00:00
status: experimental
description: Detects shellshock expressions in log files
author: Florian Roth
2020-09-14 04:03:04 +00:00
date: 2017/03/14
2021-04-28 09:46:49 +00:00
modified: 2021/04/28
references:
2021-04-28 09:46:49 +00:00
- https://owasp.org/www-pdf-archive/Shellshock_-_Tudor_Enache.pdf
logsource:
product: linux
detection:
2021-04-28 09:46:49 +00:00
keyword:
2021-04-28 09:47:24 +00:00
- '(){:;};'
- '() {:;};'
2021-04-28 09:46:49 +00:00
- '() { :;};'
- '() { :; };'
condition: keyword
falsepositives:
- Unknown
level: high