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
indicator-intelligence — Collects static files from target domains to discover related domains and IPv4 addresses for threat intelligence and IOC enrichment. | Kitploit
Tools/GitHubGitHub/osmankandemir/indicator-intelligence
OSINT (Open Source Intelligence)DNS & Subdomain EnumerationInformation GatheringThreat Intelligence
GitHubosmankandemir/indicator-intelligence

indicator-intelligence

Collects static files from target domains to discover related domains and IPv4 addresses for threat intelligence and IOC enrichment.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
10314481 year agoReviewed by Kitploit

Logo

Indicator-Intelligence PyPI - Downloads Version Pip Version License Python Version Docker

Indicator-Intelligence

NOTE : You should definitely use it for legal activities. Please See; USAGE_POLICY.md LICENSE

Description

Finds related domains and IPv4 addresses to do threat intelligence after Indicator-Intelligence collects static files

ScreenShot

Done

  • Releated domains, IPs collect.
  • HTTP - HTTPS Check.
  • Second-level or the more depth static files scanning for target web application.

Installation

From Source Code

You can use virtualenv for package dependencies before installation.

root@kitploit:~
git clone https://github.com/OsmanKandemir/indicator-intelligence.git
cd indicator-intelligence
python setup.py build
python setup.py install

From Pypi

The script is available on PyPI. To install with pip:

root@kitploit:~
pip install indicatorintelligence

From Dockerfile

You can run this application on a container after build a Dockerfile.

root@kitploit:~
docker build -t indicator .
docker run indicator --domains target-web.com --json

From DockerHub

root@kitploit:~
docker pull osmankandemir/indicator
docker run osmankandemir/indicator --domains target-web.com --json

From Poetry

root@kitploit:~
pip install poetry
poetry install

Usage

root@kitploit:~
-d DOMAINS [DOMAINS], --domains DOMAINS [DOMAINS] Input Targets. --domains target-web1.com target-web2.com
-p PROXY, --proxy PROXY Use HTTP proxy. --proxy 0.0.0.0:8080
-a AGENT, --agent AGENT Use agent. --agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)'
-o JSON, --json JSON  JSON output. --json

Function Usage

root@kitploit:~
from indicator.indicator import Indicator

#SCAN
Indicator(["target-web.com"])

#OUTPUT
Indicator(["target-web.com"],json=True)

Development and Contribution

See; CONTRIBUTING.md

License

Copyright (c) 2023 Osman Kandemir
Licensed under the GPL-3.0 License.

Donations

If you like Indicator-Intelligence and would like to show support, you can use Buy A Coffee or Github Sponsors feature for the developer using the button below.

You can use the github sponsored tiers feature for donations.

Sponsor me : https://github.com/sponsors/OsmanKandemir 😊

Buy Me A Coffee

Your support will be much appreciated😊

Download Tool