├── FireEye ├── __init__.py └── api.py ├── README.md ├── config.py.template ├── fe2th.py └── requirements.txt /FireEye/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FireEye/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LDO-CERT/FireEye2TH/HEAD/FireEye/api.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LDO-CERT/FireEye2TH/HEAD/README.md -------------------------------------------------------------------------------- /config.py.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LDO-CERT/FireEye2TH/HEAD/config.py.template -------------------------------------------------------------------------------- /fe2th.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LDO-CERT/FireEye2TH/HEAD/fe2th.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | 3 | thehive4py 4 | 5 | html2text --------------------------------------------------------------------------------