Obfuscated IP Via CLI
Description
Detects usage of an encoded/obfuscated version of an IP address (hex, octal, etc.) via command line
Query · sigma
selection_img:
Image|endswith:
- \ping.exe
- \arp.exe
selection_ip_1:
CommandLine|contains:
- ' 0x'
- //0x
- .0x
- .00x
selection_ip_2:
CommandLine|contains|all:
- http://%
- '%2e'
selection_ip_3:
- CommandLine|re: https?://[0-9]{1,3}\.[0-9]{1,3}\.0[0-9]{3,4}
- CommandLine|re: https?://[0-9]{1,3}\.0[0-9]{3,7}
- CommandLine|re: https?://0[0-9]{3,11}
- CommandLine|re: https?://(?:0[0-9]{1,11}\.){3}0[0-9]{1,11}
- CommandLine|re: https?://0[0-9]{1,11}
- CommandLine|re: ' [0-7]{7,13}'
filter_main_valid_ip:
CommandLine|re: https?://(?:(?:25[0-5]|(?:2[0-4]|1\d|[1-9])?\d)(?:\.|\b)){4}
condition: selection_img and 1 of selection_ip_* and not 1 of filter_main_*
Known false positives
- Unknown