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
|
2020-01-30 15:32:39 +01:00
|
|
|
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
|
2018-01-28 02:24:16 +03:00
|
|
|
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
|