Splunk Enterprise Security

ES app searches

lohit
Path Finder

Hi all,

i am using ES app 2.4 and trrying to run an inbuilt sear4ch "Anomalous ports detection". This search refers to a look up file. when i open that lookup file, i found it empty. Please tell me how this lookup file baseline information will be filled up.

please help.

0 Karma

jcoates_splunk
Splunk Employee
Splunk Employee

Hi,
that's provided by this:

grep -rin listeningports . | grep output
./SA-EndpointProtection/default/savedsearches.conf:55:search = `listeningports` | table _time,dest,dest_bunit,dest_category,dest_pci_domain,dest_requires_av,dest_should_timesync,dest_should_update,transport,dest_port,transport_dest_port,tag | `filtertags("endpoint")` | `tscollect("sa_listening_ports","true","true")` | stats min(_time) as firstTime,max(_time) as lastTime by dest,dest_port,transport | inputlookup append=T listeningports_tracker | `lower(dest)` | stats min(firstTime) as firstTime,max(lastTime) as lastTime by dest,dest_port,transport | outputlookup listeningports_tracker | stats count

the listeningports macro is:

[listeningports]
definition = tag=listening tag=port | tags outputfield=tag | eval transport=lower(transport) | `get_transport_dest_port`

Do you have data that is tagged that way?

Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...