kuresaru / xthreatbook

api批量查询微步在线威胁情报

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xthreatbook

api批量查询微步在线威胁情报

usage

node

  1. 安装依赖 pip3 install requests flask
  2. 在apikey.txt里写入对应帐号的apikey
  3. 运行 python3 node.py

client

  1. 安装依赖 pip3 install requests
  2. 配置环境 在nodelist.txt写所有node的访问url 一行一个 例http://192.168.1.2:5000
  3. 把要查询的ip写到文件(例test.txt),一行一个地址
  4. 运行 python3 xthreatbook.py test.txt

About

api批量查询微步在线威胁情报


Languages

Language:Python 100.0%