OSINT Enrich
OSINT enrichment and target dossier generation using publicly available information.
Description
Generate comprehensive intelligence dossiers on individuals or organizations using only public sources. Creates detailed profiles including identity information, professional history, social media presence, network connections, and notable activities.
Usage
osint-enrich <target_name>
Examples:
osint-enrich "Dave Kennedy"
osint-enrich "Jane Smith CISO Acme Corp"
osint-enrich "@username"
Output
Generates a markdown dossier in reports/ with:
- Identity Summary — Name, aliases, roles, location, contact info
- Professional Profile — Current roles, career timeline, key positions
- Social Media Presence — Platforms, follower counts, activity patterns
- Network & Connections — Key colleagues, organizations, affiliations
- Public Activities — Speaking engagements, publications, media appearances
- Technical Contributions — Open source projects, tools, research
Sources
All information gathered from PUBLIC sources only:
- LinkedIn, Twitter/X, GitHub profiles
- Company websites and press releases
- Conference talks and publications
- News articles and interviews
- Public records and filings
Guidelines
- Authorization — Only use for legitimate security research, recruitment, or authorized assessments
- Public Only — Never attempt to access private or protected information
- Accuracy — Verify information across multiple sources when possible
- Classification — Mark all reports as "PUBLIC INFORMATION ONLY"
- Ethics — Do not use for harassment, stalking, or malicious purposes
Report Format
Reports are saved as: reports/<target>-<date>.md
Example: reports/kennedy-dave-2025-12-08.md
1---2name: osint-enrich3description: OSINT Enrich4---5# OSINT Enrich67OSINT enrichment and target dossier generation using publicly available information.89## Description1011Generate comprehensive intelligence dossiers on individuals or organizations using only public sources. Creates detailed profiles including identity information, professional history, social media presence, network connections, and notable activities.1213## Usage1415```16osint-enrich <target_name>17```1819**Examples:**20```21osint-enrich "Dave Kennedy"22osint-enrich "Jane Smith CISO Acme Corp"23osint-enrich "@username"24```2526## Output2728Generates a markdown dossier in `reports/` with:2930- **Identity Summary** — Name, aliases, roles, location, contact info31- **Professional Profile** — Current roles, career timeline, key positions32- **Social Media Presence** — Platforms, follower counts, activity patterns33- **Network & Connections** — Key colleagues, organizations, affiliations34- **Public Activities** — Speaking engagements, publications, media appearances35- **Technical Contributions** — Open source projects, tools, research3637## Sources3839All information gathered from PUBLIC sources only:40- LinkedIn, Twitter/X, GitHub profiles41- Company websites and press releases42- Conference talks and publications43- News articles and interviews44- Public records and filings4546## Guidelines47481. **Authorization** — Only use for legitimate security research, recruitment, or authorized assessments492. **Public Only** — Never attempt to access private or protected information503. **Accuracy** — Verify information across multiple sources when possible514. **Classification** — Mark all reports as "PUBLIC INFORMATION ONLY"525. **Ethics** — Do not use for harassment, stalking, or malicious purposes5354## Report Format5556Reports are saved as: `reports/<target>-<date>.md`5758Example: `reports/kennedy-dave-2025-12-08.md`