RtaPulse
Enterprise GRC automation advisory

Python Encounters

Small scripts I build when something breaks, smells off, or needs proof. Code stays on GitHub. The story lives here.

Email Header Analyzer

Turn raw email headers into usable signal: authentication cues + routing weirdness + “does this sender smell legit?”

SecurityTriage
Read encounter View on GitHub

NetMon

A blunt “what is my machine talking to right now?” monitor: connections → PID/process → remote endpoints.

SecurityEndpoint
Read encounter View on GitHub

MD5 Integrity Check

Generate a checksum + validation instructions so file tampering becomes obvious during transfers.

IntegrityEvidence
Read encounter View on GitHub

Safe use

Non‑negotiables if you’re operating in regulated environments.

Keep sensitive data out

Don’t paste confidential headers, endpoints, or logs into public tools, tickets, or chat threads. Sanitize first.

Run locally

These are scripts, not SaaS. Keep execution and outputs inside your controlled environment.

Least privilege

Only elevate when required (e.g., process mapping). Don’t normalize “run as admin” as default.