$ whoami

eric capuano

$ cat about.json

{

  "roles": ["dad", "entrepreneur", "trainer", "speaker"],

  "practitioner": ["defender", "builder", "hacker"],

  "co-founder": ["Digital Defense Institute", "Recon InfoSec"],

  "side_quests": ["music", "AI", "home automation", "mesh radio", "gadgets"],

  "status": "neutral good"

}

$ cat socials.json

{

  "bluesky": @eric.zip,

  "instagram": @eric_capuano,

  "twitter": @eric_capuano,

  "github": @ecapuano,

  "linkedin": /in/ecapuano

}

▶ $ cat appearances.json

{

  "projects": [

    "OpenSOC — Blue Team Defense Competition",

    "CTRL+ALT+DETECT — Blue Team CTF at DEFCON",

    "DetectionForge — detection engineering platform",

    "Triage.zip — Velociraptor forensic collector"

  ],

  "cited_in": [

    "NSA/CISA — Detect and Prevent Web Shell Malware (2020)",

    "Wiz — MongoBleed CVE-2025-14847 Exploited in the Wild"

  ],

  "training": [

    "SANS Institute — DFIR Instructor",

    "Antisyphon — Threat Hunting & IR with Velociraptor",

    "DDI Academy — SOC Analyst Lab / Velociraptor Course"

  ],

  "consulting": [

    "IANS Research — Faculty"

  ],

  "talks": [

    "DEFCON 25 — Fortune 100 InfoSec on a State Government Budget",

    "DEFCON 25 — Go Beyond Tabletop Scenarios",

    "Security Fest — Modernizing Incident Response",

    "ACoD — Effective Threat Hunting w/ Open Source Tools",

    "DEFCON 28 Blue Team Village — OSquery",

    "SANS DFIR — Breaches Be Crazy"

  ],

  "videos": [

    "Recon InfoSec — Live Incident Response with Velociraptor" ★,

    "LimaCharlie — Defender Fridays (Dec 2023)",

    "LimaCharlie — Defender Fridays (Jan 2024)",

    "Antisyphon — Threat Hunting with Velociraptor"

  ],

  "podcasts": [

    "Cybersecurity Defenders — The Adversary Toolbox: PaExec"

  ],

  "featured_in": [

    "Simply Cyber — Uncover the Secrets of a Home SOC Analyst Lab!",

    "DFIR Diva — My Experience With Recon InfoSec's NDR Training",

    "SecuritySenses — A Practical Guide for Becoming a SOC Analyst",

    "pberba — DEFCON 28 OpenSOC Blue Team CTF: Lessons and Tips"

  ],

  "publications": [

    "blog.ecapuano.com",

    "blog.reconinfosec.com"

  ]

}

$ ▋