Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Feeds Example

Wes edited this page Jan 6, 2015 · 1 revision
#!/bin/bash

LIMIT=5000
CONFIDENCE="75,85,95"
BIN=/usr/local/bin/cif-feed -d

set -e

/usr/local/bin/cif-feed --otype ipv4 --confidence $CONFIDENCE --tags scanner --limit $LIMIT
/usr/local/bin/cif-feed --otype ipv4 --confidence $CONFIDENCE --tags botnet --limit $LIMIT
/usr/local/bin/cif-feed --otype ipv4 --confidence $CONFIDENCE --tags malware,phishing --limit $LIMIT

$BIN --otype ipv4 --confidence 95 --tags hijacked --limit $LIMIT

/usr/local/bin/cif-feed --otype fqdn --confidence $CONFIDENCE -d --tags malware,phishing --limit $LIMIT
/usr/local/bin/cif-feed --otype fqdn --confidence $CONFIDENCE -d --tags botnet --limit $LIMIT

Clone this wiki locally