mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
23 lines
658 B
YAML
23 lines
658 B
YAML
title: Buffer Overflow Attempts
|
|
id: 18b042f0-2ecd-4b6e-9f8d-aa7a7e7de781
|
|
status: stable
|
|
description: Detects buffer overflow attempts in Unix system log files
|
|
author: Florian Roth
|
|
date: 2017/03/01
|
|
references:
|
|
- https://github.com/ossec/ossec-hids/blob/master/etc/rules/attack_rules.xml
|
|
logsource:
|
|
product: unix
|
|
detection:
|
|
keywords:
|
|
- 'attempt to execute code on stack by'
|
|
- 'FTP LOGIN FROM .* 0bin0sh'
|
|
- 'rpc.statd[\d+]: gethostbyname error for'
|
|
- 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'
|
|
condition: keywords
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|
|
tags:
|
|
- attack.t1068
|
|
- attack.privilege_escalation |