File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ falsepositives:
13
13
- Web sites like wikis with articles on os commands and pages that include the os commands in the URLs
14
14
- User searches in search boxes of the respective website
15
15
level : high
16
+
You can’t perform that action at this time.
0 commit comments