Files
splunk-security_content/baselines/monitor_successful_windows_updates.yml
2019-12-11 15:14:49 -05:00

39 lines
1.2 KiB
YAML

baseline:
splunk:
schedule:
cron_schedule: ''
earliest_time: -30d@d
latest_time: -10m@m
search: '| tstats `security_content_summariesonly` dc(Updates.dest) as count FROM datamodel=Updates
where Updates.vendor_product="Microsoft Windows" AND Updates.status=installed
by _time span=1d'
creation_date: '2017-08-24'
data_metadata:
data_models:
- Updates
data_source:
- Windows Updates
providing_technologies:
- Microsoft Windows
description: This search is intended to give you a feel for how often successful Windows
updates are applied in your environments. Fluctuations in these numbers will allow
you to determine when you should be concerned.
eli5: This search gives you the count and name of all the systems that had a successful
update applied each day
how_to_implement: You must be ingesting your Windows Update Logs
id: 6a80535c-86a6-4b54-894c-4b446d0c701d
known_false_positives: ''
maintainers:
- company: Splunk
email: davidd@splunk.com
name: David Dorsey
modification_date: '2017-09-14'
name: Windows Updates Install Successes
original_authors:
- company: Splunk
email: davidd@splunk.com
name: David Dorsey
spec_version: 2
type: splunk
version: '1.0'