Splunk Enterprise

Intrusion_Detection by IDS_Attacks.signature matching src or soucerype file

Splunk_rocks
Path Finder

Just trying to find way to get src or dst info for matching signature group by values

 

| tstats allow_old_summaries=true count from datamodel=Intrusion_Detection by IDS_Attacks.signature | `drop_dm_object_name("IDS_Attacks")` | search [|inputlookup org_applicationattack.csv| fields signature ] | xswhere count from count_by_signature_1h in ids_attacks by signature is above minimal | where count >50 | fields signature count source ids_type vendor action

Labels (1)
Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

The Intrusion_Detection datamodel has both src and dest fields, but your query discards them both.

Verify the src and dest fields have usable data by debugging the query.  Start by stripping it down.

| tstats allow_old_summaries=true count from datamodel=Intrusion_Detection by IDS_Attacks.signature 
| `drop_dm_object_name("IDS_Attacks")` 

If you have usable data at this point, add another command.

| tstats allow_old_summaries=true count from datamodel=Intrusion_Detection by IDS_Attacks.signature 
| `drop_dm_object_name("IDS_Attacks")` 
| search [|inputlookup org_applicationattack.csv| fields signature ] 

Continue this process until the data you needs goes away and you'll have found the cause.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...