From 210485a6d350af2b584f57b1aa2c8c4e7aa33f50 Mon Sep 17 00:00:00 2001 From: Atomic Red Team doc generator Date: Wed, 31 May 2023 21:17:38 +0000 Subject: [PATCH] Generated docs from job=generate-docs branch=master [ci skip] --- atomics/Indexes/index.yaml | 2 +- atomics/Indexes/windows-index.yaml | 2 +- atomics/T1016/T1016.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/atomics/Indexes/index.yaml b/atomics/Indexes/index.yaml index 45068180..8804069b 100644 --- a/atomics/Indexes/index.yaml +++ b/atomics/Indexes/index.yaml @@ -98398,7 +98398,7 @@ discovery: supported_platforms: - windows executor: - command: 'nslookup -querytype=ALL -timeout=12 _ldap._tcp.dc._msdcs.$env:USERDNSDOMAIN + command: 'nslookup -querytype=ALL -timeout=12 _ldap._tcp.dc._msdcs.%USERDNSDOMAIN% ' name: command_prompt diff --git a/atomics/Indexes/windows-index.yaml b/atomics/Indexes/windows-index.yaml index 9d004675..727fb84a 100644 --- a/atomics/Indexes/windows-index.yaml +++ b/atomics/Indexes/windows-index.yaml @@ -85106,7 +85106,7 @@ discovery: supported_platforms: - windows executor: - command: 'nslookup -querytype=ALL -timeout=12 _ldap._tcp.dc._msdcs.$env:USERDNSDOMAIN + command: 'nslookup -querytype=ALL -timeout=12 _ldap._tcp.dc._msdcs.%USERDNSDOMAIN% ' name: command_prompt diff --git a/atomics/T1016/T1016.md b/atomics/T1016/T1016.md index 2277aab9..83d9b5ca 100644 --- a/atomics/T1016/T1016.md +++ b/atomics/T1016/T1016.md @@ -395,7 +395,7 @@ controller of the targeted or compromised host. reference https://securelist.com ```cmd -nslookup -querytype=ALL -timeout=12 _ldap._tcp.dc._msdcs.$env:USERDNSDOMAIN +nslookup -querytype=ALL -timeout=12 _ldap._tcp.dc._msdcs.%USERDNSDOMAIN% ```