Generate docs from job=validate_atomics_generate_docs branch=master

This commit is contained in:
CircleCI Atomic Red Team doc generator
2019-11-21 03:07:05 +00:00
parent 5bf01b6c2c
commit 5f087ec34d
4 changed files with 37 additions and 0 deletions
+21
View File
@@ -8,6 +8,8 @@
- [Atomic Test #2 - Windows - Discover domain trusts with nltest](#atomic-test-2---windows---discover-domain-trusts-with-nltest)
- [Atomic Test #3 - Powershell enumerate domains and forests](#atomic-test-3---powershell-enumerate-domains-and-forests)
<br/>
@@ -43,4 +45,23 @@ nltest /domain_trusts
<br/>
<br/>
## Atomic Test #3 - Powershell enumerate domains and forests
Use powershell to enumerate AD information
**Supported Platforms:** Windows
#### Run it with `powershell`!
```
Get-NetDomainTrust
Get-NetForestTrust
Get-ADDomain
Get-ADGroupMember Administrators -Recursive
```
<br/>
+1
View File
@@ -542,6 +542,7 @@
- [T1482 Domain Trust Discovery](./T1482/T1482.md)
- Atomic Test #1: Windows - Discover domain trusts with dsquery [windows]
- Atomic Test #2: Windows - Discover domain trusts with nltest [windows]
- Atomic Test #3: Powershell enumerate domains and forests [windows]
- [T1083 File and Directory Discovery](./T1083/T1083.md)
- Atomic Test #1: File and Directory Discovery [windows]
- Atomic Test #2: File and Directory Discovery [windows]
+14
View File
@@ -15899,6 +15899,20 @@ discovery:
command: 'nltest /domain_trusts
'
- name: Powershell enumerate domains and forests
description: 'Use powershell to enumerate AD information
'
supported_platforms:
- windows
executor:
name: powershell
elevation_required: false
command: |
Get-NetDomainTrust
Get-NetForestTrust
Get-ADDomain
Get-ADGroupMember Administrators -Recursive
T1083:
technique:
x_mitre_permissions_required:
+1
View File
@@ -384,6 +384,7 @@
- [T1482 Domain Trust Discovery](./T1482/T1482.md)
- Atomic Test #1: Windows - Discover domain trusts with dsquery [windows]
- Atomic Test #2: Windows - Discover domain trusts with nltest [windows]
- Atomic Test #3: Powershell enumerate domains and forests [windows]
- [T1083 File and Directory Discovery](./T1083/T1083.md)
- Atomic Test #1: File and Directory Discovery [windows]
- Atomic Test #2: File and Directory Discovery [windows]