$ whoami
$ 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
}
$ ls -la links/
â¶ $ 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": [
],
"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": [
]
}
$ â