<?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: MAC address spoof query in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Mac-address-spoof-search/m-p/293384#M4367</link>
    <description>&lt;P&gt;I think I'm close. Just need a little help. here is my current search&lt;BR /&gt;
index=windows sourcetype=dhcpsrvlog | stats dc(raw_mac) as macCount values(raw_mac) as mac by dest_nt_host| eventstats count by raw_mac | where count = 2&lt;/P&gt;

&lt;P&gt;I'm trying to get results for any 2 systems sharing the same mac address. &lt;/P&gt;

&lt;P&gt;Thanks again for the help guys.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 16:09:01 GMT</pubDate>
    <dc:creator>shandman</dc:creator>
    <dc:date>2020-09-29T16:09:01Z</dc:date>
    <item>
      <title>Mac address spoof search?</title>
      <link>https://community.splunk.com/t5/Installation/Mac-address-spoof-search/m-p/293378#M4361</link>
      <description>&lt;P&gt;I've been trying to get this to work with my data but can't seem to get it to work. &lt;A href="https://answers.splunk.com/answers/230665/how-to-edit-my-search-to-filter-and-only-return-du.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev" target="_blank"&gt;https://answers.splunk.com/answers/230665/how-to-edit-my-search-to-filter-and-only-return-du.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;here is the query i'm running. &lt;BR /&gt;
index=windows sourcetype=dhcpsrvlog ... | stats dc(dhcp_mac) as macCount values(dhcp_mac) as mac by dhcp_hostname | search macCount&amp;gt;1&lt;/P&gt;

&lt;P&gt;I run that for the past 30 days, during which time I have spoofed mac addresses with 0 results coming up with this search. Am I missing something?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:08:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Mac-address-spoof-search/m-p/293378#M4361</guid>
      <dc:creator>shandman</dc:creator>
      <dc:date>2020-09-29T16:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address spoof query</title>
      <link>https://community.splunk.com/t5/Installation/Mac-address-spoof-search/m-p/293379#M4362</link>
      <description>&lt;P&gt;Hi @shandman,&lt;/P&gt;

&lt;P&gt;When you run this query &lt;CODE&gt;index=windows sourcetype=dhcpsrvlog ...&lt;/CODE&gt; are you getting &lt;CODE&gt;dhcp_mac&lt;/CODE&gt; and &lt;CODE&gt;dhcp_hostname&lt;/CODE&gt; in interesting field on left hand side in splunk?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 13:22:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Mac-address-spoof-search/m-p/293379#M4362</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-10-11T13:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address spoof query</title>
      <link>https://community.splunk.com/t5/Installation/Mac-address-spoof-search/m-p/293380#M4363</link>
      <description>&lt;P&gt;Same question, But make sure you are in Smart or Verbose mode when you check this. &lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 14:53:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Mac-address-spoof-search/m-p/293380#M4363</guid>
      <dc:creator>blacknight659</dc:creator>
      <dc:date>2017-10-11T14:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address spoof query</title>
      <link>https://community.splunk.com/t5/Installation/Mac-address-spoof-search/m-p/293381#M4364</link>
      <description>&lt;P&gt;Ah. I see. No the search is showing with dest_mac and dest_nt_host&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:08:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Mac-address-spoof-search/m-p/293381#M4364</guid>
      <dc:creator>shandman</dc:creator>
      <dc:date>2020-09-29T16:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address spoof query</title>
      <link>https://community.splunk.com/t5/Installation/Mac-address-spoof-search/m-p/293382#M4365</link>
      <description>&lt;P&gt;Then your query should be &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=windows sourcetype=dhcpsrvlog ... | stats dc(dest_mac) as macCount values(dest_mac) as mac by dest_nt_host| search macCount&amp;gt;1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Oct 2017 16:43:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Mac-address-spoof-search/m-p/293382#M4365</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-10-11T16:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address spoof query</title>
      <link>https://community.splunk.com/t5/Installation/Mac-address-spoof-search/m-p/293383#M4366</link>
      <description>&lt;P&gt;Now there is a plethora of hosts showing up with slightly different mac addresses. 1340 results . Looks like maybe they have multiple network interfaces? How can I adjust the search to show when another host takes on the mac address of a host? Thus showing when a mac address has been spoofed? Thanks guys.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 17:20:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Mac-address-spoof-search/m-p/293383#M4366</guid>
      <dc:creator>shandman</dc:creator>
      <dc:date>2017-10-11T17:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address spoof query</title>
      <link>https://community.splunk.com/t5/Installation/Mac-address-spoof-search/m-p/293384#M4367</link>
      <description>&lt;P&gt;I think I'm close. Just need a little help. here is my current search&lt;BR /&gt;
index=windows sourcetype=dhcpsrvlog | stats dc(raw_mac) as macCount values(raw_mac) as mac by dest_nt_host| eventstats count by raw_mac | where count = 2&lt;/P&gt;

&lt;P&gt;I'm trying to get results for any 2 systems sharing the same mac address. &lt;/P&gt;

&lt;P&gt;Thanks again for the help guys.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:09:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Mac-address-spoof-search/m-p/293384#M4367</guid>
      <dc:creator>shandman</dc:creator>
      <dc:date>2020-09-29T16:09:01Z</dc:date>
    </item>
  </channel>
</rss>

