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

27 lines
841 B
YAML
Raw Normal View History

2019-12-27 21:25:53 -05:00
title: Trickbot Malware Recon Activity
id: 410ad193-a728-4107-bc79-4419789fcbf8
status: experimental
description: Trickbot enumerates domain/network topology and executes certain commands automatically every few minutes. This detectors attempts to identify that activity based off a command rarely observed in an enterprise network.
references:
- https://www.sneakymonkey.net/2019/05/22/trickbot-analysis/
author: David Burkett
2019-12-28 09:55:39 -05:00
date: 12/28/2019
tags:
- attack.t1482
2019-12-27 21:25:53 -05:00
logsource:
category: process_creation
product: windows
detection:
2019-12-28 09:55:39 -05:00
selection:
2019-12-27 21:25:53 -05:00
Image:
- '*\nltest.exe'
CommandLine:
- '/domain_trusts /all_trusts'
- '/domain_trusts'
2019-12-28 09:55:39 -05:00
condition: selection
2019-12-27 21:25:53 -05:00
fields:
- CommandLine
2019-12-28 09:55:39 -05:00
- ParentCommandLine
2019-12-27 21:25:53 -05:00
falsepositives:
2019-12-28 10:28:08 -05:00
- Rare System Admin Activity
2019-12-27 21:25:53 -05:00
level: critical