Generate docs from job=validate_atomics_generate_docs branch=master
This commit is contained in:
parent
1ec4ee2afd
commit
fd93a2fe2a
@@ -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}
|
||||
```
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user