Skip to content

Commit

Permalink
Generate docs from job=validate_atomics_generate_docs branch=master
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI Atomic Red Team doc generator committed Oct 15, 2019
1 parent 1ec4ee2 commit fd93a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atomics/T1071/T1071.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The intent of this test is to trigger threshold based detection on the number of

#### Run it with `powershell`!
```
for($i=0; $i -le $#{query_volume}; $i++) { Resolve-DnsName -type "#{query_type}" "#{subdomain}.$(Get-Random -Minimum 1 -Maximum 999999).#{domain}" -QuickTimeout}
for($i=0; $i -le #{query_volume}; $i++) { Resolve-DnsName -type "#{query_type}" "#{subdomain}.$(Get-Random -Minimum 1 -Maximum 999999).#{domain}" -QuickTimeout}
```


Expand Down
2 changes: 1 addition & 1 deletion atomics/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22316,7 +22316,7 @@ command-and-control:
executor:
name: powershell
elevation_required: false
command: 'for($i=0; $i -le $#{query_volume}; $i++) { Resolve-DnsName -type
command: 'for($i=0; $i -le #{query_volume}; $i++) { Resolve-DnsName -type
"#{query_type}" "#{subdomain}.$(Get-Random -Minimum 1 -Maximum 999999).#{domain}"
-QuickTimeout}

Expand Down

0 comments on commit fd93a2f

Please sign in to comment.