category: Data Enrichment & Threat Intelligence provider: Cisco Systems commonfields: id: Cisco Secure Malware Analytics version: -1 configuration: - display: URL name: base_url defaultvalue: https://panacea.threatgrid.com/api/v3/feeds/ type: 0 - display: API Key (Leave empty. Fill in the API Key in the password field.) displaypassword: API Key name: api_key hiddenusername: true type: 9 required: false - display: Feed Name name: feed_name options: - all - autorun-registry - banking-dns - dga-dns - dll-hijacking-dns - doc-net-com-dns - downloaded-pe-dns - dynamic-dns - irc-dns - modified-hosts-dns - parked-dns - public-ip-check-dns - ransomware-dns - rat-dns - scheduled-tasks - sinkholed-ip-dns - stolen-cert-dns required: true type: 16 - additionalinfo: The date or number of days from when to start fetching indicators. display: First fetch name: first_fetch type: 0 required: false - defaultvalue: 'true' display: Fetch indicators name: feed type: 8 required: false - additionalinfo: Indicators from this integration instance will be marked with this reputation. defaultvalue: Good display: Indicator Reputation name: feedReputation options: - None - Good - Suspicious - Bad type: 18 required: false - additionalinfo: The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed. defaultvalue: GREEN display: Traffic Light Protocol Color name: tlp_color options: - RED - AMBER - GREEN - WHITE type: 15 required: false - additionalinfo: Supports CSV values. display: Tags name: feedTags type: 0 required: false - additionalinfo: Reliability of the source providing the intelligence data. defaultvalue: A - Completely 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 - display: '' name: feedExpirationPolicy options: - never - interval - indicatorType - suddenDeath type: 17 required: false - display: '' name: feedExpirationInterval type: 1 required: false - defaultvalue: '240' display: Feed Fetch Interval name: feedFetchInterval type: 19 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 - display: Use system proxy settings name: proxy defaultvalue: 'false' type: 8 required: false - defaultvalue: 'false' display: Trust any certificate (not secure) name: insecure type: 8 required: false - defaultvalue: 'true' display: Create Relationships name: create_relationships type: 8 required: false description: Secure Malware Analytics (formerly Threat Grid) combines advanced sandboxing with threat intelligence into one unified solution to protect organizations from malware. display: Cisco Secure Malware Analytics Feed name: Cisco Secure Malware Analytics script: commands: - arguments: - description: The maximum number of indicators to retrieve. name: limit description: Retrieves indicators. name: cisco-sma-get-indicators outputs: - contextPath: CiscoSMA.value description: The indicator value. type: String - contextPath: CiscoSMA.type description: The indicator type. type: Unknown - contextPath: CiscoSMA.Tags description: Tags that are associated with the indicator. type: String - contextPath: CiscoSMA.Description description: The feed description. type: String - contextPath: CiscoSMA.FeedRelatedIndicators.type description: The type of the indicators that are associated with the domain. type: String - contextPath: CiscoSMA.FeedRelatedIndicators.value description: Indicators that are associated with the domain. type: String - description: 'WARNING: This command will reset your fetch history.' name: cisco-sma-reset-fetch-indicators dockerimage: demisto/python3:3.12.13.10116658 feed: true runonce: false script: '-' subtype: python3 type: python tests: - No tests (auto formatted) fromversion: 5.5.0