Fix Azure AD CSV Index and MITRE ATT&CK Navigator JSON (#3301)

Co-authored-by: Bhavin Patel <bhavin.j.patel91@gmail.com>
This commit is contained in:
Hare Sudhan
2026-04-17 23:30:19 -04:00
committed by GitHub
parent 3d22e294da
commit aa9b3454fe
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ Do {
$TimeNow = Get-Date
Resolve-DnsName -type $QueryType $Subdomain".$(Get-Random -Minimum 1 -Maximum 999999)."$Domain -QuickTimeout
$Jitter = (Get-Random -Minimum -$C2Jitter -Maximum $C2Jitter) / 100 + 1
Start-Sleep -Seconds $C2Interval
Start-Sleep -Seconds ($C2Interval * $Jitter)
}
Until ($TimeNow -ge $RunEnd)