598d29f811
chore: change tags, date, modified fields to comply with v2 of the Sigma spec. chore: update the related type from `obsoletes` to `obsolete`. chore: update local json schema to the latest version.
25 lines
560 B
YAML
25 lines
560 B
YAML
title: Shellshock Expression
|
|
id: c67e0c98-4d39-46ee-8f6b-437ebf6b950e
|
|
status: test
|
|
description: Detects shellshock expressions in log files
|
|
references:
|
|
- https://owasp.org/www-pdf-archive/Shellshock_-_Tudor_Enache.pdf
|
|
author: Florian Roth (Nextron Systems)
|
|
date: 2017-03-14
|
|
modified: 2022-10-09
|
|
tags:
|
|
- attack.persistence
|
|
- attack.t1505.003
|
|
logsource:
|
|
product: linux
|
|
detection:
|
|
keywords:
|
|
- '(){:;};'
|
|
- '() {:;};'
|
|
- '() { :;};'
|
|
- '() { :; };'
|
|
condition: keywords
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|