mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Merge pull request #402 from splunk/CRL-1744_macro_fixes
fixes for a couple broken macros
This commit is contained in:
@@ -27,6 +27,8 @@ detect:
|
||||
risk_object_type:
|
||||
- system
|
||||
risk_score: 50
|
||||
macros:
|
||||
- smb_traffic_spike_mltk_filter
|
||||
schedule:
|
||||
cron_schedule: 0 * * * *
|
||||
earliest_time: -70m@m
|
||||
@@ -111,7 +113,7 @@ investigations:
|
||||
type: splunk
|
||||
known_false_positives: If you are seeing more results than desired, you may consider
|
||||
reducing the value of the threshold in the search. You should also periodically
|
||||
re-run the support search to re-build the ML model on the latest data.
|
||||
re-run the support search to re-build the ML model on the latest data. Please update the `smb_traffic_spike_mltk_filter` macro to filter out false positive results
|
||||
maintainers:
|
||||
- company: Splunk
|
||||
email: rvaldez@splunk.com
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
definition: search *
|
||||
description: Use this macro to add additional filters for SMB traffic spike detection using MLKT
|
||||
name: smb_traffic_spike_mltkfilter
|
||||
name: smb_traffic_spike_mltk_filter
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
definition: search *
|
||||
description: Use this macro to add additional filters for DNS Query Requests Resolved by Unauthorized DNS Servers detection
|
||||
name: unauthorized_dns_servers_filter
|
||||
|
||||
Reference in New Issue
Block a user