RSS Feed

RSS Feed reader can ingest new items as report indicators.

Data Enrichment & Threat Intelligence · RSS Feed · Feed

Details

IDRSS Feed
ProviderOpen Source
CategoryData Enrichment & Threat Intelligence
From Version6.2.0
Docker Imagedemisto/py3-tools:1.0.0.2072021
Supported ModulesAgentix 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 KB
  • read_timeout — Read Timeout
  • default_headers — Request headers in JSON format.
  • feed — Fetch indicators
  • feedReputation — Indicator Reputation
  • feedReliability — Source Reliability (required)
  • tlp_color — Traffic Light Protocol Color
  • feedExpirationPolicy
  • feedExpirationInterval
  • feedFetchInterval — Feed Fetch Interval
  • feedTags — Tags
  • feedBypassExclusionList — Bypass exclusion list
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings
  • enrichmentExcluded — Enrichment Excluded

Commands (1)

  • rss-get-indicators

    Gets the reports from the RSS feed.

category: Data Enrichment & Threat Intelligence
provider: Open Source
commonfields:
  id: RSS Feed
  version: -1
configuration:
- display: Feed URL
  additionalinfo: The RSS URL should be a URL with 'feed' as the suffix or prefix.
  name: server_url
  required: true
  type: 0
  section: Connect
- display: Article content max size in KB
  additionalinfo: Default is 45KB. If you increase the limit substantialy, it may slow performance. You need to specify only a number, e.g., 50.
  name: max_size
  defaultvalue: '45'
  type: 0
  required: false
  section: Collect
  advanced: true
- display: Read Timeout
  additionalinfo: Default is 20 seconds. In cases content is too long, Read Timeout Error is return, to handle it increase the read timeout value.
  name: read_timeout
  defaultvalue: '20'
  type: 0
  required: false
  section: Collect
  advanced: true
- display: Request headers in JSON format.
  name: default_headers
  defaultvalue: '{"User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"}'
  type: 12
  required: false
  section: Collect
  advanced: true
- display: Fetch indicators
  name: feed
  defaultvalue: 'true'
  type: 8
  required: false
  section: Collect
- display: Indicator Reputation
  name: feedReputation
  defaultvalue: feedInstanceReputationNotSet
  type: 18
  options:
  - None
  - Good
  - Suspicious
  - Bad
  additionalinfo: Indicators from this integration instance will be marked with this reputation
  required: false
  section: Collect
- defaultvalue: F - Reliability cannot be judged
  display: Source Reliability
  name: feedReliability
  options:
  - A - Completely reliable
  - B - Usually reliable
  - C - Fairly reliable
  - D - Not usually reliable
  - E - Unreliable
  - F - Reliability cannot be judged
  required: true
  type: 15
  additionalinfo: Reliability of the source providing the intelligence data.
  section: Collect
- additionalinfo: The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed.
  display: Traffic Light Protocol Color
  name: tlp_color
  options:
  - RED
  - AMBER
  - GREEN
  - WHITE
  type: 15
  required: false
  section: Collect
- display: ""
  name: feedExpirationPolicy
  defaultvalue: indicatorType
  type: 17
  options:
  - never
  - interval
  - indicatorType
  - suddenDeath
  required: false
  section: Collect
  advanced: true
- name: feedExpirationInterval
  defaultvalue: "20160"
  type: 1
  display: ""
  required: false
  section: Collect
  advanced: true
- defaultvalue: '240'
  display: Feed Fetch Interval
  name: feedFetchInterval
  type: 19
  required: false
  section: Collect
  advanced: true
- additionalinfo: Supports CSV values.
  display: Tags
  name: feedTags
  type: 0
  required: false
  section: Collect
  advanced: true
- display: Bypass exclusion list
  name: feedBypassExclusionList
  type: 8
  additionalinfo: |-
    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.
  required: false
  section: Collect
  advanced: true
- display: Trust any certificate (not secure)
  name: insecure
  type: 8
  required: false
  section: Connect
  advanced: true
- display: Use system proxy settings
  name: proxy
  type: 8
  required: false
  section: Connect
  advanced: true
- display: Enrichment Excluded
  name: enrichmentExcluded
  type: 8
  required: false
  defaultvalue: 'false'
  additionalinfo: Select this option to exclude the fetched indicators from the enrichment process.
  hidden:
  - xsoar_on_prem
  section: Collect
description: RSS Feed reader can ingest new items as report indicators.
display: RSS Feed
name: RSS Feed
script:
  commands:
  - arguments:
    - defaultValue: '10'
      description: The maximum number of indicators to return.
      name: limit
    description: Gets the reports from the RSS feed.
    name: rss-get-indicators
  dockerimage: demisto/py3-tools:1.0.0.2072021
  feed: true
  runonce: false
  script: '-'
  subtype: python3
  type: python
tests:
- No tests
fromversion: 6.2.0
sectionorder:
- Connect
- Collect