mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
22 lines
495 B
YAML
22 lines
495 B
YAML
title: Shellshock Expression
|
|
id: c67e0c98-4d39-46ee-8f6b-437ebf6b950e
|
|
status: experimental
|
|
description: Detects shellshock expressions in log files
|
|
author: Florian Roth
|
|
date: 2017/03/14
|
|
modified: 2021/04/28
|
|
references:
|
|
- https://owasp.org/www-pdf-archive/Shellshock_-_Tudor_Enache.pdf
|
|
logsource:
|
|
product: linux
|
|
detection:
|
|
keyword:
|
|
- '(){:;};'
|
|
- '() {:;};'
|
|
- '() { :;};'
|
|
- '() { :; };'
|
|
condition: keyword
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|