SigmaHQ/rules/linux/lnx_buffer_overflows.yml

17 lines
505 B
YAML
Raw Normal View History

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
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