Skip to content
View shortontech's full-sized avatar
😀
Happy and focused!
😀
Happy and focused!

Organizations

@telhawk-systems

Block or report shortontech

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
shortontech/README.md

👋 Hey there, I'm Steven Horton

Software Engineer | Security Engineer | DevSecOps | Cloud Security Specialist

💡 15+ years designing and defending fintech, e-commerce, and AI systems.
☁️ Builder of resilient CI/CD pipelines, secure infrastructures, and fraud-detection platforms.
🔒 Zero-breach record against APT-level threats.


🚀 Featured Projects

🛰️ TelHawk Proxy – Real-Time Telemetry & Bot Detection Middleware

A transparent reverse proxy built in Go that automatically injects tracking code into HTML responses to collect telemetry data for security, fraud detection, and operational analytics.

  • HMAC-authenticated event collection with pluggable sinks (NDJSON, Kafka, PostgreSQL).
  • Privacy-aware and compliance-minded by design (GDPR/HIPAA safe).
  • Production-hardened with Prometheus metrics, health checks, and a distroless Docker image.
    📂 github.com/telhawk-systems/telhawk-proxy

🦅 TelHawk Stack – Open Cybersecurity SIEM Platform (Splunk-Compatible)

An OCSF-compliant, Go-based SIEM platform using OpenSearch for log storage and analysis.

  • Modular microservices for auth, ingestion, query, and visualization.
  • CLI tool (thawk) for token management, event ingestion, and SPL-style searches.
  • Splunk HEC-compatible ingestion for easy migration from proprietary platforms.
    📂 github.com/telhawk-systems/telhawk-stack

🔒 Secure CI/CD Pipeline – Automated DevSecOps Workflow

A security-hardened CI/CD reference implementation that integrates automated scanning, compliance enforcement, and code-quality gates within GitHub Actions.

  • Implements SAST (Bandit, CodeQL), DAST (OWASP ZAP), and secret detection (Gitleaks).
  • Enforces merge-blocking security gates to prevent vulnerable builds.
  • Uploads SARIF reports for visibility in GitHub’s code-scanning dashboard.
  • Demonstrates modern DevSecOps principles: shift-left security, automation, and compliance-by-default.
    📂 github.com/shortontech/secure-ci-pipeline

🧠 Tech Arsenal

PythonGoTypeScriptDockerKubernetesAWS
TerraformPostgresKafkaGitHub ActionsGrafana


💬 Fun Facts

  • Founder of TelHawk Systems, an open-source security analytics suite 🦅
  • Mentor & red-teamer turned builder of safer pipelines
  • Motto: “Modern attackers automate — so defenders must too.”

💼 Career Highlights

Bitcoin Solutions — Lead Software Engineer (2022–2025)

Re-architected the crypto transaction pipeline (Prime Trust → Fortress Trust) to triple throughput and remove single points of failure. Led a team of five engineers implementing containerized dev environments that cut setup time from hours to minutes. Built incident-response playbooks that halted an insider-assisted breach and were later adopted company-wide.


SDK Worldwide LLC — Senior Software Engineer (2019–2025)

Developed secure ETL pipelines and React dashboards unifying ad, payment, and analytics data across Google Ads, Facebook, Stripe, and PayPal. Designed anomaly detection systems that identified fraudulent ad spend in real time. Rolled out org-wide DKIM/SPF/DMARC, improving deliverability by 40%.


Capital Research International — Lead Software Engineer (2017–2018)

Directed a four-person engineering team modernizing an e-commerce analytics platform. Rebuilt core services into Dockerized microservices supporting thousands of concurrent users. Launched automated CI pipelines that reduced release rollback rates to under 1%.


MAS Group Inc. — Software Engineer – Security (2015–2017)

Introduced OWASP Top 10 remediation and secure SDLC practices across internal projects. Refactored legacy PHP applications into modular, secure systems with improved performance and maintainability. Led internal security workshops to improve code quality organization-wide.


📫 Connect

LinkedIn

Pinned Loading

  1. telhawk-systems/telhawk-proxy telhawk-systems/telhawk-proxy Public

    Telhawk Proxy (Telemetry recording proxy)

    Go 1

  2. secure-ci-pipeline secure-ci-pipeline Public

    Python