Files
blue-team-tools/rules/windows/process_creation/process_creation_pingback_backdoor.yml
T

28 lines
834 B
YAML
Raw Normal View History

2021-05-05 12:37:50 +05:45
title: Pingback Backdoor
2021-09-09 16:11:41 +02:00
id: b2400ffb-7680-47c0-b08a-098a7de7e7a9
2021-05-05 12:37:50 +05:45
status: experimental
description: Detects the use of Pingback backdoor that creates ICMP tunnel for C2 as described in the trustwave report
author: Bhabesh Raj
date: 2021/05/05
2021-09-09 16:11:41 +02:00
modified: 2021/09/09
2021-05-05 12:37:50 +05:45
references:
- https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/backdoor-at-the-end-of-the-icmp-tunnel
- https://app.any.run/tasks/4a54c651-b70b-4b72-84d7-f34d301d6406
tags:
- attack.persistence
- attack.t1574.001
logsource:
product: windows
category: process_creation
detection:
selection:
ParentImage|endswith: 'updata.exe'
CommandLine|contains|all:
- 'config'
2021-05-05 12:48:29 +05:45
- 'msdtc'
2021-05-05 12:37:50 +05:45
- 'start'
- 'auto'
condition: selection
2021-09-09 16:11:41 +02:00
falsepositives:
- Very unlikely
level: high