-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStructure
More file actions
29 lines (28 loc) · 890 Bytes
/
Structure
File metadata and controls
29 lines (28 loc) · 890 Bytes
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
integrated-threat-surveillance/
├── README.md
├── LICENSE
├── setup/
│ ├── architecture_diagram.png
│ └── setup_instructions.md
├── security-onion/
│ ├── zeek_configs/
│ ├── suricata_rules/
│ └── log_samples/
├── osint-enrichment/
│ ├── cortex_analyzers_config.md
│ ├── misp_setup.md
│ └── enrichment_scripts/
├── ai-analysis/
│ ├── notebooks/
│ │ └── zeek_anomaly_detection.ipynb
│ └── models/
├── threat-modeling/
│ ├── mitre_mapping_examples.md
│ └── maltego_demo.md
├── response-automation/
│ ├── thehive_setup.md
│ ├── cortex_responders_config.md
│ └── playbooks/
└── docs/
├── workflow_overview.md
└── integratedthreatsurveillancewhitepaper.pdf