BGP-Inteal is a lightweight IP & ASN analysis toolkit built for Tier 1 SOC analysts. It supports fast lookups, threat enrichment, and optional integration with AbuseIPDB and other APIs.
- IP to ASN lookups
- ASN org and prefix data
- Optional enrichment via public APIs
- AbuseIPDB integration (via script)
- Modular structure, easy to extend
core/ → Core lookup logic
utils/ → Helper utilities
scripts/ → Automation scripts
tests/ → Basic tests
docs/ → Future documentation
config/ → Config templates
Paste IPs into core/lookup.py
, or use scripts/run_report.py
to parse IP lists.
- Copy
config/config.ini.example
toconfig/config.ini
- Populate API keys if required
- Run scripts via GitHub Codespaces or locally
Never commit real credentials. Always use .gitignore
and config.ini.example
.