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"}
Expanding on ChunkyIngress - Clippy Goes Rogue (GoClipC2)
Featured

Expanding on ChunkyIngress - Clippy Goes Rogue (GoClipC2)

GoClipC2: A covert Windows clipboard-based C2 channel for VDI/RDP environments. Bypasses network monitoring with encrypted Base64 messaging.
15 Jun 2025 10 min read
The Human Element: Why AI-Generated Content Is Killing Authenticity

The Human Element: Why AI-Generated Content Is Killing Authenticity

They say AI is the future, but what they meant was Andy Intelligence.
31 May 2025 4 min read
LOLCLOUD - Azure Arc - C2aaS
Featured

LOLCLOUD - Azure Arc - C2aaS

Exploring Azure Arc’s overlooked C2aaS potential. Attacking and Defending against its usage and exploring usecases.
30 May 2025 12 min read
ZephrSec - Adventures In Information Security © 2025
  • About Andy
  • Github
  • Twitter
  • LinkedIn
  • Photo Blog
  • Pre-register MAE
Powered by Ghost