Skip to content

Commit 2e0632b

Browse files
author
Florian Roth
committed
Rule: Linux: buffer overflows
1 parent 001bed0 commit 2e0632b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

rules/linux/lnx_buffer_overflows.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
title: Buffer Overflow Attempts
2+
description: Detects buffer overflow attempts in Linux system log files
3+
reference: https://github.com/ossec/ossec-hids/blob/master/etc/rules/attack_rules.xml
4+
logsource:
5+
product: linux
6+
detection:
7+
keywords:
8+
- 'attempt to execute code on stack by'
9+
- 'FTP LOGIN FROM .* 0bin0sh'
10+
- 'rpc.statd[\d+]: gethostbyname error for'
11+
- 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'
12+
condition: keywords
13+
falsepositives:
14+
- Unkown
15+
level: high

rules/web/web_webshell_keyword.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ falsepositives:
1313
- Web sites like wikis with articles on os commands and pages that include the os commands in the URLs
1414
- User searches in search boxes of the respective website
1515
level: high
16+

0 commit comments

Comments
 (0)