雷米·艾伦
皮质奔跑者
TheHive的Cortex作业自动化
要求
蜂巢
要求
安装
git clone ' https://github.com/Cyberprotect/Cortex-Runner.git '
cd CortexRunner-master
python setup.py install
或者
pip install Cortex-Runner
用法
from cortexrunner . api import CortexRunner
observable = '1234abcd1234abcd1234abcd1234abcd'
config = {
'thehive' : {
'url' : 'http://127.0.0.1:8080' ,
'proxies' : None ,
'cert' : True
1