
Associated-Threat-Analyzer 利用本地的恶意域名和 IPv4 列表,检测与您的 Web 应用程序相关的恶意 IPv4 地址和域名。

git clone https://github.com/OsmanKandemir/associated-threat-analyzer.git
cd associated-threat-analyzer && pip3 install -r requirements.txt
python3 analyzer.py -d target-web.com
您可以在构建 Dockerfile 后在容器中运行此应用程序。
docker build -t osmankandemir/threatanalyzer .
docker run osmankandemir/threatanalyzer -d target-web.com
docker pull osmankandemir/threatanalyzer
docker run osmankandemir/threatanalyzer -d target-web.com
-d DOMAIN , --domain DOMAIN 输入目标。--domain target-web1.com
-t DOMAINSFILE, --DomainsFile 用于比较的恶意域名列表。-t SampleMaliciousDomains.txt
-i IPSFILE, --IPsFile 用于比较的恶意 IP 列表。-i SampleMaliciousIPs.txt
-o JSON, --json JSON JSON 输出。--json
https://github.com/OsmanKandemir/indicator-intelligence
https://github.com/stamparm/blackbook
https://github.com/stamparm/ipsum
版权所有(c)2023 Osman Kandemir
基于 GPL-3.0 许可证发布。
如果您喜欢 Associated Threat Analyzer 并希望表示支持,您可以使用下方的 请我喝杯咖啡 或 GitHub Sponsors 功能来支持开发者。
或者
赞助我:https://github.com/sponsors/OsmanKandemir 😊
非常感谢您的支持😊