Skip to content
View shurugiken's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report shurugiken

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

Kwashawn Warren

IT Support Specialist Β· Help Desk Β· Systems & Security β€” Dallas, TX πŸ‡ΊπŸ‡Έ

U.S. Air Force veteran and CompTIA-certified IT professional (A+, Security+, Network+), AWS Certified Cloud Practitioner, finishing a B.S. in Cloud Computing at WGU. I support Windows and Microsoft 365 environments, administer Active Directory / Entra ID, automate with PowerShell, and care about doing it securely. Lately I've been building open reference projects for adding AI to Microsoft 365 environments the secure way β€” least-privilege, auditable, no shortcuts.

🟒 Open to IT Support / Help Desk / Systems Administration roles in DFW (on-site or hybrid).


πŸ› οΈ What I work with

  • Microsoft 365 & Identity β€” M365 Admin Center, Exchange Online, Entra ID (Azure AD), Active Directory, MFA, RBAC
  • Endpoints & OS β€” Windows 10/11, Windows Server, Ubuntu Linux; imaging, hardware, peripherals
  • Networking β€” TCP/IP, DNS, DHCP, VPN, SSH / RDP
  • Scripting & Cloud β€” PowerShell, Python, Bash Β· AWS (EC2, S3, IAM, Route 53, CloudWatch)
  • AI & automation β€” AI agents & multi-agent orchestration, LLM APIs, running local models (Ollama) β€” built behind a least-privilege, auditable boundary
  • Security β€” SPF/DKIM/DMARC, Microsoft Defender, least-privilege, incident response, DoD 8570 (IAT II) awareness
  • Blockchain / Web3 β€” EVM chains, wagmi/viem + RainbowKit, web3.py, ERC-20 & Solidity (Foundry), onchain USDC payments on Polygon

πŸ“‚ Featured projects

πŸ” Microsoft 365 & Security

  • secure-ai-microsoft365 β€” Reference architecture + working examples for adding AI to Microsoft 365 securely: least-privilege Entra apps, secrets in Key Vault, scoped access policies, a full audit trail, and the LLM kept outside the tenant trust boundary.
  • m365-email-security β€” SPF, DKIM & DMARC + a least-privilege Microsoft Entra app, with the why behind each piece.
  • powershell-it-toolkit β€” Help-desk + M365 / Active Directory automation (onboarding, offboarding) and Windows performance diagnostics (health report, page-file, cache cleanup).
  • ad-automation-toolkit β€” PowerShell for Active Directory admin: bulk onboarding, offboarding, stale-account reports, and group audits β€” Pester-tested, with -WhatIf support.
  • dmarc-report-analyzer β€” Parses DMARC aggregate (RUA) reports into a readable summary: SPF/DKIM alignment, per-source breakdown, and top failures. Stdlib-only Python, tested.

πŸ€– AI & automation

  • building-ai-agents β€” A practical field guide to building & orchestrating AI agents: agent design, multi-agent patterns, evaluation, and local models β€” with working Python examples.
  • multi-agent-research-pipeline β€” Turns a research question into a verified brief: fan-out research β†’ adversarial verification β†’ synthesis, with model tiering.

☁️ Cloud & Linux

  • homelab β€” Self-hosted AI (Ollama + Open WebUI) on Ubuntu/Docker, accessed securely over a Tailscale mesh VPN.
  • aws-cloud-projects β€” S3 + CloudFront static site and IAM least-privilege roles with CloudWatch alarms.
  • cloudflare-dns-automation β€” Idempotent Python tool to manage SPF/DKIM/DMARC via the Cloudflare API.
  • linux-server-bootstrap β€” Securely provision + harden a fresh Ubuntu server and deploy apps as systemd services.
  • terraform-aws-secure-baseline β€” A Terraform reference module for a secure-by-default AWS S3 baseline (encryption, public-access block, versioning) + least-privilege IAM.
  • net-triage β€” A help-desk network triage CLI: DNS, TCP ports, HTTP, and latency checks rolled into a PASS/WARN/FAIL report. Stdlib-only Python, tested.

⛓️ Blockchain / Web3

  • wagmi-usdc-payments β€” A wagmi v2 + RainbowKit dApp: connect a wallet, read a USDC balance on Polygon, and send USDC with live transaction status.
  • evm-onchain-toolkit β€” Python (web3.py) utilities for EVM chains: wallet balances, ERC-20 reads/transfers, contract calls, and message signing.
  • conditional-tokens-primer β€” A practical primer on the Gnosis Conditional Tokens Framework behind onchain prediction markets β€” split / merge / redeem, with runnable examples.
  • solidity-foundry-starter β€” Solidity fundamentals with Foundry: a tested ERC-20 token and a simple buyer/seller/arbiter escrow contract.

πŸ“œ Certifications

CompTIA A+ Β· CompTIA Security+ Β· CompTIA Network+ Β· AWS Certified Cloud Practitioner Β· LPI Linux Essentials

πŸ“« Connect

LinkedIn: linkedin.com/in/kwashawnwarren

Air Force Security Forces veteran β†’ IT. I like fixing things, locking them down, and writing it down so the next person doesn't have to guess.

Pinned Loading

  1. secure-ai-microsoft365 secure-ai-microsoft365 Public

    Add AI to Microsoft 365 the right way: least-privilege, auditable, production-ready. Reference architecture + secure examples (Graph, Entra, Key Vault). Python + PowerShell.

  2. building-ai-agents building-ai-agents Public

    A hands-on field guide for building, orchestrating, evaluating, and operating AI agents β€” agent loops, multi-agent patterns, local models, and working Python examples.

  3. multi-agent-research-pipeline multi-agent-research-pipeline Public

    Turn a research question into a verified brief: fan-out research -> adversarial verification -> synthesis, with model tiering. Python + Anthropic.

    Python

  4. cloudflare-dns-automation cloudflare-dns-automation Public

    Idempotent Python tool to manage a domain's SPF/DKIM/DMARC/MX records via the Cloudflare API.

    Python

  5. powershell-it-toolkit powershell-it-toolkit Public

    Practical PowerShell for help-desk + Microsoft 365 / Active Directory administration

    PowerShell

  6. m365-email-security m365-email-security Public

    Securing a Microsoft 365 domain with SPF, DKIM, DMARC + a least-privilege Entra app

    PowerShell