RiskIQ PassiveTotal¶
This implements a custom threat service for RiskIQ PassiveTotal. This threat service is automatically triggered when adding artifacts of type ‘net.name’ (domain name artifact), ‘net.uri’ (URL) or ‘net.ip’ (IP address).
To query RiskIQ PassiveTotal API user needs to provide API key.
Prerequisites
resilient_circuits
rc-webserver
rc-cts
Installation¶
Unzip rc-cts-passivetotal-x.x.x.tar.gz.zip
Install this tar.gz package with
pip
.Use the following commands to register this custom threat service with Resilient and test it:
sudo resutil threatserviceedit -name "RiskIQ PassiveTotal" -resturl http://<resilient_circuits_url>:9000/cts/pst
sudo resutil threatservicetest -name "RiskIQ PassiveTotal"
Run
resilient-circuits config -u
to install the app.config settings and then edit the[passivetotal]
section with your configuration data.Run with:
resilient-circuits run
.