Cortex-Analyzers/analyzers/C1fApp
2020-02-09 10:47:57 +01:00
..
C1fApp_osint.json Fix for the Abuse_Finder and Fortiguard (#541) 2019-12-25 17:08:13 +01:00
cifquery.py #604 force python3 in all analyzers and responders 2020-02-09 10:47:57 +01:00
input #64 #119 update with new values 2018-01-03 10:55:04 +01:00
README #64 #119 unify config options 2017-12-22 17:34:17 +01:00
requirements.txt #64 #119 unify config options 2017-12-22 17:34:17 +01:00

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