Skip to content
View austin-lai's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report austin-lai

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.

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
austin-lai/README.md

Austin Lai

AI Governance | ISO 42001 Lead Implementer | CRTO | Red Team | Security Engineer | SIEM Engineer | Security Analyst | SOC | Incident Responder | Cloud Security (Azure) | PenTest+



🧠 Focus Areas (ATM)


📊 Skills & Stack


📂 What I Build

🔴 Offensive Security 🔵 Defensive Engineering ☁️ Cloud Security
Red team tooling SOC / SIEM detection queries SharePoint, M365, and Entra ID automation toolkits
API exploitation tooling SOC analysis methodologies
AV / EDR Evasion Tradecrafts EDR analysis methodologies
Identity-Centric Tradecraft
Adversary-in-the-Middle (AiTM) / Session Hijacking

📡 Direction

Looking toward Purple Team Engineering — combining offensive simulation with detection engineering and cloud security research.




📫 Find me on

If you know how to find me . . . . . . . . . 😈 😈 😈 😈


By the way, the self_intro.py file can be found here

Or click here to view it directly.
# "Version"       : "3.0"
# "Last Updated"  : "23/05/2026"

class AustinLai:
    def __init__(self):
        self.name = "Austin Lai"
        self.previous_role = [
            "Red Teamer (Offensive Security)",
            "Security Engineer",
            "ICT - Cloud & Security Specialist"
        ]
        self.current_role = "SOC Analyst"
        self.skills = ["Python"]
        self.interests = [
            "Phishing simulation",
            "Building security toolkit",
            "Malware development research",
            "Web application security",
            "Penetration testing"
        ]

    def introduce(self):
        print(f"\nHi, I'm {self.name}. I've worked as {', '.join(self.previous_role)} for the past 6 years.\n")
        print(f"Some of the skills and topics I've explored include: {', '.join(self.skills)}, {', '.join(self.interests)}.\n")
        print("Thanks for reading my introduction. Looking forward to connecting.\n")


if __name__ == "__main__":
    me = AustinLai()
    me.introduce()



💻 Check Out My Repos

Click to expand my repository collection



@austin-lai's activity is private