2017-03-14 13:53:29 +00:00
|
|
|
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
|
2017-03-14 13:53:29 +00:00
|
|
|
description: Detects shellshock expressions in log files
|
2020-01-30 14:32:39 +00:00
|
|
|
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
|
2018-01-27 23:24:16 +00:00
|
|
|
references:
|
2021-04-28 09:46:49 +00:00
|
|
|
- https://owasp.org/www-pdf-archive/Shellshock_-_Tudor_Enache.pdf
|
2017-03-14 13:53:29 +00:00
|
|
|
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
|
2017-03-14 13:53:29 +00:00
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: high
|