mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
Rule: Ping hex IP address
https://github.com/vysec/Aggressor-VYSEC/blob/master/ping.cna
This commit is contained in:
parent
c10da5b734
commit
e141a834ff
23
rules/windows/sysmon/sysmon_susp_ping_hex_ip.yml
Normal file
23
rules/windows/sysmon/sysmon_susp_ping_hex_ip.yml
Normal file
@ -0,0 +1,23 @@
|
||||
title: Ping Hex IP
|
||||
description: Detects a ping command that uses a hex encoded IP address
|
||||
references:
|
||||
- https://github.com/vysec/Aggressor-VYSEC/blob/master/ping.cna
|
||||
- https://twitter.com/vysecurity/status/977198418354491392
|
||||
author: Florian Roth
|
||||
date: 2018/03/23
|
||||
logsource:
|
||||
product: windows
|
||||
service: sysmon
|
||||
detection:
|
||||
selection:
|
||||
EventID: 1
|
||||
CommandLine:
|
||||
- '*\ping.exe 0x*'
|
||||
- '*\ping 0x*'
|
||||
condition: selection
|
||||
fields:
|
||||
- ParentCommandLine
|
||||
falsepositives:
|
||||
- Unlikely, because no sane admin pings IP addresses in a hexadecimal form
|
||||
level: high
|
||||
|
Loading…
Reference in New Issue
Block a user