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