SecurityIntelligenceServicesFeed

A PassiveTotal with Security Intelligence Services Feed provides you with newly observed Domain, Malware, Phishing, Content and Scam Blacklist with Hourly ingestion available.

Data Enrichment & Threat Intelligence · Security Intelligence Services Feed · Feed

Details

IDSecurityIntelligenceServicesFeed
ProviderOpen Source
CategoryData Enrichment & Threat Intelligence
From Version5.5.0
Docker Imagedemisto/boto3py3:1.0.0.10221838
Supported ModulesAgentix XSIAM

README

A PassiveTotal with Security Intelligence Services Feed provides you with newly observed Domain, Malware, Phishing, Content, and Scam Blacklist with Hourly ingestion available.
This integration was integrated and tested with version 1.0 of Security Intelligence Services Feed.

The XSOAR instance with ElasticSearch is required as this integration would ingest large amount of indicators from SIS to XSOAR.

For that same reason, in case this integration fails to fetch indicators with timeout error, the feedIntegrationScript.timeout configuration should be configured with value 45 or more.

Configure Security Intelligence Services Feed in Cortex

Parameter Description Required
accessKey S3 Access Key True
secretKey S3 Secret Key True
feedType Feed Type True
feed Fetch indicators False
feedReputation Indicator Reputation False
feedReliability Source Reliability True
tlp_color The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed. More information about the protocol can be found at https://us-cert.cisa.gov/tlp False
feedExpirationPolicy   False
feedExpirationInterval   False
feedFetchInterval Feed Fetch Interval False
feedTags Tags False
MaxIndicators Max Indicators Per Interval True
firstFetchInterval First Fetch Time Range (<number> <time unit>, e.g., 12 hours, 7 days, 3 months, 1 year) True
feedBypassExclusionList Bypass exclusion list False
insecure Trust any certificate (not secure) False
proxy 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.

sis-get-indicators


Gets indicators from Security Intelligence Services feed. Note- Indicators will fetch from the latest found object.

Base Command

sis-get-indicators

Input

Argument Name Description Required
limit The maximum number of indicators to return from S3. Note- The maximum limit supported is 1000. Optional
feed_type Indicators will be fetched based on feed_type. Optional
search Indicators that match the given search pattern will be fetched. Optional

Context Output

There is no context output for this command.

Command Example

!sis-get-indicators limit=2 type=Domain

Human Readable Output

Total indicators fetched: 2

Indicators from Security Intelligence Services feed

Value Type
0363059571.online Domain
0363059571.xyz Domain

Configuration parameters

  • accessKey — S3 Access Key (required)
  • secretKey — S3 Secret Key (required)
  • feedType — Feed Type (required)
  • feed — Fetch indicators
  • feedReputation — Indicator Reputation
  • feedReliability — Source Reliability (required)
  • tlp_color — Traffic Light Protocol Color
  • feedExpirationPolicy
  • feedExpirationInterval
  • feedFetchInterval — Feed Fetch Interval
  • feedTags — Tags
  • firstFetchInterval — First Fetch Time Range (<number> <time unit>, e.g., 12 hours, 7 days, 3 months, 1 year) (required)
  • feedBypassExclusionList — Bypass exclusion list
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (1)

  • sis-get-indicators

    Gets indicators from Security Intelligence Services feed. Note- Indicators will fetch from the latest found object.

category: Data Enrichment & Threat Intelligence
provider: Open Source
commonfields:
  id: SecurityIntelligenceServicesFeed
  version: -1
configuration:
- display: S3 Access Key
  name: accessKey
  required: true
  type: 4
- display: S3 Secret Key
  name: secretKey
  required: true
  type: 4
- defaultvalue: Domain
  display: Feed Type
  name: feedType
  options:
  - Domain
  - Scam
  - Phishing
  - Malware
  - Content
  required: true
  type: 16
- defaultvalue: 'true'
  display: Fetch indicators
  name: feed
  type: 8
  required: false
- additionalinfo: Indicators from this integration instance will be marked with this reputation
  defaultvalue: feedInstanceReputationNotSet
  display: Indicator Reputation
  name: feedReputation
  options:
  - None
  - Good
  - Suspicious
  - Bad
  type: 18
  required: false
- additionalinfo: Reliability of the source providing the intelligence data
  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: 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
- display: ''
  name: feedExpirationPolicy
  type: 17
  options:
  - never
  - interval
  - indicatorType
  - suddenDeath
  required: false
- name: feedExpirationInterval
  type: 1
  display: ''
  required: false
- defaultvalue: '5'
  display: Feed Fetch Interval
  name: feedFetchInterval
  type: 19
  required: false
- additionalinfo: Supports CSV values.
  display: Tags
  name: feedTags
  type: 0
  required: false
- additionalinfo: The historical indicators available in the time-range provided will be fetched.
  defaultvalue: 1 day
  display: First Fetch Time Range (<number> <time unit>, e.g., 12 hours, 7 days, 3 months, 1 year)
  name: firstFetchInterval
  required: true
  type: 0
- 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.
  display: Bypass exclusion list
  name: feedBypassExclusionList
  type: 8
  required: false
- defaultvalue: 'false'
  display: Trust any certificate (not secure)
  name: insecure
  type: 8
  required: false
- defaultvalue: 'false'
  display: Use system proxy settings
  name: proxy
  type: 8
  required: false
description: A PassiveTotal with Security Intelligence Services Feed provides you with newly observed Domain, Malware, Phishing, Content and Scam Blacklist with Hourly ingestion available.
display: Security Intelligence Services Feed
name: SecurityIntelligenceServicesFeed
script:
  commands:
  - arguments:
    - defaultValue: '50'
      description: The maximum number of indicators to return from S3. Note- The maximum limit supported is 1000.
      name: limit
    - auto: PREDEFINED
      defaultValue: Domain
      description: Indicators will be fetched based on feed_type.
      name: feed_type
      predefined:
      - Domain
      - Phishing
      - Content
      - Scam
      - Malware
    - description: Indicators that match the given search pattern will be fetched.
      name: search
    description: Gets indicators from Security Intelligence Services feed. Note- Indicators will fetch from the latest found object.
    name: sis-get-indicators
  dockerimage: demisto/boto3py3:1.0.0.10221838
  feed: true
  runonce: false
  script: '-'
  subtype: python3
  type: python
tests:
- SecurityIntelligenceServicesFeed - Test
fromversion: 5.5.0