Monitoring Splunk

Duplication detection of IPs detected by DHCP server | Splunk alert

christianubeda
Path Finder

Hi team!

I want to detect Duplication detection of IPs detected by DHCP server.

I have no Idea what to check...

Have this
Windows EventID code = 13. Possible indication of IP Spoofing

Do You have done something similar?

Tags (1)
0 Karma

koshyk
Super Champion

Firstly you do to
1. Collect data from DHCP server (sourcetype=DhcpSrvLog)
2. To do this, you can create an "app" MY_dhcp_inputs and put "copy" contents of Windows TA dhcp into this

###### DHCP ######
[monitor://$WINDIR\System32\DHCP]
disabled = 0
whitelist = DhcpSrvLog*
crcSalt = <SOURCE>
sourcetype = DhcpSrvLog
index = your_windows_index
  1. Install the Windows Addon in your Search Head

This will automatically extract fields from DHCP servers.
Then do some search do logic like

index=<your_index> sourcetype=DhcpSrvLog | stats count by signature

you can learn which all signatures are important and just write use-case for it

0 Karma

christianubeda
Path Finder

Hi koshyk,

I installed the app Windows Addon in the DHCP server, then I copy this in te inputs.conf

###### DHCP ######
[monitor://$WINDIR\System32\DHCP]
disabled = 0
whitelist = DhcpSrvLog*
crcSalt =
sourcetype = DhcpSrvLog
index = main

But still it doesn't work.

I recibe event from CPU, network, windows events but no from dhcp.

0 Karma

koshyk
Super Champion

Please check with your Expert in DHCP, if they have logging enabled correctly.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...