<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to block outgoing traffic with the SOAR app for Microsoft Defender for Endpoint in Splunk SOAR</title>
    <link>https://community.splunk.com/t5/Splunk-SOAR/How-to-block-outgoing-traffic-with-the-SOAR-app-for-Microsoft/m-p/745633#M1714</link>
    <description>&lt;P&gt;We're looking to block outgoing traffic from a specific client or group, using the Microsoft Defender for Endpoint-app.&lt;/P&gt;&lt;P&gt;If we were to implement this ourselves using the MS api, it would be something like:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;POST https://api.securitycenter.microsoft.com/api/machines/{machineId}/restrict
Authorization: Bearer {your_access_token}
Content-Type: application/json
{
"action": "Block",
"destination": "IP_ADDRESS_OR_DOMAIN",
"protocol": "TCP",
"port": "443"
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;However, I haven't been able to find a corresponding call in the app source code. Am I missing something, or isn't this currently supported?&lt;/P&gt;</description>
    <pubDate>Wed, 07 May 2025 07:40:09 GMT</pubDate>
    <dc:creator>1var</dc:creator>
    <dc:date>2025-05-07T07:40:09Z</dc:date>
    <item>
      <title>How to block outgoing traffic with the SOAR app for Microsoft Defender for Endpoint</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/How-to-block-outgoing-traffic-with-the-SOAR-app-for-Microsoft/m-p/745633#M1714</link>
      <description>&lt;P&gt;We're looking to block outgoing traffic from a specific client or group, using the Microsoft Defender for Endpoint-app.&lt;/P&gt;&lt;P&gt;If we were to implement this ourselves using the MS api, it would be something like:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;POST https://api.securitycenter.microsoft.com/api/machines/{machineId}/restrict
Authorization: Bearer {your_access_token}
Content-Type: application/json
{
"action": "Block",
"destination": "IP_ADDRESS_OR_DOMAIN",
"protocol": "TCP",
"port": "443"
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;However, I haven't been able to find a corresponding call in the app source code. Am I missing something, or isn't this currently supported?&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 07:40:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/How-to-block-outgoing-traffic-with-the-SOAR-app-for-Microsoft/m-p/745633#M1714</guid>
      <dc:creator>1var</dc:creator>
      <dc:date>2025-05-07T07:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to block outgoing traffic with the SOAR app for Microsoft Defender for Endpoint</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/How-to-block-outgoing-traffic-with-the-SOAR-app-for-Microsoft/m-p/745639#M1715</link>
      <description>&lt;P&gt;It looks as if the app-functions "Submit indicator" will be able to solve this for us:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "indicatorValue": "9.9.9.9",
  "indicatorType": "IpAddress",
  "action": "Block",
  "title": "Block outbound traffic to 9.9.9.9",
  "description": "Referanse: JIRA-XYZ",
  "generateAlert": true
}&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 07 May 2025 08:32:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/How-to-block-outgoing-traffic-with-the-SOAR-app-for-Microsoft/m-p/745639#M1715</guid>
      <dc:creator>1var</dc:creator>
      <dc:date>2025-05-07T08:32:46Z</dc:date>
    </item>
  </channel>
</rss>

