forked from SEKOIA-IO/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
99 lines (97 loc) · 4.04 KB
/
mkdocs.yml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
site_name: SEKOIA.IO Documentation
site_url: https://docs.sekoia.io
repo_url: https://github.com/SEKOIA-IO/documentation
nav:
- Getting Started:
- Overview: getting_started/index.md
- First steps: getting_started/first_steps.md
- Inviting users to join your community: getting_started/inviting_users_to_join_your_community.md
- 2-Factors Authentication: getting_started/2fa.md
- Search:
- Dork Language: searching/dork.md
- Querying Operation Center Events: searching/search_events.md
- Operation Center:
- Overview: operation_center/index.md
- Dashboards: operation_center/threat_exposition.md
- Integrations:
- Overview: integrations/index.md
- Cloud and SaaS:
- AWS:
- CloudTrail: integrations/aws_cloudtrail.md
- Flow Logs: integrations/aws_flow_logs.md
- Microsoft Azure:
- Azure Active Directory: integrations/azure_ad.md
- Azure Mysql: integrations/azure_mysql.md
- Azure Linux machines: integrations/azure_linux.md
- Azure Network Watcher: integrations/azure_network_watcher.md
- Azure Windows machines: integrations/azure_windows.md
- Microsoft Office 365: integrations/o365.md
- Cisco Umbrella:
- Proxy Logs: integrations/umbrella_proxy.md
- Ip Logs: integrations/umbrella_ip.md
- Dns Logs: integrations/umbrella_dns.md
- OS:
- Linux: integrations/linux.md
- Windows: integrations/windows.md
- Log Insight Windows: integrations/log_insight_windows.md
- Application:
- Alsid: integrations/alsid.md
- Apache: integrations/apache.md
- BIND: integrations/bind.md
- Checkpoint: integrations/checkpoint.md
- Cisco: integrations/cisco_asa.md
- F5 BigIP: integrations/f5-big-ip.md
- Fortigate: integrations/fortigate.md
- HAProxy: integrations/haproxy.md
- ISC DHCP: integrations/dhcpd.md
- NetFilter: integrations/netfilter.md
- Nginx: integrations/nginx.md
- OpenSSH: integrations/openssh.md
- PaloAlto: integrations/paloalto.md
- Postfix: integrations/postfix.md
- Sophos: integrations/sophos.md
- SpamAssassin: integrations/spamassassin.md
- Squid: integrations/squid.md
- Suricata: integrations/suricata.md
- Unbound: integrations/unbound.md
- Zeek: integrations/zeek.md
- Generic:
- Common Event Format: integrations/cef.md
- Configure:
- Entities: operation_center/entities.md
- Intakes: operation_center/intakes.md
- Assets: operation_center/assets.md
- Detect:
- Rules: operation_center/rules.md
- Templates: operation_center/templates.md
- Investigate:
- Alerts: operation_center/alerts.md
- Events: operation_center/events.md
- Cases: operation_center/cases.md
- FAQ: operation_center/faq.md
- Intelligence Center:
- Overview: intelligence_center/index.md
- Data Model: intelligence_center/data_model.md
- API: intelligence_center/api.md
- External Integrations: intelligence_center/integrations.md
- Web Application:
- Dashboards: intelligence_center/dashboard.md
- Graph Explorations: intelligence_center/graph_explorations.md
- Data Export: intelligence_center/data_export.md
- API Documentation: /apis
- What’s New?: releases
- Support: https://support.sekoia.io
theme:
custom_dir: theme
name: material
logo: assets/sekoiaio.svg
favicon: assets/favicon.ico
include_search_page: true
search_index_only: false
extra_css:
- stylesheets/sekoiaio.css
markdown_extensions:
- admonition
- attr_list
- codehilite:
linenums: true