2017-03-01 07:38:33 +00:00
|
|
|
title: Buffer Overflow Attempts
|
2018-08-24 22:20:34 +00:00
|
|
|
description: Detects buffer overflow attempts in Unix system log files
|
2018-01-27 23:24:16 +00:00
|
|
|
references:
|
|
|
|
- https://github.com/ossec/ossec-hids/blob/master/etc/rules/attack_rules.xml
|
2017-03-01 07:38:33 +00:00
|
|
|
logsource:
|
2018-08-24 22:20:34 +00:00
|
|
|
product: unix
|
2017-03-01 07:38:33 +00:00
|
|
|
detection:
|
|
|
|
keywords:
|
|
|
|
- 'attempt to execute code on stack by'
|
|
|
|
- 'FTP LOGIN FROM .* 0bin0sh'
|
|
|
|
- 'rpc.statd[\d+]: gethostbyname error for'
|
|
|
|
- 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'
|
|
|
|
condition: keywords
|
|
|
|
falsepositives:
|
|
|
|
- Unkown
|
|
|
|
level: high
|