<?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>article IFTTT Push Notifications in Log Forwarding Articles</title>
    <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/ifttt-push-notifications/ta-p/170645</link>
    <description>&lt;P&gt;For this example, I am using HTTP log forwarding along with IFTTT to get a push notification on my iPhone every time there is a Critical Threat event.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Step 1&lt;/H2&gt;
&lt;P&gt;Install IFTTT and sign up for an account on your desktop at ifttt.com&lt;/P&gt;
&lt;P&gt;Once you are logged in through your browser, go to &lt;A href="https://ifttt.com/maker" target="_blank" rel="noopener"&gt;https://ifttt.com/maker&lt;/A&gt; and connect Maker to your account.&amp;nbsp; Next, click on the settings icon, and follow the link to your Maker URL&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture23.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10705i657A609A54B255FD/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture23.png" alt="Picture23.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Take note of the example URL, as it contains your API key.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Step 2&lt;/H2&gt;
&lt;P&gt;Create a new IFTTT applet&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Click on the My Applets menu item, then click the New Applet button.&amp;nbsp; The first half of the applet is If This – click on “+this” and search for the Maker service.&amp;nbsp; Under the Maker service, select the Web Request Trigger and configure it as shown below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture 24.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10706i20CCB3AF753BC900/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture 24.png" alt="Picture 24.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Complete your applet by setting the action to a Notification&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture 24.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10707i043D135B2D642EC7/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture 24.png" alt="Picture 24.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H2&gt;Step 3&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Configure the firewall log forwarding settings&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a new HTTP log server profile.&amp;nbsp; Add a new server, setting the Address to maker.ifttt.com.&amp;nbsp; Configure the server to use either HTTP or HTTPS, and set the HTTP Method to POST.&amp;nbsp; Under Payload Format, edit the Threat format as shown below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture26.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10708i2BB3F63EBB443D96/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture26.png" alt="Picture26.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The URL format should be set to:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;trigger/Critical_Threat/with/key/&amp;lt;&amp;lt;YOUR KEY HERE&amp;gt;&amp;gt; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Note – this is from the URL you got from the Maker service settings in step 1. &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set the Payload to:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;value1="$device_name"&amp;amp;value2="$threatid"&amp;amp;value3="$receive_time"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Then send a Test log – your IFTTT app should notify you at this point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Step 4&lt;/H2&gt;
&lt;P&gt;Configure a log profile for critical threats to use the push service&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a new log forwarding profile, or edit your existing one to forward Threat logs with the Filter set to (severity eq critical), then add your new HTTP server under forwarding method.&amp;nbsp; Apply this log forwarding profile to any security policies with Threat Prevention to trigger push notifications automatically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture29.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10709iCB8ABB273B114364/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture29.png" alt="Picture29.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Created by Darren Rogers.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jul 2022 06:48:59 GMT</pubDate>
    <dc:creator>rkemburu</dc:creator>
    <dc:date>2022-07-12T06:48:59Z</dc:date>
    <item>
      <title>IFTTT Push Notifications</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/ifttt-push-notifications/ta-p/170645</link>
      <description>&lt;P&gt;For this example, I am using HTTP log forwarding along with IFTTT to get a push notification on my iPhone every time there is a Critical Threat event.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Step 1&lt;/H2&gt;
&lt;P&gt;Install IFTTT and sign up for an account on your desktop at ifttt.com&lt;/P&gt;
&lt;P&gt;Once you are logged in through your browser, go to &lt;A href="https://ifttt.com/maker" target="_blank" rel="noopener"&gt;https://ifttt.com/maker&lt;/A&gt; and connect Maker to your account.&amp;nbsp; Next, click on the settings icon, and follow the link to your Maker URL&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture23.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10705i657A609A54B255FD/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture23.png" alt="Picture23.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Take note of the example URL, as it contains your API key.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Step 2&lt;/H2&gt;
&lt;P&gt;Create a new IFTTT applet&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Click on the My Applets menu item, then click the New Applet button.&amp;nbsp; The first half of the applet is If This – click on “+this” and search for the Maker service.&amp;nbsp; Under the Maker service, select the Web Request Trigger and configure it as shown below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture 24.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10706i20CCB3AF753BC900/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture 24.png" alt="Picture 24.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Complete your applet by setting the action to a Notification&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture 24.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10707i043D135B2D642EC7/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture 24.png" alt="Picture 24.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H2&gt;Step 3&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Configure the firewall log forwarding settings&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a new HTTP log server profile.&amp;nbsp; Add a new server, setting the Address to maker.ifttt.com.&amp;nbsp; Configure the server to use either HTTP or HTTPS, and set the HTTP Method to POST.&amp;nbsp; Under Payload Format, edit the Threat format as shown below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture26.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10708i2BB3F63EBB443D96/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture26.png" alt="Picture26.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The URL format should be set to:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;trigger/Critical_Threat/with/key/&amp;lt;&amp;lt;YOUR KEY HERE&amp;gt;&amp;gt; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Note – this is from the URL you got from the Maker service settings in step 1. &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set the Payload to:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;value1="$device_name"&amp;amp;value2="$threatid"&amp;amp;value3="$receive_time"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Then send a Test log – your IFTTT app should notify you at this point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Step 4&lt;/H2&gt;
&lt;P&gt;Configure a log profile for critical threats to use the push service&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a new log forwarding profile, or edit your existing one to forward Threat logs with the Filter set to (severity eq critical), then add your new HTTP server under forwarding method.&amp;nbsp; Apply this log forwarding profile to any security policies with Threat Prevention to trigger push notifications automatically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture29.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10709iCB8ABB273B114364/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture29.png" alt="Picture29.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Created by Darren Rogers.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 06:48:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/ifttt-push-notifications/ta-p/170645</guid>
      <dc:creator>rkemburu</dc:creator>
      <dc:date>2022-07-12T06:48:59Z</dc:date>
    </item>
  </channel>
</rss>

