Files
blue-team-tools/rules/linux/lnx_shellshock.yml
T

22 lines
495 B
YAML
Raw Normal View History

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