-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
34 lines (28 loc) · 1.14 KB
/
config.example.yaml
File metadata and controls
34 lines (28 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
# HuntForge configuration
# =================================
# Copy this file to config.yaml and adjust values.
# HuntForge operates fully offline — no internet required.
# -----------------------------------------------------------------------
# Server
# -----------------------------------------------------------------------
port: 5007
# -----------------------------------------------------------------------
# Database
# -----------------------------------------------------------------------
db_path: ./huntforge.db
# -----------------------------------------------------------------------
# Output directory (for exported playbooks)
# -----------------------------------------------------------------------
output_dir: ./output
# -----------------------------------------------------------------------
# Generation defaults
# -----------------------------------------------------------------------
generation:
# Automatically save generated playbooks to the database
auto_save: true
# Default target environment (windows | linux | cloud)
default_env: windows
# Default log sources to pre-select
default_sources:
- sysmon
- wazuh