mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
24 lines
612 B
YAML
24 lines
612 B
YAML
|
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
|
||
|
|