
يجمع الملفات الثابتة من النطاقات المستهدفة لاكتشاف النطاقات ذات الصلة وعناوين IPv4 لاستخبارات التهديدات وإثراء مؤشرات الاختراق (IOC).

يجد النطاقات ذات الصلة وعناوين IPv4 للقيام باستخبارات التهديدات بعد أن تجمع Indicator-Intelligence الملفات الثابتة

يمكنك استخدام 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] أهداف الإدخال. --domains target-web1.com target-web2.com
-p PROXY, --proxy PROXY استخدم وكيل HTTP. --proxy 0.0.0.0:8080
-a AGENT, --agent AGENT استخدم وكيل المستخدم. --agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)'
-o JSON, --json JSON إخراج JSON. --json
from indicator.indicator import Indicator
#SCAN
Indicator(["target-web.com"])
#OUTPUT
Indicator(["target-web.com"],json=True)
انظر؛ CONTRIBUTING.md
حقوق النشر (c) 2023 عثمان قندمير
مرخص بموجب رخصة GPL-3.0.
إذا أعجبك Indicator-Intelligence وترغب في إظهار الدعم، يمكنك استخدام ميزة اشتر لي قهوة أو رعاة جيت هاب للمطور باستخدام الزر أدناه.
يمكنك استخدام ميزة المستويات المدعومة من جيت هاب للتبرعات.
ادعمني: https://github.com/sponsors/OsmanKandemir 😊
سيكون دعمك موضع تقدير كبير 😊