From 89a486294b787fbc5f75040befe48a36af49cd6f Mon Sep 17 00:00:00 2001 From: CircleCI Atomic Red Team doc generator Date: Mon, 1 Nov 2021 15:00:11 +0000 Subject: [PATCH] Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci] --- atomics/Indexes/index.yaml | 2 +- atomics/T1110.003/T1110.003.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atomics/Indexes/index.yaml b/atomics/Indexes/index.yaml index f4f77211..ee63dd51 100644 --- a/atomics/Indexes/index.yaml +++ b/atomics/Indexes/index.yaml @@ -5206,7 +5206,7 @@ credential-access: domain: description: Domain FQDN type: String - default: contoso.com + default: "$env:UserDnsDomain" auth: description: authentication method to choose between "NTLM" and "Kerberos" type: String diff --git a/atomics/T1110.003/T1110.003.md b/atomics/T1110.003/T1110.003.md index 69507fd4..1d6d21bd 100644 --- a/atomics/T1110.003/T1110.003.md +++ b/atomics/T1110.003/T1110.003.md @@ -136,7 +136,7 @@ Prerequisite: AD RSAT PowerShell module is needed and it must run under a domain | Name | Description | Type | Default Value | |------|-------------|------|---------------| | password | single password we will attempt to auth with (if you need several passwords, then it is a bruteforce so see T1110.001) | String | P@ssw0rd!| -| domain | Domain FQDN | String | contoso.com| +| domain | Domain FQDN | String | $env:UserDnsDomain| | auth | authentication method to choose between "NTLM" and "Kerberos" | String | NTLM|