category: Data Enrichment & Threat Intelligence provider: Microsoft commonfields: id: Office 365 Feed version: -1 configuration: - display: Fetch indicators name: feed defaultvalue: 'true' type: 8 required: false section: Collect - defaultvalue: All display: Category name: category options: - All - Optimize - Allow - Default type: 16 required: false section: Connect - defaultvalue: All display: Regions name: regions options: - All - China - Germany - USGovDoD - USGovGCCHigh - Worldwide required: true type: 16 section: Connect - display: Services name: services defaultvalue: 'All' type: 16 required: true options: - Common - Exchange - Sharepoint - Skype - All - MEM section: Connect - defaultvalue: 'false' display: Allow Germany name: allow_germany required: false type: 8 additionalinfo: In some cases, the Germany endpoints can be unavailable for some users. By default, we exclude Germany to prevent the fetch indicators from failing. section: Connect - 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 section: Collect - additionalinfo: Reliability of the source providing the intelligence data 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 defaultvalue: A - Completely reliable section: Collect - name: tlp_color display: Traffic Light Protocol Color options: - RED - AMBER - GREEN - WHITE type: 15 additionalinfo: The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed required: false section: Collect - defaultvalue: suddenDeath display: '' name: feedExpirationPolicy type: 17 options: - never - interval - indicatorType - suddenDeath required: false section: Collect advanced: true - defaultvalue: '20160' display: '' name: feedExpirationInterval type: 1 required: false section: Collect advanced: true - display: Feed Fetch Interval name: feedFetchInterval type: 19 defaultvalue: '30' required: false section: Collect advanced: true - additionalinfo: Supports CSV values. display: Tags name: feedTags type: 0 required: false section: Collect advanced: true - display: Bypass exclusion list name: feedBypassExclusionList type: 8 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. defaultvalue: 'true' required: false section: Collect advanced: true - display: Enrichment Excluded name: enrichmentExcluded type: 8 required: false additionalinfo: Select this option to exclude the fetched indicators from the enrichment process. defaultvalue: 'false' hidden: - xsoar_on_prem section: Collect - 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 description: The Office 365 IP Address and URL web service is a read-only API provided by Microsoft to expose the URLs and IPs used by Office 365. The Office 365 Feed integration fetches indicators from the service, with which you can create a list (allow list, block list, EDL, etc.) for your SIEM or firewall service to ingest and apply to its policy rules. display: Office 365 Feed name: Office 365 Feed script: commands: - arguments: - defaultValue: '10' description: The maximum number of results to return. The default value is 10. name: limit - auto: PREDEFINED defaultValue: IPs description: The indicator type. Can be "IPs", "URLs", or "Both". The default value is "IPs". name: indicator_type predefined: - IPs - URLs - Both description: Gets indicators from the feed. name: office365-get-indicators dockerimage: demisto/python3:3.12.13.10116658 feed: true runonce: false script: '-' subtype: python3 type: python tests: - Office365_Feed_Test fromversion: 5.5.0 sectionorder: - Connect - Collect