35 lines
713 B
Plaintext
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
|