Sponsored Content
Skip to content
View YayoPalacios's full-sized avatar

Block or report YayoPalacios

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
YayoPalacios/README.md

Cloud & IAM

Cloud security and identity work, mostly AWS and IAM, tools and hands-on labs built around real-world access, detection, and abuse scenarios.


Tools

iamwho

pip install iamwho

Static AWS IAM attack-path analyzer. Most IAM review asks whether an action is allowed; iamwho asks what becomes reachable once an identity is compromised, who can assume it (ingress), what it unlocks (egress), and whether its permissions enable escalation or persistence (mutation).


Projects

AWS EC2 Security Detection & Auto-Remediation

Detection and response lab using GuardDuty findings and Lambda-based remediation.

Active Directory Environment on Azure

Active Directory lab on Azure covering directory structure, group-based access, and automated user provisioning.

Microsoft Sentinel (SIEM) – Live Cyberattack Map

SIEM lab focused on log ingestion, queries, and visualization.


Connect

LinkedIn Β· YouTube

Pinned Loading

  1. iamwho iamwho Public

    Static AWS IAM analyzer for identifying trust risks, dangerous permissions, and privilege escalation paths

    Python

  2. aws-ec2-security-detection aws-ec2-security-detection Public

    Hands-on AWS security lab simulating unusual EC2 behavior (high CPU, low disk, recon scans) and building a lightweight detection and response pipeline using CloudWatch, SNS, Lambda, and GuardDuty.