RSS Feed
RSS Feed reader can ingest new items as report indicators.
Data Enrichment & Threat Intelligence · RSS Feed · Feed
Details
| ID | RSS Feed |
|---|---|
| Provider | Open Source |
| Category | Data Enrichment & Threat Intelligence |
| From Version | 6.2.0 |
| Docker Image | demisto/py3-tools:1.0.0.2072021 |
| Supported Modules | Agentix XSIAM |
README
RSS Feed can ingest new items as report indicators.
This integration was integrated and tested with version 2.0 of RSS.
Configure RSS Feed in Cortex
| Parameter | Description | Required |
|---|---|---|
| Feed URL | The RSS URL should be a URL with ‘feed’ as the suffix or prefix. | True |
| Article content max size in KB | Default is 45KB. If you increase the limit substantialy, it may slow performance. You need to specify only a number, e.g., 50. | False |
| Fetch indicators | False | |
| 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 Expiration Method | False | |
| feedExpirationInterval | False | |
| Feed Fetch Interval | False | |
| Tags | Supports CSV values. | 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 |
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.
rss-get-indicators
Gets the reports from the RSS feed.
Base Command
rss-get-indicators
Input
| Argument Name | Description | Required |
|---|---|---|
| limit | The maximum number of indicators to return. Default is 10. | Optional |
Context Output
There is no context output for this command.
Command Example
!rss-get-indicators
Human Readable Output
RSS Feed:
| Title | Link | Type |
|---|---|---|
| Title of an article | https://article-example.com | Report |
Configuration parameters
server_url— Feed URL (required)max_size— Article content max size in KBread_timeout— Read Timeoutdefault_headers— Request headers in JSON format.feed— Fetch indicatorsfeedReputation— Indicator ReputationfeedReliability— Source Reliability (required)tlp_color— Traffic Light Protocol ColorfeedExpirationPolicy—feedExpirationInterval—feedFetchInterval— Feed Fetch IntervalfeedTags— TagsfeedBypassExclusionList— Bypass exclusion listinsecure— Trust any certificate (not secure)proxy— Use system proxy settingsenrichmentExcluded— Enrichment Excluded
Commands (1)
-
rss-get-indicatorsGets the reports from the RSS feed.
## Configure the Integration To fetch from several feeds, you need to configure an instance to each feed. The following are popular security news feeds you can use in the Feed URL field: [https://threatpost.com/feed/](https://threatpost.com/feed/) [https://www.securitymagazine.com/rss/articles](https://www.securitymagazine.com/rss/articles) [https://www.darkreading.com/rss_feeds.asp](https://www.darkreading.com/rss_feeds.asp) [https://feeds.feedburner.com/TheHackersNews](https://feeds.feedburner.com/TheHackersNews) The following are Palo Alto Networks Feed source examples: [https://unit42.paloaltonetworks.com/feed/](https://unit42.paloaltonetworks.com/feed/) [https://status.paloaltonetworks.com/history.rss](https://status.paloaltonetworks.com/history.rss)