Skip to content
View drummer475-94's full-sized avatar

Block or report drummer475-94

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
drummer475-94/README.md

Hi, I'm drummer475-94

IT Support | SOC Tier 1 & IAM | AI Agentic Workflows

IT Support & SysAdmin SOC Tier 1 & IAM AI Agentic Engineering

NIST SP 800-61 MITRE ATT&CK CIS Controls Compliance Alignment Verification


⚡ 30-Second Recruiter Summary

I build and test portfolio projects across IT systems administration, SOC Tier 1 incident triage and IAM review, and AI-assisted security automation (MCP).

  • IT Systems Administration: Built tested PowerShell automation for Active Directory / Entra ID identity-lifecycle patterns and GPO audits, plus browser-based ITSM rollback risk scoring.
  • Cybersecurity Ops & IAM: Portfolio projects demonstrate multi-source security log parsing (Windows EVTX, AWS CloudTrail, Syslog), MITRE ATT&CK mapping, legacy NIST SP 800-61 Rev. 2-style workflows, and example least-privilege review logic.
  • AI Agentic Workflows: Built an MCP tool-calling security-triage lab that uses VirusTotal, AbuseIPDB, and AlienVault OTX adapters to produce structured, inspectable alert assessments.

Technical Skills Matrix

IT Support & Systems Admin Cybersecurity SOC & IAM AI Agents & Software Engineering
Identity & Access Management
Active Directory DS, Entra ID (Azure AD), Group Policy (GPO), RBAC, Least-Privilege Provisioning
Incident Response & Triage
Legacy NIST SP 800-61 Rev. 2-style workflow exercises; Rev. 3 current guidance; MITRE ATT&CK mapping
AI & Agentic Frameworks
Model Context Protocol (MCP), Tool Calling / Function Calling, Automated Agent Workflows
Automation & Scripting
PowerShell Core (7.x), Python 3.11+, Bash, PowerShell Modules, Safe -WhatIf Execution
Security Log Analysis
Windows Event Logs (EVTX/XML), AWS CloudTrail, Syslog, Telemetry Ingestion & Parsing
Threat Intel Integration
VirusTotal API v3, AbuseIPDB API v2, AlienVault OTX, Automated Reputation Lookups
ITSM & Infrastructure
ServiceNow, Jira Service Management, Change Impact Validation, Subnetting, NOC tools (simulated ping, DNS, and port exercises)
Governance & Compliance
Example SOX 404 / SOC 2 CC6 mappings, CIS Controls v8 mappings, SoD heuristics
Engineering & Testing
Node.js / JavaScript, HTML5 / CSS3, pytest, Pester, Git, REST APIs; project-specific verification

Featured Engineering Showcase

Below are six core operational lab repositories demonstrating end-to-end technical depth across IT Automation, SOC Operations, IAM Compliance, and AI Engineering:

Live browser demos: Portfolio Portal · Signal Desk · Access Review Lab · Change Impact Studio · NetPulse

Repository Primary Focus Core Architecture & Key Features Stack & Tools Status / Metrics
secops-agent-triage AI Agentic Workflows / SOC Tier 1 MCP security-triage lab that ingests alert payloads, uses threat-intelligence adapters (VirusTotal, AbuseIPDB, AlienVault OTX), and produces inspectable reasoning and structured assessments. Python 3.11, MCP SDK, pytest Verified coverage: 93.81%
it-ad-automator IT Support & Systems Admin PowerShell automation lab for identity-lifecycle patterns, GPO ACL audits, cpassword detection, and safe -WhatIf workflows. PowerShell Core 7.x, Pester Verified command coverage: 90.00%
home-lab-blue-team SOC Tier 1 / Infrastructure Reference blueprint for an enterprise-simulated 5-subnet SOC lab with AD DS, Wazuh, Sysmon, and four detection use cases. pfSense, Windows Server, Wazuh SIEM, Sysmon Verified: 29/29 documentation checks
signal-desk Cybersecurity SOC Browser-based incident-ops log parser for Windows EVTX/XML, AWS CloudTrail, and Syslog schemas with MITRE mapping and legacy Rev. 2-style reports. JavaScript, HTML5, Node.js Verified line coverage: 98.63%
access-review-lab Cybersecurity IAM IAM entitlement-review lab for Entra ID and Okta export schemas that flags example least-privilege and SoD risks against mapped controls. JavaScript, HTML5, Node.js Verified line coverage: 99.09%
change-impact-studio IT Support / ITSM Ops ITSM ticket-risk and rollback-planning lab for ServiceNow and Jira Service Management import formats. JavaScript, HTML5, Node.js Verified line coverage: 97.74%

Additional Operational Repositories:

  • NetPulse (live app): Canonical NOC/outage-monitoring application with a browser-local diagnostics workbench and a verified 100% line/function diagnostics-engine coverage gate.
  • cybersecurity-hub (live portal): Unified portfolio portal with a verified 97.37% content-registry check.

Proposed SOC Home Lab Reference Architecture

To make an enterprise-style blue team build reproducible, I designed and documented this simulated reference architecture, its trust boundaries, telemetry flow, and detection scenarios. It is not a deployed end-to-end integration between the listed repositories.

graph TD
    subgraph External_Internet [External / Internet]
        ExtThreats[Simulated Threat Actors / External Feed]
        ThreatIntelAPIs[Threat Intel APIs: VirusTotal / AbuseIPDB / OTX]
    end

    subgraph Firewall_Gateway [Edge Gateway & Routing]
        PFSense[pfSense Firewall & Router / 10.0.0.1]
    end

    subgraph Subnet_Mgmt [VLAN 10: Management Subnet / 10.0.10.0/24]
        AdminWS[SysAdmin Workstation / PowerShell Core]
    end

    subgraph Subnet_AD [VLAN 20: Enterprise AD DS / 10.0.20.0/24]
        DC01[Windows Server 2022 AD DC / Entra ID Sync]
    end

    subgraph Subnet_Users [VLAN 30: User Workstations / 10.0.30.0/24]
        Win11[Windows 11 Enterprise Workstation / Sysmon Installed]
    end

    subgraph Subnet_SOC [VLAN 40: SOC Security Ops / 10.0.40.0/24]
        WazuhSIEM[Wazuh SIEM & Log Collector / Indexer]
        SignalDesk[signal-desk Log Parser & NIST Workbench]
    end

    subgraph Subnet_AI [VLAN 50: AI Agent Sandbox / 10.0.50.0/24]
        MCPAgent[secops-agent-triage: MCP AI Triage Agent]
    end

    ExtThreats -->|Inbound Attack Simulation| PFSense
    PFSense --> AdminWS
    PFSense --> DC01
    PFSense --> Win11
    PFSense --> WazuhSIEM
    PFSense --> MCPAgent

    AdminWS -->|Remote Admin / PowerShell| DC01
    DC01 -->|Kerberos / GPO Audit| Win11
    Win11 -->|EVTX / Sysmon Telemetry| WazuhSIEM
    WazuhSIEM -->|Alert Ingestion| SignalDesk
    SignalDesk -->|Trigger Alert Event| MCPAgent
    MCPAgent <-->|MCP Tool Calling / REST| ThreatIntelAPIs
Loading

Lab Key Highlights:

  • Network Segmentation: Reference design for five subnets, firewall rules, and isolated management channels.
  • Identity & Policy: Reference AD DS, Entra ID hybrid-sync, Group Policy, and audit-logging design.
  • Detection & Telemetry: Proposed Wazuh/Sysmon, Windows Event Log, and Syslog collection flow.
  • AI-Powered Triage: Proposed handoff from Wazuh/SignalDesk to secops-agent-triage; the repositories are not wired together as a deployed pipeline.

Role Availability

  • Open Roles: Seeking entry-level positions in IT Support Specialist, SOC Analyst Tier 1, IAM Analyst / Identity Specialist, or AI / Security Automation Engineering.
  • GitHub: github.com/drummer475-94

Verification evidence and framework mappings are stated per project; lab outputs are not compliance determinations.

Popular repositories Loading

  1. cybersecurity-hub cybersecurity-hub Public

    Recruiter-focused portfolio spanning IT operations, SOC/IAM, and AI agentic workflows.

    JavaScript

  2. NWS-forecast NWS-forecast Public

    Archived weather-forecast learning project using the National Weather Service API.

    JavaScript

  3. NetPulse NetPulse Public

    Regional IODA outage signals with an offline NOC diagnostics training workbench.

    TypeScript

  4. signal-desk signal-desk Public

    Browser-native security log triage, event correlation, MITRE mapping, and legacy NIST incident case export.

    JavaScript

  5. access-review-lab access-review-lab Public

    IAM access certification, least-privilege, and separation-of-duties review for Entra ID and Okta exports.

    JavaScript

  6. change-impact-studio change-impact-studio Public

    ITIL change planning with ServiceNow/Jira imports, conflict detection, risk scoring, and runbook export.

    JavaScript