2019-11-11 20:02:13 +00:00
title : Domain Trust Discovery
2019-12-19 22:56:36 +00:00
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
2020-10-30 07:45:11 +00:00
author : E.M. Anhaus (orignally from Atomic Blue Detections, Tony Lambert), oscd.community, omkar72
2019-10-28 10:59:49 +00:00
date : 2019 /10/24
2020-10-30 07:45:11 +00:00
modified : 2020 /10/30
2019-11-11 20:02:13 +00:00
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
2020-10-30 07:45:11 +00:00
- https://thedfirreport.com/2020/10/18/ryuk-in-5-hours/
- https://redcanary.com/blog/how-one-hospital-thwarted-a-ryuk-ransomware-outbreak/
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'
2020-10-30 07:45:11 +00:00
CommandLine|contains :
- 'domain_trusts'
- 'all_trusts'
- '/dclist'
2019-11-11 20:02:13 +00:00
- 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