Cofense Feed

Use the Cofense Feed Integration to fetch indicators from the feed.

Data Enrichment & Threat Intelligence · Cofense Feed · Feed

Details

IDCofense Feed
ProviderCofense
CategoryData Enrichment & Threat Intelligence
From Version5.5.0
Docker Imagedemisto/python3:3.12.13.10116658
Supported ModulesAgentix XSIAM

README

Use the Cofense Feed Integration to fetch indicators from the feed.
This integration was integrated and tested with version 1 of Cofense Feed

Configure Cofense Feed in Cortex

Parameter Description Required
Username   False
Password   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
feedExpirationPolicy   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
The threat type for which to fetch indicators To fetch malware and phishing indicators select “all”. False
First fetch time range (<number> <time unit>, e.g., 1 hour, 30 minutes) This value also will be used as an expiration time - all indicators before the given time will not be fetched. 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.

cofense-get-indicators


Gets indicators from the feed.

Base Command

cofense-get-indicators

Input

Argument Name Description Required
limit The maximum number of context indicators to return. The default value is 10. Default is 10. Optional
from_time The time period (previous) for which to fetch indicators. For example, a value of 3 days will return indicators from the previous three days. Default is 3 days. Optional

Context Output

There is no context output for this command.

Command Example

!cofense-get-indicators limit=2

Human Readable Output

Results from Cofense Feed:

threat_id type value impact confidence roleDescription
218956 URL https://r-gk8.online/main/main.php Major 100 Credential Phishing
218956 URL https://notification.ba.com/LinkTracking?id=17174577&url=https://r-⁠gk8.online?e= Major 100 Credential Phishing

Configuration parameters

  • credentials — Username
  • 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
  • threat_type — The threat type for which to fetch indicators
  • fetch_time — First fetch time range (<number> <time unit>, e.g., 1 hour, 30 minutes)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (1)

  • cofense-get-indicators

    Gets indicators from the feed.

category: Data Enrichment & Threat Intelligence
provider: Cofense
commonfields:
  id: Cofense Feed
  version: -1
configuration:
- display: Username
  name: credentials
  type: 9
  required: false
- display: Fetch indicators
  name: feed
  defaultvalue: 'true'
  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
- display: Source Reliability
  name: feedReliability
  defaultvalue: A - Completely reliable
  type: 15
  required: true
  options:
  - A - Completely reliable
  - B - Usually reliable
  - C - Fairly reliable
  - D - Not usually reliable
  - E - Unreliable
  - F - Reliability cannot be judged
  additionalinfo: Reliability of the source providing the intelligence data
- 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
  defaultvalue: indicatorType
  type: 17
  options:
  - never
  - interval
  - indicatorType
  - suddenDeath
  required: false
- display: ""
  name: feedExpirationInterval
  defaultvalue: "20160"
  type: 1
  required: false
- defaultvalue: '60'
  display: Feed Fetch Interval
  name: feedFetchInterval
  type: 19
  required: false
- additionalinfo: Supports CSV values.
  display: Tags
  name: feedTags
  type: 0
  required: false
- 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
- additionalinfo: To fetch malware and phishing indicators select "all".
  defaultvalue: all
  display: The threat type for which to fetch indicators
  name: threat_type
  options:
  - all
  - malware
  type: 15
  required: false
- additionalinfo: This value also will be used as an expiration time - all indicators before the given time will not be fetched.
  defaultvalue: 3 days
  display: First fetch time range (<number> <time unit>, e.g., 1 hour, 30 minutes)
  name: fetch_time
  type: 0
  required: false
- display: Trust any certificate (not secure)
  name: insecure
  type: 8
  required: false
- display: Use system proxy settings
  name: proxy
  type: 8
  required: false
description: Use the Cofense Feed Integration to fetch indicators from the feed.
display: Cofense Feed
name: Cofense Feed
script:
  commands:
  - arguments:
    - defaultValue: '10'
      description: The maximum number of context indicators to return. The default value is 10.
      name: limit
    - defaultValue: 3 days
      description: The time period (previous) for which to fetch indicators. For example, a value of 3 days will return indicators from the previous three days.
      name: from_time
    description: Gets indicators from the feed.
    name: cofense-get-indicators
  dockerimage: demisto/python3:3.12.13.10116658
  feed: true
  runonce: false
  script: '-'
  subtype: python3
  type: python
tests:
- TestCofenseFeed
fromversion: 5.5.0