<?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: Use case SMB Traffic by bytes transfer in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Use-case-SMB-Traffic-by-bytes-transfer/m-p/519566#M87844</link>
    <description>&lt;P&gt;If the data does not include a byte count or some other size indication then Splunk cannot use size as a monitoring criteria.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Sep 2020 20:52:56 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-09-14T20:52:56Z</dc:date>
    <item>
      <title>Use case SMB Traffic by bytes transfer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Use-case-SMB-Traffic-by-bytes-transfer/m-p/519559#M87841</link>
      <description>&lt;P&gt;Hello, I need to create a use case that monitors the bytes transferred from one host to another, either by SMB or by another method, be it from the LAN or the WAN.&lt;/P&gt;&lt;P&gt;The log does not have any fields that refer to the size of the transferred data. How can I monitor these transfers from one host to another?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this base to adjust it to what I need or accept suggestions (&lt;A href="https://docs.splunksecurityessentials.com/content-detail/showcase_huge_volume_dns_volume/" target="_blank" rel="noopener"&gt;font&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;PRE&gt;index=* ((tag=network tag=communicate) &lt;SPAN class="hljs-keyword"&gt;OR&lt;/SPAN&gt; (sourcetype=pan*traffic &lt;SPAN class="hljs-keyword"&gt;OR&lt;/SPAN&gt; sourcetype=opsec &lt;SPAN class="hljs-keyword"&gt;OR&lt;/SPAN&gt; sourcetype=cisco:asa &lt;SPAN class="hljs-keyword"&gt;OR&lt;/SPAN&gt; sourcetype=stream* )) action=allowed (app=smb &lt;SPAN class="hljs-keyword"&gt;OR&lt;/SPAN&gt; dest_port=&lt;SPAN class="hljs-number"&gt;139&lt;/SPAN&gt; &lt;SPAN class="hljs-keyword"&gt;OR&lt;/SPAN&gt; dest_port=&lt;SPAN class="hljs-number"&gt;445&lt;/SPAN&gt;)  | bucket _time span=1d | stats count by _time src_ip dest_ip dest_port&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 20:22:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Use-case-SMB-Traffic-by-bytes-transfer/m-p/519559#M87841</guid>
      <dc:creator>splunkcol</dc:creator>
      <dc:date>2020-09-14T20:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Use case SMB Traffic by bytes transfer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Use-case-SMB-Traffic-by-bytes-transfer/m-p/519566#M87844</link>
      <description>&lt;P&gt;If the data does not include a byte count or some other size indication then Splunk cannot use size as a monitoring criteria.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 20:52:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Use-case-SMB-Traffic-by-bytes-transfer/m-p/519566#M87844</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-14T20:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Use case SMB Traffic by bytes transfer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Use-case-SMB-Traffic-by-bytes-transfer/m-p/519568#M87845</link>
      <description>Just like &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt; said, you cannot calculate exact traffic without size information on logs. Of course you could calculate estimate of maximum traffic based on event count * max size of event, but probably this is not what you are looking for?&lt;BR /&gt;R. Ismo</description>
      <pubDate>Mon, 14 Sep 2020 21:00:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Use-case-SMB-Traffic-by-bytes-transfer/m-p/519568#M87845</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-09-14T21:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Use case SMB Traffic by bytes transfer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Use-case-SMB-Traffic-by-bytes-transfer/m-p/519569#M87846</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;&amp;nbsp;The method you suggest, I don't mind if you don't tell me how many bytes or Gygabytes were transferred, but it would help me if you alert me if there is abnormal traffic from one host to another.&lt;/P&gt;&lt;P&gt;I need to prevent possible information leakage&lt;/P&gt;&lt;P&gt;When you talk about event count, do you mean the number of events from one host to another?&lt;/P&gt;&lt;P&gt;If so, I would appreciate how the query would be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 21:12:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Use-case-SMB-Traffic-by-bytes-transfer/m-p/519569#M87846</guid>
      <dc:creator>splunkcol</dc:creator>
      <dc:date>2020-09-14T21:12:02Z</dc:date>
    </item>
  </channel>
</rss>

