
ターゲットドメインから静的ファイルを収集し、関連ドメインやIPv4アドレスを発見して、脅威インテリジェンスやIOCのエンリッチメントに活用します。

Indicator-Intelligenceが静的ファイルを収集した後、脅威インテリジェンスのために関連ドメインとIPv4アドレスを検出します。

インストール前にパッケージ依存関係にvirtualenvを使用できます。
git clone https://github.com/OsmanKandemir/indicator-intelligence.git
cd indicator-intelligence
python setup.py build
python setup.py install
このスクリプトはPyPIで入手可能です。pipでインストールするには:
pip install indicatorintelligence
Dockerfileをビルドした後、コンテナ上でこのアプリケーションを実行できます。
docker build -t indicator .
docker run indicator --domains target-web.com --json
docker pull osmankandemir/indicator
docker run osmankandemir/indicator --domains target-web.com --json
pip install poetry
poetry install
-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
from indicator.indicator import Indicator
#SCAN
Indicator(["target-web.com"])
#OUTPUT
Indicator(["target-web.com"],json=True)
Copyright (c) 2023 Osman Kandemir
GPL-3.0ライセンスの下で提供されています。
Indicator-Intelligenceを気に入って支援したい場合は、以下のボタンを使用して開発者向けのBuy A CoffeeまたはGithub Sponsors機能をご利用いただけます。
寄付にはGitHubスポンサー層機能をご利用いただけます。
スポンサーになる:https://github.com/sponsors/OsmanKandemir 😊
ご支援いただけると大変嬉しいです😊