Snort IP Blocklist Feed
This is the Snort IP Block List feed obtained from https://snort.org/
Data Enrichment & Threat Intelligence · Snort IP Blocklist Feed · Feed
Details
| ID | Snort IP Blocklist Feed |
|---|---|
| Provider | Cisco Systems |
| Category | Data Enrichment & Threat Intelligence |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
| Supported Modules | Agentix XSIAM |
README
Use the Snort IP Block List feed integration to fetch IP indicators from Snort.
Configure Snort IP Blocklist in Cortex
| Parameter | Description | Required |
|---|---|---|
| Fetch indicators | False | |
| Server’s URL | Should be feed of type .txt. For using other types of feed, modify the parsing in the python file. | True |
| Indicator Reputation | Indicators from this integration instance will be marked with this reputation | False |
| Source Reliability | Reliability of the source providing the intelligence data | True |
| Traffic Light Protocol Color | The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed | False |
| Feed Fetch Interval | False | |
| Bypass exclusion list | When selected, the exclusion list is ignored for indicators from this feed. This means that if an indicator from this feed is on the exclusion list, the indicator might still be added to the system. | False |
| Trust any certificate (not secure) | False | |
| Use system proxy settings | False | |
| Tags | Supports CSV values. | False |
Commands
You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.
snort-get-ip-blocklist-indicators
Gets indicators from the feed.
Base Command
snort-get-ip-blocklist-indicators
Input
| Argument Name | Description | Required |
|---|---|---|
| limit | The maximum number of results to return. Default is 10. | Optional |
Context Output
There is no context output for this command.
Configuration parameters
feed— Fetch indicatorsurl— Server's URL (required)feedReputation— Indicator ReputationfeedReliability— Source Reliability (required)tlp_color— Traffic Light Protocol ColorfeedFetchInterval— Feed Fetch IntervalfeedBypassExclusionList— Bypass exclusion listinsecure— Trust any certificate (not secure)proxy— Use system proxy settingsfeedExpirationPolicy—feedExpirationInterval—feedTags— Tags
Commands (1)
-
snort-get-ip-blocklist-indicatorsGets indicators from the feed.
**Snort IP Block List** is a plain text list of IPs for blocking that is sourced openly (TLP Green) for the community from Snort - [ip-block-list](https://snort.org/downloads/ip-block-list). This integration ingests IP addresses and tags them with the **snort** tag by default. The recommendation is to fetch about 1-3 times a day (run once a day or every 8 hours) as the blocklist is only updated 1-2 times a day.