SigmaHQ/rules/windows/process_creation/win_dsquery_domain_trust_discovery.yml

28 lines
757 B
YAML
Raw Normal View History

2019-10-23 18:23:12 +00:00
title: Domain Trust Discovery
id: 77815820-246c-47b8-9741-e0def3f57308
2019-10-23 18:23:12 +00:00
status: experimental
description: Detects a discovery of domain trusts
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1482/T1482.yaml
author: Jakob Weinzettl, oscd.community
date: 2019/10/23
modified: 2019/11/08
2019-10-23 18:23:12 +00:00
tags:
- attack.discovery
- attack.t1482
logsource:
category: process_creation
product: windows
detection:
selection:
- Image|endswith: '\dsquery.exe'
CommandLine|contains|all:
- '-filter'
- 'trustedDomain'
- Image|endswith: '\nltest.exe'
CommandLine|contains: 'domain_trusts'
condition: selection
2019-10-23 18:23:12 +00:00
falsepositives:
2020-01-19 21:34:16 +00:00
- Administration of systems
2019-10-23 18:23:12 +00:00
level: medium