-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathshadowvendor.conf.example
More file actions
37 lines (27 loc) · 1.14 KB
/
Copy pathshadowvendor.conf.example
File metadata and controls
37 lines (27 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# ShadowVendor Configuration File Example
#
# Copy this file to shadowvendor.conf and customize for your environment.
# Configuration file locations (checked in order):
# 1. Current directory: ./shadowvendor.conf
# 2. User config: ~/.config/shadowvendor/shadowvendor.conf
# 3. System config: /etc/shadowvendor/shadowvendor.conf
#
# Environment variables (SHADOWVENDOR_*) override config file values.
# Command-line arguments override both config file and environment variables.
[shadowvendor]
# Offline mode: Use only local OUI cache, no external API calls
# offline = false
# History directory: Where to archive vendor summaries for drift analysis
# history_dir = history
# Analyze drift: Run drift analysis after archiving summary
# analyze_drift = false
# Site identifier: Site/region tag for SIEM exports and drift metadata
# site = DC1
# Environment identifier: Environment tag for SIEM exports
# environment = prod
# Change ticket: Change ticket/incident ID for drift correlation
# change_ticket =
# SIEM export: Generate SIEM-friendly CSV/JSONL exports
# siem_export = false
# Output directory: Where to write output files
# output_dir = output