Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ThreatIngestor — Automated threat intelligence aggregation tool that extracts and normalizes indicators from multiple sources (OSINT feeds, malware reports) into a unified format for analysis and sharing. | Kitploit
Tools/GitHubGitHub/pedramamini/threatingestor
Indicator of Compromise (IOC) ManagementOSINT (Open Source Intelligence)Threat Feeds & AggregatorsInformation GatheringThreat IntelligenceIntrusion Detection
GitHubpedramamini/threatingestor

ThreatIngestor

Automated threat intelligence aggregation tool that extracts and normalizes indicators from multiple sources (OSINT feeds, malware reports) into a unified format for analysis and sharing.

View Repository
9221352 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

ThreatIngestor Utilities

Scripts to improve ThreatIngestor usage and help with minimizing errors.

All scripts contain the following optional argument to allow for higher verbosity in stdout:

root@kitploit:~
python3 scripts/<script> -v

A quick list of all available scripts:

ScriptExampleDescription
scripts/validate.pypython3 validate.py config.ymlThis script validates your YAML syntax and checks that you have the minimum required (config.yml) by ThreatIngestor to operate properly.
scripts/build.shchmod +x build.sh && ./build.shBasic script to build a fresh installation of ThreatIngestor locally.
Download Tool