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
|
2019-11-07 23:58:32 +00:00
|
|
|
modified: 2019/11/08
|
2019-10-23 18:23:12 +00:00
|
|
|
tags:
|
|
|
|
- attack.discovery
|
|
|
|
- attack.t1482
|
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
2019-11-07 23:58:32 +00:00
|
|
|
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
|