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"}
AI Assisted Development - FAFO

AI Assisted Development - FAFO

Artificial Intelligence (AI) aka large language models (LLM) and generative AI development also referred to as vibecoding is the current buzzword and everyone wants to have some degree of AI integration with tooling and use-cases. At its core a LLM is flawed and only as good as the data it
23 Aug 2025 7 min read
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
ZephrSec - Adventures In Information Security © 2025
  • About Andy
  • Github
  • Twitter
  • LinkedIn
  • Photo Blog
  • Pre-register MAE
Powered by Ghost