mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 17:15:21 +00:00
.. | ||
C1fApp_osint.json | ||
cifquery.py | ||
input | ||
README | ||
requirements.txt |
C1fApp is a free threat feed aggregator. It queries the most common OSINT threat feeds. Add the following to application.conf to enable analyzer ``` C1fApp { service="query" key="Get your key from www.c1fapp.com" url="https://www.c1fapp.com/cifapp/api/" } ``` To test the analyzer from cmdline python cifquery.py < input Testing -------- cd /opt/thehive bin/thehive -Dconfig.file=conf/application.conf bin/cortex -Dconfig.file=/opt/cortex/conf/application.conf