<?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 Re: Which Events Code you using to monitor Firewall Activity on Windows? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Which-Events-Code-you-using-to-monitor-Firewall-Activity-on/m-p/364648#M23802</link>
    <description>&lt;P&gt;would add maybe the a panel that shows how changed firewall rule and whether they supposed to have permission to do so.&lt;BR /&gt;
also would maybe check changes across time and hosts and see if many changes where apply at the same time or same changes where applied to multiple hosts&lt;BR /&gt;
hope it helps&lt;/P&gt;</description>
    <pubDate>Mon, 25 Dec 2017 19:41:00 GMT</pubDate>
    <dc:creator>adonio</dc:creator>
    <dc:date>2017-12-25T19:41:00Z</dc:date>
    <item>
      <title>Which Events Code you using to monitor Firewall Activity on Windows?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Which-Events-Code-you-using-to-monitor-Firewall-Activity-on/m-p/364646#M23800</link>
      <description>&lt;P&gt;[UPD] The logs kinda different, so I changed my question.&lt;/P&gt;

&lt;P&gt;Hi.&lt;BR /&gt;
I need some ideas to create Windows Firewall Rules dashboard.&lt;BR /&gt;
Right now it's looks:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Pane 1: List of Firewall Rules&lt;/STRONG&gt;&lt;BR /&gt;
&lt;EM&gt;4945 - A rule was listed when the Windows Firewall started&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Panel 2: Windows Firewall Exception List&lt;/STRONG&gt;&lt;BR /&gt;
&lt;EM&gt;4946 - A change has been made to Windows Firewall exception list. A rule was added&lt;BR /&gt;
4947 - A change has been made to Windows Firewall exception list. A rule was modified&lt;BR /&gt;
4948 - A change has been made to Windows Firewall exception list. A rule was deleted&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Panel 3: Other Changes In Firewall Rules&lt;/STRONG&gt;&lt;BR /&gt;
&lt;EM&gt;4954 - Windows Firewall Group Policy settings has changed. The new settings have been applied&lt;BR /&gt;
4956 - Windows Firewall has changed the active profile&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Panel 4: Local Security Policy&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=win_firewall sourcetype="WinEventLog:Microsoft-Windows-Windows Firewall With Advanced Security/Firewall" host=$host$ 
| stats count by _time host Application_Path Message User 
| rename count as Count _time as Time host as Host Application_Path as "Application Path" 
| fieldformat Time=strftime('Time', "%c") 
| sort -Time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;EM&gt;2011 - Firewall Service Block Notifications&lt;BR /&gt;
2008 - Firewall Rule Processing&lt;BR /&gt;
2010 - Network profile changed on an interface&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 16:30:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Which-Events-Code-you-using-to-monitor-Firewall-Activity-on/m-p/364646#M23800</guid>
      <dc:creator>test_qweqwe</dc:creator>
      <dc:date>2017-12-22T16:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Which Events Code you using to monitor Firewall Activity on Windows?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Which-Events-Code-you-using-to-monitor-Firewall-Activity-on/m-p/364647#M23801</link>
      <description>&lt;P&gt;@test_qweqwe, can you add sample data for one of the events? (Assuming all events have similar structure)&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 16:59:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Which-Events-Code-you-using-to-monitor-Firewall-Activity-on/m-p/364647#M23801</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-12-22T16:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Which Events Code you using to monitor Firewall Activity on Windows?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Which-Events-Code-you-using-to-monitor-Firewall-Activity-on/m-p/364648#M23802</link>
      <description>&lt;P&gt;would add maybe the a panel that shows how changed firewall rule and whether they supposed to have permission to do so.&lt;BR /&gt;
also would maybe check changes across time and hosts and see if many changes where apply at the same time or same changes where applied to multiple hosts&lt;BR /&gt;
hope it helps&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2017 19:41:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Which-Events-Code-you-using-to-monitor-Firewall-Activity-on/m-p/364648#M23802</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-12-25T19:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Which Events Code you using to monitor Firewall Activity on Windows?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Which-Events-Code-you-using-to-monitor-Firewall-Activity-on/m-p/364649#M23803</link>
      <description>&lt;P&gt;can you share sample logs ?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2017 07:33:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Which-Events-Code-you-using-to-monitor-Firewall-Activity-on/m-p/364649#M23803</guid>
      <dc:creator>abhijeet01</dc:creator>
      <dc:date>2017-12-26T07:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Which Events Code you using to monitor Firewall Activity on Windows?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Which-Events-Code-you-using-to-monitor-Firewall-Activity-on/m-p/364650#M23804</link>
      <description>&lt;P&gt;Hi Test_qweqwe,&lt;/P&gt;

&lt;P&gt;May be below links are helpful to you:&lt;/P&gt;

&lt;H2&gt;- &lt;A href="https://www.petri.com/monitoring-windows-event-logs-for-security-breaches"&gt;https://www.petri.com/monitoring-windows-event-logs-for-security-breaches&lt;/A&gt;&lt;/H2&gt;

&lt;P&gt;&lt;A href="https://static1.squarespace.com/static/552092d5e4b0661088167e5c/t/56016c77e4b08aeb5c47d68b/1442933879868/Windows+Splunk+Logging+Cheat+Sheet+v1.0.pdf"&gt;https://static1.squarespace.com/static/552092d5e4b0661088167e5c/t/56016c77e4b08aeb5c47d68b/1442933879868/Windows+Splunk+Logging+Cheat+Sheet+v1.0.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 13:07:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Which-Events-Code-you-using-to-monitor-Firewall-Activity-on/m-p/364650#M23804</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2017-12-28T13:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Which Events Code you using to monitor Firewall Activity on Windows?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Which-Events-Code-you-using-to-monitor-Firewall-Activity-on/m-p/364651#M23805</link>
      <description>&lt;P&gt;Thanks, it will help me!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 13:12:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Which-Events-Code-you-using-to-monitor-Firewall-Activity-on/m-p/364651#M23805</guid>
      <dc:creator>test_qweqwe</dc:creator>
      <dc:date>2017-12-28T13:12:18Z</dc:date>
    </item>
  </channel>
</rss>

