Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
IOCScraper — IOCPARSER.COMは、さまざまなデータソースからIOCやインテリジェンスを抽出できる高速で信頼性の高いサービスです。 | Kitploit
ツール/GitHubGitHub/chaitanyakrishna/iocscraper
侵害指標 (IOC) 管理OSINT (オープンソースインテリジェンス)情報収集脅威インテリジェンス
GitHubchaitanyakrishna/iocscraper

IOCScraper

IOCPARSER.COMは、さまざまなデータソースからIOCやインテリジェンスを抽出できる高速で信頼性の高いサービスです。

リポジトリを見る
366454年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

IOC Scraper

IOC ScraperはIOCPARSERサービスを利用して、さまざまなベンダーのブログ、PDF、CSVファイルからIOCを取得します。IOCの解析は時間のかかるプロセスですが、このスクリプトを使用すると、自動的にIOCを抽出して集約できます。

機能

  • Defanged IOCs: IOCsの抽出とデファング処理に対応。
  • Whitelist IOCs: IOCsのカスタムホワイトリストに対応。
  • Source Types: ブログ、PDF、CSVなど多様なソースに対応。

対応IOCタイプ

IOC ScraperはさまざまなIOCタイプをサポートしています。

IOCタイプステータス
ASN対応
IPv4, IPv6対応
URL, Domain対応
Email対応
MD5, SHA1, SHA256, File Name対応
MAC Address対応
MITRE ATT&CK IDs対応
YARA Rules対応

インストール

root@kitploit:~
git clone https://www.github.com/chaitanyakrishna/iocscraper.git
pip3 install -f requirements.txt

使用方法

root@kitploit:~
python IOC_Scraper.py -h
 ___ ___   ____   ____
|_ _/ _ \ / ___| / ___|  ___ _ __ __ _ _ __   ___ _ __
 | | | | | |     \___ \ / __| '__/ _` | '_ \ / _ \ '__|
 | | |_| | |___   ___) | (__| | | (_| | |_) |  __/ |
|___\___/ \____| |____/ \___|_|  \__,_| .__/ \___|_|
                                      |_|


usage: IOC_Scraper.py [-h] [-u URL] [-uL FILE_CONTAINING_URLS] [-t TIMEOUT]  [-th THREADNUMBER] -o OUTPUT

IOC_Scraper v1.0

Optional Arguments:
  -h, --help            show this help message and exit
  -u URL, --url         Single URL for Fetching IOCs
  -uL FILE_CONTAINING_URLS, --url-list FILE_CONTAINING_URLS File Containing URL, One URL in One Line.
  -t TIMEOUT, --timeout TIMEOUT HTTP Request Timeout. default=60
  -th THREADNUMBER, --thread THREADNUMBER Parallel HTTP Request Number. default=100

Required Arguments:
  -o OUTPUT, --output OUTPUT Output file name.


サンプルコマンドライン引数

root@kitploit:~
python iocscraper.py -u "http://targeturl.com" -o report

python iocscraper.py -uL urls.txt -o report

出力

root@kitploit:~

python IOC_Scraper.py -uL url_list.txt -o report
 ___ ___   ____   ____
|_ _/ _ \ / ___| / ___|  ___ _ __ __ _ _ __   ___ _ __
 | | | | | |     \___ \ / __| '__/ _` | '_ \ / _ \ '__|
 | | |_| | |___   ___) | (__| | | (_| | |_) |  __/ |
|___\___/ \____| |____/ \___|_|  \__,_| .__/ \___|_|
                                      |_|


====================================================================================================
[Date: 20-01-2022] [Time: 23:03:09] [INFO] Initiating IOC Scraper ...
====================================================================================================
[*] ProgressBar: 14/14 [Fethcing IOC from: thehackernews.com] [Errors: 0] ...  0] ...  ...
[Date: 20-01-2022] [Time: 23:03:13] [INFO] Removing Duplicates ...



====================================================================================================
[Date: 20-01-2022] [Time: 23:03:13] [INFO] Fetched IOCs from the following domains
====================================================================================================


1.  blog.aquasec.com
2.  nationalcybersecurity.com
3.  cofense.com
4.  thehackernews.com
5.  blog.sucuri.net
6.  threats.amnpardaz.com
7.  www.crowdstrike.com
8.  www.bleepingcomputer.com
9.  forensicitguy.github.io
10.  marcusedmondson.com
11.  rajhackingarticles.blogspot.com
12.  research.checkpoint.com
13.  www.reddit.com
14.  www.zerofox.com


====================================================================================================
[Date: 20-01-2022] [Time: 23:03:13] [INFO] Indicator of Compromise Stats
====================================================================================================


Domain           : 52
URL              : 26
IPv4             : 15
IPv6             : 0
ASN              : 0
FILE_HASH_MD5    : 24
FILE_HASH_SHA1   : 16
FILE_HASH_SHA256 : 3
MITRE_ATTACK     : 4
EMAIL            : 3
CVE              : 7
FILE_NAME        : 59
YARA_RULE        : 0
MAC_ADDRESS      : 0


====================================================================================================
[Date: 20-01-2022] [Time: 23:03:13] [INFO] Total IOCs: 209
====================================================================================================


APIリファレンス

  • APIリファレンス

作者

  • Chaitanya Krishna

フォロー

Twitter URL

謝辞

  • IOCParser提供のサービス - @IOCParser
ツールをダウンロード