Patrick Kelley 04da5c1250 Inital
2025-05-28 14:31:31 -04:00

35 lines
713 B
Plaintext

#
# NetSecMon Team @ Capital One
#
# Who When What
# -----------------------------------------------------------------------------
# Aaron Eppert 03/19/2019 Refreshed completely
#
# Load file extraction
# @load ./frameworks/files/extraction
# Modify logs to include system information and de-dot
@load ./frameworks/logging/extension
# Load detect scripts
@load ./detect
# Load enrichments
@load ./enrichments
# Load Capital One specific extensions
@load ./extensions
# Load optimizations
@load ./optimizations
# Load Third-Party Scripts
@load ./external
# Load intel data
@load ./frameworks/intel
# Load local sensor-specific configuration - MUST BE LAST
@load ./local