Building an AI Vishing Solution in 7 Days
A quick and dirty guide on how to rapidly deploy a fully autonomous conversational AI agent for voice-based social engineeringRead more…
A quick and dirty guide on how to rapidly deploy a fully autonomous conversational AI agent for voice-based social engineering
Revisiting PowerShell Profile Tricks in Entra Environments
A security vulnerability in AWS CloudWatch dashboard sharing allowed unauthorized viewers to access EC2 tags.
While scrolling my timeline on some social medium one day quite some time ago, I bumped into a post by (then) Offensive Security advertising a new version of Kali called 'Kali Purple'. I watched the linked video and realised it was actually a plug for their new course, 'SOC-200' targeting... blue teamers! OffSec doing DefSec?, I thought, that would be interesting...
Briefly after finishing the Cloud Resume Challenge I discovered a few "Extensions" to the challenge were now provided. The extension which piqued my interest was the terraform one, due to the popularity of the Hashicorp technology among the community. The goal was simple: Convert your Infrastructure as Code (IaC) definition to terraform.terraform init && terraform apply instead of the AWS-specific sam build && sam deploy workflow.