SigmaHQ/rules/windows/process_creation/win_dsquery_domain_trust_discovery.yml

27 lines
725 B
YAML
Raw Normal View History

2019-10-23 18:23:12 +00:00
title: Domain Trust Discovery
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:
- Administrators script of some sort
level: medium