2019-01-16 22:36:31 +00:00
|
|
|
title: Ping Hex IP
|
|
|
|
description: Detects a ping command that uses a hex encoded IP address
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://github.com/vysec/Aggressor-VYSEC/blob/master/ping.cna
|
|
|
|
- https://twitter.com/vysecurity/status/977198418354491392
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 2018/03/23
|
2019-03-05 23:16:40 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1140
|
|
|
|
- attack.t1027
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
CommandLine:
|
|
|
|
- '*\ping.exe 0x*'
|
|
|
|
- '*\ping 0x*'
|
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
fields:
|
2019-03-01 23:14:20 +00:00
|
|
|
- ParentCommandLine
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Unlikely, because no sane admin pings IP addresses in a hexadecimal form
|
2019-01-16 22:36:31 +00:00
|
|
|
level: high
|