<?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: Secure Firewall Dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Secure-Firewall-Dashboard/m-p/708924#M57991</link>
    <description>&lt;P&gt;I'm running Splunk on Windows and don't have the tcpdump command.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jan 2025 19:10:38 GMT</pubDate>
    <dc:creator>MikeMakai</dc:creator>
    <dc:date>2025-01-15T19:10:38Z</dc:date>
    <item>
      <title>Secure Firewall Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Secure-Firewall-Dashboard/m-p/708313#M57967</link>
      <description>&lt;P&gt;I am sending syslog data to Splunk from Cisco FMC. I am using UCAPL compliance and therefore cannot use eStreamer. The data is being ingested into Splunk and the dashboard is showing some basic events, like connection events, volume file events and malware events. When I try to learn more about these events it doesn't drill down into more info. For example, when I click on the 14 Malware Events and chose open in search it just shows the number of events. There is no information regarding these events. When I click on inspect, it shows command.tstats at13 and&amp;nbsp; command.tstats.execute_output at 1. It doesn't provide further clarity regarding the malware events. When I view the Malware files dashboard on the FMC, is shows no data for malware threats. So based on the FMC it seems that the data in the Splunk dashboard is incorrect or at least interpreting malware events differently from the FMC dashboard.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 23:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Secure-Firewall-Dashboard/m-p/708313#M57967</guid>
      <dc:creator>MikeMakai</dc:creator>
      <dc:date>2025-01-08T23:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Firewall Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Secure-Firewall-Dashboard/m-p/708321#M57969</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275401"&gt;@MikeMakai&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Could you share your `inputs.conf` file? Are you sending data directly from the FMC to Splunk, or is there an intermediate forwarder between your FMC and Splunk?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 07:54:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Secure-Firewall-Dashboard/m-p/708321#M57969</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-01-09T07:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Firewall Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Secure-Firewall-Dashboard/m-p/708322#M57970</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275401"&gt;@MikeMakai&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Please run `tcpdump` to verify if the expected logs are being received. If the expected output is observed, we can proceed to check from the Splunk side.&lt;/P&gt;&lt;P&gt;If this reply helps you, Karma would be appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 07:56:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Secure-Firewall-Dashboard/m-p/708322#M57970</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-01-09T07:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Firewall Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Secure-Firewall-Dashboard/m-p/708377#M57972</link>
      <description>&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;I'm sending syslog directly from the FTD devices.&lt;/P&gt;&lt;P&gt;Here is the config file.&lt;/P&gt;&lt;PRE&gt;[tcp://192.168.1.2:1470]&lt;BR /&gt;connection_host = dns&lt;BR /&gt;index = cisco_sfw_ftd_syslog&lt;BR /&gt;sourcetype = cisco:ftd:syslog&lt;BR /&gt;&lt;BR /&gt;[sbg_sfw_syslog_input://FTD_Pier]&lt;BR /&gt;event_types = *,syslog_intrusion,syslog_connection,syslog_file,syslog_file_malware&lt;BR /&gt;index = cisco_sfw_ftd_syslog&lt;BR /&gt;interval = 600&lt;BR /&gt;port = 1470&lt;BR /&gt;restrictToHost = 192.168.1.2&lt;BR /&gt;sourcetype = cisco:ftd:syslog&lt;BR /&gt;type = tcp&lt;BR /&gt;&lt;BR /&gt;[tcp://192.168.200.2:1470]&lt;BR /&gt;connection_host = dns&lt;BR /&gt;index = cisco_sfw_ftd_syslog&lt;BR /&gt;sourcetype = cisco:ftd:syslog&lt;BR /&gt;&lt;BR /&gt;[sbg_sfw_syslog_input://FTD_Kona]&lt;BR /&gt;event_types = *,syslog_intrusion,syslog_connection,syslog_file,syslog_file_malware&lt;BR /&gt;index = cisco_sfw_ftd_syslog&lt;BR /&gt;interval = 600&lt;BR /&gt;port = 1470&lt;BR /&gt;restrictToHost = 192.168.200.2&lt;BR /&gt;sourcetype = cisco:ftd:syslog&lt;BR /&gt;type = tcp&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 18:16:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Secure-Firewall-Dashboard/m-p/708377#M57972</guid>
      <dc:creator>MikeMakai</dc:creator>
      <dc:date>2025-01-09T18:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Firewall Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Secure-Firewall-Dashboard/m-p/708398#M57973</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275401"&gt;@MikeMakai&lt;/a&gt;&amp;nbsp;&amp;nbsp;Hi Mike,I recently integrated an FTD appliance with Splunk. Previously, the customer was using a Cisco ASA, and last week they upgraded to FTD. We didn’t make any changes to the Splunk setup and are still using the Cisco ASA add-on. Interestingly, the logs are being parsed correctly. Have you tried using the Cisco ASA add-on? Additionally, when you run a TCP dump on the destination side (Splunk), how are the logs appearing from the FTD device? Are they coming through as expected? It seems the cisco:ftd:syslog sourcetype isn’t parsing them properly. I’ve attached a screenshot for your reference.&lt;/P&gt;&lt;P&gt;I hope this helps. if any reply helps you, you could add your upvote/karma points to that reply.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kiran_panchavat_0-1736487544389.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34093i37752962BD99FCAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kiran_panchavat_0-1736487544389.jpeg" alt="kiran_panchavat_0-1736487544389.jpeg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kiran_panchavat_0-1736487544389.jpeg&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kiran_panchavat_1-1736487558276.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34094i4B0C81EBCF8E92E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kiran_panchavat_1-1736487558276.jpeg" alt="kiran_panchavat_1-1736487558276.jpeg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kiran_panchavat_1-1736487558276.jpeg&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 05:39:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Secure-Firewall-Dashboard/m-p/708398#M57973</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-01-10T05:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Firewall Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Secure-Firewall-Dashboard/m-p/708924#M57991</link>
      <description>&lt;P&gt;I'm running Splunk on Windows and don't have the tcpdump command.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 19:10:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Secure-Firewall-Dashboard/m-p/708924#M57991</guid>
      <dc:creator>MikeMakai</dc:creator>
      <dc:date>2025-01-15T19:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Firewall Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Secure-Firewall-Dashboard/m-p/708946#M57994</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275401"&gt;@MikeMakai&lt;/a&gt;&amp;nbsp;I think you can use WinDump/Wireshark. You can take help from your network team.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.wireshark.org/WinDump" target="_blank" rel="noopener"&gt;https://wiki.wireshark.org/WinDump&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 06:46:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Secure-Firewall-Dashboard/m-p/708946#M57994</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-01-16T06:46:01Z</dc:date>
    </item>
  </channel>
</rss>

