This app helps with providing guidelines for installing the AlienVault OTX Intel-Checker App in Trisul Network Analytics.
To check all artifacts in your network traffic against the threat IOCs found in AlientVault OTX and throw an alert in the UI.
.
The feed installation process needs Ruby and LevelDB installed on the Probe.
Ubuntu
#apt install build-essential ruby libleveldb1v5 #gem install rake faraday leveldb
CentOS/RHEL7
#yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm #yum install leveldb #yum install gcc-c++ #gem install rake faraday leveldb
Compile the IOCs from OTX into a LevelDB database using the 'installfeed.sh' script as shown below.
curl -O https://raw.githubusercontent.com/trisulnsm/apps/master/analyzers/alienvault-otx/installfeed.sh bash ./installfeed.sh ALIENVAULT_API_KEY