Splunk SIEM App
The Splunk SIEM App enables IP lookup from CrowdSec CTI API via custom command called cssmoke
. It provides information about the IP, such as what kind of attacks it has been participant of as seen by CrowdSec's network. It also includes enrichment by CrowdSec like background noise score, aggressivity over time etc.
Installation
The Splunk SIEM App is available in Splunkbase. You can download it from here.
Usage
-
Get your API key for CrowdSec CTI API by following this guide.
-
Complete the App setup by providing your API Key
- Test it by running the query
| makeresults | eval ip="8.8.8.8" | cssmoke ipfield="ip"
Enriched Data
The following fields are automatically enriched using CrowdSec intelligence:
(Please refer to the CrowdSec CTI API documentation for more details on each field.)
Reputation & Classification
crowdsec_reputation
: IP reputationcrowdsec_confidence
: Confidence levelcrowdsec_ip_range_score
: The malevolence score of the IP range the IP belongs tocrowdsec_ip
: Original IP addresscrowdsec_ip_range
: IP rangecrowdsec_ip_range_24
: /24 range of the IP addresscrowdsec_ip_range_24_reputation
: Reputation of the rangecrowdsec_ip_range_24_score
: Score for the rangecrowdsec_as_name
: Autonomous system (AS) namecrowdsec_as_num
: Autonomous system (AS) numbercrowdsec_false_positives
: Historical false positivescrowdsec_classifications
: Classifications associated with the IP
Geolocation
crowdsec_country
: Countrycrowdsec_city
: Citycrowdsec_latitude
: Latitudecrowdsec_longitude
: Longitudecrowdsec_reverse_dns
: Reverse DNS result
Behavioral & Threat Intelligence
crowdsec_behaviors
: A list of the attack categories for which the IP was reportedcrowdsec_mitre_techniques
: A list of Mitre techniques associated with the IPcrowdsec_cves
: A list of CVEs for which the IP has been reported forcrowdsec_attack_details
: A more exhaustive list of the scenarios for which a given IP was reportedcrowdsec_target_countries
: The top 10 countries targeted by the IPcrowdsec_background_noise
: The level of background noise of an IP address is an indicator of its internet activity intensitycrowdsec_background_noise_score
: CrowdSec intelligence calculated scorecrowdsec_references
: A list of the CrowdSec Blockists the IP belongs to
Activity History
crowdsec_first_seen
: Date of the first time this IP was reportedcrowdsec_last_seen
: Date of the last time this IP was reportedcrowdsec_full_age
: Delta in days between first seen and todaycrowdsec_days_age
: Delta in days between first and last seen timestamps
Threat Scores Over Time
Overall
crowdsec_overall_aggressiveness
crowdsec_overall_threat
crowdsec_overall_trust
crowdsec_overall_anomaly
crowdsec_overall_total
Last Day
crowdsec_last_day_aggressiveness
crowdsec_last_day_threat
crowdsec_last_day_trust
crowdsec_last_day_anomaly
crowdsec_last_day_total
Last Week
crowdsec_last_week_aggressiveness
crowdsec_last_week_threat
crowdsec_last_week_trust
crowdsec_last_week_anomaly
crowdsec_last_week_total
Last Month
crowdsec_last_month_aggressiveness
crowdsec_last_month_threat
crowdsec_last_month_trust
crowdsec_last_month_anomaly
crowdsec_last_month_total