
대상 도메인에서 정적 파일을 수집하여 위협 인텔리전스 및 IOC 강화를 위해 관련 도메인과 IPv4 주소를 발견합니다.

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)
참조; CONTRIBUTING.md
Copyright (c) 2023 Osman Kandemir
GPL-3.0 라이선스에 따라 사용이 허가됩니다.
Indicator-Intelligence가 마음에 드시고 지원을 보여주고 싶다면, 아래 버튼을 사용하여 개발자에게 Buy A Coffee 또는 Github Sponsors 기능을 이용할 수 있습니다.
후원을 위해 GitHub 스폰서 등급 기능을 사용할 수 있습니다.
Sponsor me : https://github.com/sponsors/OsmanKandemir 😊
여러분의 지원에 진심으로 감사드립니다😊