ZephrSec - Adventures In Information Security
  • About Andy Gill/ZephrFish
  • Pre-register for my course
  • My Books
  • LTR101 Posts
  • Photo Blog
  • Pre-register for my course
Sign in Subscribe

tooling

  • Andy Gill

Andy Gill

10 Jul 2011
NotMicroburst
NotMicroburst.zip
96 KB
download-circle
$enabledSubs = Get-AzSubscription  |  Where-Object{$_.State -eq "Enabled"} 
$results = foreach ($SubName in $enabledSubs) {    
    $IDOut = $SubName.id
    Set-AzContext -Subscription "$IDOut"
    Get-ARTAccess
    Get-ARTADAccess
}
$results | Out-File AzureRT_Access.txt
Get-AzSubscription  |  Where-Object{$_.State -eq "Enabled"}
Offensive Threat Intelligence
Featured

Offensive Threat Intelligence

CTI isn’t just for blue teams. Used properly, it sharpens red team tradecraft, aligns ops to real-world threats, and exposes blind spots defenders often miss. It’s not about knowing threats, it’s about becoming them long enough to help others beat them.
24 May 2025 5 min read
Commit Stomping
Featured

Commit Stomping

Manipulating Git Histories to Obscure the Truth
15 May 2025 8 min read
Common Tool Errors - Kerberos

Common Tool Errors - Kerberos

So you are performing your favourite kerberos attacks, such as pass the ticket, Public Key Cryptography for Initial Authentication (PKINIT), Shadow Credentials or Active Directory Certificate Services (AD CS) vulnerabilities but you run into a kerberos error and despite troubleshooting you're still none-the-wiser on what todo? Well here&
27 Apr 2025 3 min read
ZephrSec - Adventures In Information Security © 2025
  • About Andy
  • Github
  • Twitter
  • LinkedIn
  • Photo Blog
  • Pre-register MAE
Powered by Ghost