category: Data Enrichment & Threat Intelligence provider: Open Source commonfields: id: Plain Text Feed version: -1 configuration: - defaultvalue: 'true' display: Fetch indicators name: feed type: 8 required: false section: Collect - display: Server URL name: url required: true type: 0 section: Connect - additionalinfo: It is possible to provide an API key header instead. See the description for more details. display: Username name: credentials type: 9 required: false section: Connect - additionalinfo: If selected, the indicator type will be auto detected for each indicator. defaultvalue: 'true' display: Auto detect indicator type name: auto_detect_type type: 8 required: false section: Collect advanced: true - additionalinfo: Type of the indicator in the feed. If auto-detect is checked then the value set as Indicator Type will be ignored. If the "Custom" option is selected, the Custom Indicator Type parameter must be provided. display: Indicator Type name: indicator_type options: - IP - CIDR - IPv6 - IPv6CIDR - Domain - Email - URL - File - Account - CVE - Host - ssdeep - Registry Key - Custom type: 15 required: false section: Collect advanced: true - additionalinfo: When enabled, each /32 CIDR will also be returned as an IP indicator. Only relevant if the integration fetches /32 CIDR indicators. display: Set /32 CIDRs as IP Indicators name: cidr_32_to_ip required: false type: 8 section: Collect advanced: true - additionalinfo: The indicator type to be used in case of 'Custom' option chosen in the Indicator Type field. display: Custom Indicator Type name: custom_indicator_type type: 0 required: false section: Collect advanced: true - 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 section: Collect - 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 section: Collect - 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 section: Collect - defaultvalue: indicatorType display: '' name: feedExpirationPolicy options: - never - interval - indicatorType - suddenDeath type: 17 required: false section: Collect advanced: true - defaultvalue: '20160' display: '' name: feedExpirationInterval type: 1 required: false section: Collect advanced: true - defaultvalue: '240' display: Feed Fetch Interval name: feedFetchInterval type: 19 required: false section: Collect advanced: true - 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 section: Collect advanced: true - additionalinfo: Time (in seconds) before HTTP requests timeout defaultvalue: '20' display: Request Timeout name: polling_timeout required: true type: 0 section: Collect advanced: true - additionalinfo: Python regular expression for lines to ignore display: Ignore Regex name: ignore_regex type: 0 required: false section: Collect advanced: true - additionalinfo: Supports CSV values. display: Tags name: feedTags type: 0 required: false section: Collect advanced: true - display: Trust any certificate (not secure) name: insecure type: 8 required: false section: Connect advanced: true - display: Use system proxy settings name: proxy type: 8 required: false section: Connect advanced: true - display: Feed name name: feed_name type: 0 required: false section: Collect advanced: true - additionalinfo: JSON string of patterns to extract from the text response. See the description for more details. display: Indicator extraction pattern name: indicator type: 12 required: false section: Collect advanced: true - additionalinfo: JSON string of patterns to extract from the text response. See the description for more details. display: Fields extraction pattern name: fields type: 12 required: false section: Collect advanced: true - additionalinfo: CSV list of headers to send in the HTTP request in the format of "header_name:header_value". display: Headers name: headers type: 0 required: false section: Collect advanced: true - display: Enrichment Excluded name: enrichmentExcluded type: 8 required: false defaultvalue: 'false' additionalinfo: Select this option to exclude the fetched indicators from the enrichment process. hidden: - xsoar_on_prem section: Collect description: Fetches indicators from a plain text feed. display: Plain Text Feed name: Plain Text Feed script: commands: - arguments: - defaultValue: '50' description: The maximum number of results to return to the output. The default value is 50. name: limit - description: The indicator type. If the configuration parameter 'Auto detect indicator type' is marked true for the integration instance, then this value will be ignored. name: indicator_type description: Gets indicators from the feed. name: plaintext-get-indicators dockerimage: demisto/py3-tools:1.0.0.6127057 feed: true runonce: false script: '-' subtype: python3 type: python tests: - PlainText Feed - Test fromversion: 5.5.0 sectionorder: - Connect - Collect