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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
vthunting — Vthuntingは、Virus Totalのハンティングに関するレポートを生成し、メール、Slack、またはTelegramで送信するために使用される小さなスクリプトです。 | Kitploit
ツール/GitHubGitHub/fr0gger/vthunting
脆弱性分析情報収集脅威インテリジェンス
GitHubfr0gger/vthunting

vthunting

Vthuntingは、Virus Totalのハンティングに関するレポートを生成し、メール、Slack、またはTelegramで送信するために使用される小さなスクリプトです。

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

人気

すべて見る →

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

すべてのツールを探索

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

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

VT ハンティング

VThunting は VirusTotal で紹介されました。

Virus Total Hunting は、VT API バージョン 3 に基づいた小さなツールで、マルウェアハンティングに関する日次、週次、月次のレポートを実行します。レポートはメール、Slack チャンネル、Telegram で送信できます。また、CLI でいつでもレポートを取得することも可能です。デフォルトの結果数は 10 ですが、設定部分で増減できます。このツールは Virus Total Intelligence API でのみ動作します。

レポート例

以下は生成されたレポートの抜粋です。

root@kitploit:~
    __     _______   _   _             _   _            
    \ \   / /_   _| | | | |_   _ _ __ | |_(_)_ __ __ _ 
     \ \ / /  | |   | |_| | | | | '_ \| __| | '_ \ / _` |
      \ V /   | |   |  _  | |_| | | | | |_| | | | | (_| |
       \_/    |_|   |_| |_|\__,_|_| |_|\__|_|_| |_|\__, |
                                                    |___/ 
        
            McAfee ATR | Thomas Roccia | @fr0gger_
        Get latest hunting notification from VirusTotal 


Latest report from 2018-12-24 10:20:30.158831
-------------------------------------------------------------------------------------
Rule name: FancyBear_ComputraceAgent
Match date: 2018-12-24 17:38:17
SHA256: f5157e5b8afe1f79f29c947449477d13ede3d7341699256e62966474a7ee1eb5
Tags: [apt28, fancybear_computraceagent]
-------------------------------------------------------------------------------------
Rule name: Winexe_RemoteExecution
Match date: 2018-12-24 15:01:15
SHA256: 1e194647c05b0068c31cd443b5bcacc2dd41799e5d21a40e0c58adbad01c28c6
Tags: [winexe_remoteexecution, apt28]
-------------------------------------------------------------------------------------
Rule name: hatman_compiled_python: hatman
Match date: 2018-12-24 00:28:21
SHA256: 14c64fc93ae68f01989db992bf8ee47ffd33edf66223b84f3fae52f9a843a03f
Tags: [triton, hatman, hatman_compiled_python]
-------------------------------------------------------------------------------------
Rule name: Stuxnet_unpacked
Match date: 2018-12-24 15:00:00
SHA256: 86b05279bf4930ffc0c00e4fd22c8ab9e964e8d45d39bfca42e129b95dc33481
Tags: [stuxnet, stuxnet_unpacked]
-------------------------------------------------------------------------------------
Rule name: Stuxnet
Match date: 2018-12-24 14:59:59
SHA256: 86b05279bf4930ffc0c00e4fd22c8ab9e964e8d45d39bfca42e129b95dc33481
Tags: [stuxnet]
-------------------------------------------------------------------------------------
[truncated]

はじめに

スクリプトをダウンロードしてください:

root@kitploit:~
git clone https://github.com/fr0gger/vthunting

次に、APIキーと情報を使って設定部分を構成します:

root@kitploit:~
# Virus Total API
VTAPI = "<API_KEY>"
number_of_result = "" # 10 by default

# Email configuration 
smtp_serv = "<SMTP_SERV>"
smtp_port = ""
gmail_login = "<EMAIL>"
gmail_pass = "<APP_PASS>"  # pass from APP
gmail_dest = "<DEST_EMAIL>"

# Slack Bot config
SLACK_BOT_TOKEN = "<API>"
SLACK_CHANNEL = "<SLACK_CHANNEL>"

# Telegram Bot config
TOKEN = "<API>"
chat_id = "<CHAT_ID>"

# Microsoft Teams Bot config
TEAMS_CHANNEL_WEBHOOK = ""

設定が完了したら、次のコマンドでファイルを実行できます:

root@kitploit:~
python vthunting.py --help
root@kitploit:~
usage: vthunting.py [OPTION]
    -h, --help              Print this help
    -r, --report            Print the VT hunting report
    -s, --slack_report      Send the report to a Slack channel
    -e, --email_report      Send the report by email
    -t, --telegram_report   Send the report to Telegram
    -m, --teams_report      Send the report to Microsoft Teams
    -j, --json              Get full JSON report

前提条件

必要条件

まず、必要な依存関係をインストールする必要があります:

  • requests
  • slackclient
  • pymsteams
root@kitploit:~
pip install -r requirements.txt

VT API

Virus Total から API キーを取得してください。 https://developers.virustotal.com/v3.0/reference

メール設定 (Gmail)

アプリを作成するには、こちらのドキュメントを参照してください: https://support.google.com/accounts/answer/185833

Slack Bot 設定

トークンを生成するには、こちらにアクセスして手順に従ってください: https://api.slack.com/custom-integrations/legacy-tokens

Telegram Bot 設定

トークンを取得するには、@BotFather に話しかけて Telegram ボットを作成する必要があります。@BotFather がボットの設定とトークンの取得を支援します。トークンを取得したら、https://api.telegram.org/bot<YOUR_TOKEN>/getUpdates にアクセスしてチャンネル ID を取得してください。

Microsoft Teams Bot 設定

レポートを受信したい Microsoft Teams チャンネルに webhook コネクタを追加します。 https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/connectors-using#setting-up-a-custom-incoming-webhook

システムへのインストール

このスクリプトをどこからでもアクセスできるようにするには、拡張子なしで次の場所にコピーしてください:

root@kitploit:~
cp vthunting.py /usr/local/bin/vthunting

crontab でタスクスケジューラを設定

crontab を使用してスクリプトを定期的に実行し、レポートを受信できます。

root@kitploit:~
crontab -e 

以下は、毎日午前10時15分にレポートを受信する例です。

root@kitploit:~
# Example of job definition:
# .---------------- minute (0 - 59)
# |  .------------- hour (0 - 23)
# |  |  .---------- day of month (1 - 31)
# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# |  |  |  |  |
# *  *  *  *  *  user command to be executed

15 10  * * * /usr/local/bin/vthunting -r -t -e -s >> vthunt.log

Docker の使用

リポジトリを git clone し、スクリプト内のレポート用 API を設定します。Dockerfile に VirusTotal API を追加します。

次に、以下のコマンドを実行します:

root@kitploit:~
# Build the container
docker build -t vthunting:latest .

# run the script:
docker run -t vthunting -r

ライセンス

このプロジェクトは MIT ライセンスの下でライセンスされています - 詳細は LICENSE.md ファイルを参照してください。

ツールをダウンロード