Skip to content

Latest commit

 

History

History
 
 

threatbook_hfish

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

微步蜜罐HFish

下载模块

wget https://raw.githubusercontent.com/sec-report/SecAutoBan/main/device/alarm/threatbook_hfish/threatbook_hfish.py

配置说明

安装依赖

pip3 install SecAutoBan requests

配置模块

修改回连核心模块配置

更改脚本第46-48

server_ip = "127.0.0.1",
server_port = 8080,
sk = "sk-xxx",

配置与蜜罐连接的地址

更改脚本第44

"url": "https://xxx.xxx.xxx.xxx:4433",

配置api_key

进入平台管理-系统配置-API配置页面,复制api_key

更改脚本第45

"api_key": "xxx"

运行

python3 threatbook_hfish.py