SigmaHQ/rules/windows/process_creation/win_trust_discovery.yml

27 lines
1.0 KiB
YAML
Raw Normal View History

2019-11-11 20:02:13 +00:00
title: Domain Trust Discovery
id: 3bad990e-4848-4a78-9530-b427d854aac0
2019-11-11 20:02:13 +00:00
description: Identifies execution of nltest.exe and dsquery.exe for domain trust discovery. This technique is used by attackers to enumerate Active Directory trusts.
2019-10-28 10:59:49 +00:00
status: experimental
2019-11-11 20:02:13 +00:00
author: E.M. Anhaus (orignally from Atomic Blue Detections, Tony Lambert), oscd.community
2019-10-28 10:59:49 +00:00
date: 2019/10/24
2019-11-11 20:02:13 +00:00
modified: 2019/11/11
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1482/T1482.md
- https://eqllib.readthedocs.io/en/latest/analytics/03e231a6-74bc-467a-acb1-e5676b0fb55e.html
2019-10-28 10:59:49 +00:00
tags:
- attack.discovery
- attack.t1482
2020-01-19 21:34:16 +00:00
logsource:
category: process_creation
product: windows
2019-10-28 10:59:49 +00:00
detection:
selection:
2019-11-11 20:02:13 +00:00
- Image|endswith: '\nltest.exe'
CommandLine|contains: 'domain_trusts'
- Image|endswith: '\dsquery.exe'
CommandLine|contains: 'trustedDomain'
2019-10-28 10:59:49 +00:00
condition: selection
falsepositives:
2019-11-11 20:02:13 +00:00
- Legitimate use of the utilities by legitimate user for legitimate reason
2020-01-19 21:34:16 +00:00
level: medium