FeedMandiant Deprecated

Deprecated. Use Mandiant Advantage Threat Intelligence instead.

Data Enrichment & Threat Intelligence · Mandiant Advantage Feed (Deprecated) · Feed

Details

IDFeedMandiant
ProviderGoogle
CategoryData Enrichment & Threat Intelligence
From Version6.1.0
Docker Imagedemisto/python3:3.10.11.56082
Supported ModulesAgentix

README

Mandiant Feed Integration.

Configure Mandiant Feed in Cortex

Parameter Description Required
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 Fetch Interval   False
Public Key   True
Secret Key   True
feedExpirationInterval The interval after which the feed expires. False
feedExpirationPolicy The feed’s expiration policy. False
Mandiant indicator type The indicators’ type to fetch. Indicator type might include the following: Domains, IPs, Files and URLs. False
First fetch time The maximum value allowed is 90 days. False
Server URL (e.g. https://api.intelligence.fireeye.com)   True
Maximum number of indicators per fetch   False
Tags Supports CSV values. False
Timeout API calls timeout. False
Trust any certificate (not secure)   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
Retrieve indicator metadata Retrieve additional information for each indicator. Please note that this requires additional API calls. False
Create relationships Please note that this requires additional API calls. 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.

feed-mandiant-get-indicators


get mandiant indicators

Base Command

feed-mandiant-get-indicators

Input

Argument Name Description Required
update_context update context. Optional
limit number of indicators to fetch. Optional
indicatorMetadata Retrieve additional data for each indicator. Possible values are: true, false. Default is false. Optional
indicatorRelationships Create relationships. Possible values are: true, false. Default is false. Optional
type What indicators types to fetch. Possible values are: Malware, Indicators, Actors. Default is Malware,Indicators,Actors. Required

Context Output

There is no context output for this command.

Configuration parameters

  • feed — Fetch indicators
  • feedReputation — Indicator Reputation
  • feedReliability — Source Reliability (required)
  • tlp_color — Traffic Light Protocol Color
  • feedExpirationPolicy
  • feedExpirationInterval
  • feedFetchInterval — Feed Fetch Interval
  • auth — Public Key (required)
  • type — Mandiant indicator type
  • first_fetch — First fetch time
  • url — Server URL (e.g., https://api.intelligence.fireeye.com) (required)
  • max_fetch — Maximum number of indicators per fetch
  • feedTags — Tags
  • timeout — Timeout
  • insecure — Trust any certificate (not secure)
  • feedBypassExclusionList — Bypass exclusion list
  • indicatorMetadata — Retrieve indicator metadata
  • indicatorRelationships — Create relationships
  • proxy — Use system proxy settings

Commands (1)

  • feed-mandiant-get-indicators

    Get mandiant indicators.

category: Data Enrichment & Threat Intelligence
provider: Google
commonfields:
  id: FeedMandiant
  version: -1
configuration:
- defaultvalue: 'true'
  display: Fetch indicators
  name: feed
  type: 8
  required: false
- additionalinfo: Indicators from this integration instance will be marked with this reputation.
  display: Indicator Reputation
  name: feedReputation
  options:
  - None
  - Good
  - Suspicious
  - Bad
  type: 18
  required: false
- additionalinfo: Reliability of the source providing the intelligence data.
  defaultvalue: B - Usually reliable
  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
  options:
  - never
  - interval
  - indicatorType
  type: 17
  required: false
- display: ''
  name: feedExpirationInterval
  type: 1
  required: false
- defaultvalue: '240'
  display: Feed Fetch Interval
  name: feedFetchInterval
  type: 19
  required: false
- display: Public Key
  displaypassword: Secret Key
  name: auth
  required: true
  type: 9
- additionalinfo: 'The type of indicators to fetch. Indicator type might include the following: Domains, IPs, Files and URLs.'
  defaultvalue: Malware,Actors,Indicators
  display: Mandiant indicator type
  name: type
  options:
  - Malware
  - Actors
  - Indicators
  type: 16
  required: false
- defaultvalue: 3 days
  display: First fetch time
  name: first_fetch
  type: 0
  additionalinfo: The maximum value allowed is 90 days.
  required: false
- defaultvalue: https://api.intelligence.fireeye.com
  display: Server URL (e.g., https://api.intelligence.fireeye.com)
  name: url
  required: true
  type: 0
- defaultvalue: '50'
  additionalinfo: For each indicator type if you choose 3 indicator types (Malware, Actors, Indicators) it will fetch in total 150 indicators.
  display: Maximum number of indicators per fetch
  name: max_fetch
  type: 0
  required: false
- additionalinfo: Supports CSV values.
  display: Tags
  name: feedTags
  type: 0
  required: false
- additionalinfo: API calls timeout.
  defaultvalue: '60'
  display: Timeout
  name: timeout
  type: 0
  required: false
- display: Trust any certificate (not secure)
  name: insecure
  type: 8
  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: Retrieve additional information for each indicator. Note that this requires additional API calls.
  defaultvalue: 'false'
  display: Retrieve indicator metadata
  name: indicatorMetadata
  type: 8
  required: false
- additionalinfo: Note that this requires additional API calls.
  defaultvalue: 'false'
  display: Create relationships
  name: indicatorRelationships
  type: 8
  required: false
- display: Use system proxy settings
  name: proxy
  type: 8
  required: false
description: Deprecated. Use Mandiant Advantage Threat Intelligence instead.
display: Mandiant Advantage Feed (Deprecated)
name: FeedMandiant
script:
  commands:
  - arguments:
    - default: true
      description: Update context.
      name: update_context
    - description: The maximum number of indicators to fetch.
      name: limit
    - auto: PREDEFINED
      defaultValue: 'false'
      description: Whether to retrieve additional data for each indicator.
      name: indicatorMetadata
      predefined:
      - 'true'
      - 'false'
    - auto: PREDEFINED
      defaultValue: 'false'
      description: Whether to create indicator relationships.
      name: indicatorRelationships
      predefined:
      - 'true'
      - 'false'
    - auto: PREDEFINED
      defaultValue: Malware,Indicators,Actors
      description: The type of indicators to fetch.
      isArray: true
      name: type
      predefined:
      - Malware
      - Indicators
      - Actors
      required: true
    description: Get mandiant indicators.
    name: feed-mandiant-get-indicators
  dockerimage: demisto/python3:3.10.11.56082
  feed: true
  runonce: false
  script: '-'
  subtype: python3
  type: python
tests:
- Fetch Indicators Test
fromversion: 6.1.0
deprecated: true