Ad slot: top

SPL

Number of Hosts the Root Account was Detected on

Description

Submitted by SplunkNinja

The following splunk query example will return the total number of hosts the Root account was detected on  in a given time range *NOTE* if the host field is being autoextracted (for instance if you are using a universal forwarder) you will not need the regex command and can call upon the auto extracted fieldname of "host"
2 0
sourcetype=linux_secure |rex ".*:\d{2}\s(?<hostname>\S+)" | rex "\suser[^'](?<User>\S+\w+)" | search User="root" | stats dc(hostname)
 

Comments

0 total

Be the first to comment on this SPL.

Leave a comment

You must log in to post a comment.

Ad slot: bottom