-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathj1qlDocsConfig.json
More file actions
105 lines (105 loc) · 3.79 KB
/
j1qlDocsConfig.json
File metadata and controls
105 lines (105 loc) · 3.79 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
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
100
101
102
103
104
105
{
"title": "JupiterOne Query Language Documentation",
"sections": [
{
"title": "JupiterOne Query Language (J1QL) Docs",
"documents": [
{
"title": "Search Quick Start",
"markdownUrl": "knowledgeBase/getting-started_and-admin/quickstart-search.md"
},
{
"title": "J1QL Tutorial",
"markdownUrl": "knowledgeBase/jupiterOne-query-language_(J1QL)/tutorial-j1ql.md"
},
{
"title": "J1QL Language Specifications",
"markdownUrl": "knowledgeBase/jupiterOne-query-language_(J1QL)/jupiterOne-query-language.md"
}
]
},
{
"title": "Common Questions and Queries",
"documents": [
{
"title": "Applications and Processes",
"markdownUrl": "knowledgeBase/jupiterOne-query-language_(J1QL)/common-qq-apps-processes.md"
},
{
"title": "Changes and Attribution",
"markdownUrl": "knowledgeBase/jupiterOne-query-language_(J1QL)/common-qq-changes.md"
},
{
"title": "Data Security",
"markdownUrl": "knowledgeBase/security-operations/jupiterone-data-security.md"
},
{
"title": "Development, DevOps and SDLC",
"markdownUrl": "knowledgeBase/jupiterOne-query-language_(J1QL)/common-qq-dev.md"
},
{
"title": "Servers and Endpoints",
"markdownUrl": "knowledgeBase/jupiterOne-query-language_(J1QL)/common-qq-endpoint.md"
},
{
"title": "Identity, People and Privileged Access",
"markdownUrl": "knowledgeBase/jupiterOne-query-language_(J1QL)/common-qq-idp.md"
},
{
"title": "Hardware/Software Inventory and Configuration",
"markdownUrl": "knowledgeBase/jupiterOne-query-language_(J1QL)/common-qq-inventory-config.md"
},
{
"title": "Secrets and Key Management",
"markdownUrl": "knowledgeBase/jupiterOne-query-language_(J1QL)/common-qq-key-mgmt.md"
},
{
"title": "Network Infrastructure, Connections and Zones",
"markdownUrl": "knowledgeBase/jupiterOne-query-language_(J1QL)/common-qq-network.md"
},
{
"title": "Risks and Vulnerability Management",
"markdownUrl": "knowledgeBase/jupiterOne-query-language_(J1QL)/common-qq-risks.md"
},
{
"title": "User Training and Awareness",
"markdownUrl": "knowledgeBase/jupiterOne-query-language_(J1QL)/common-qq-training.md"
}
]
},
{
"title": "Queries for AWS Analysis",
"documents": [
{
"title": "AWS Access Permissions and Trusts",
"markdownUrl": "knowledgeBase/APIs_and-integrations/cloud-service-provider/common-qq-aws-permissions.md"
},
{
"title": "J1 Queries for AWS Vulnerability Findings and Threat Monitoring",
"markdownUrl": "knowledgeBase/APIs_and-integrations/cloud-service-provider/j1-aws-threat-monitoring.md"
},
{
"title": "J1 Queries for AWS Config",
"markdownUrl": "knowledgeBase/APIs_and-integrations/cloud-service-provider/j1-queries-for-aws-config.md"
}
]
},
{
"title": "Advanced Query Examples",
"documents": [
{
"title": "J1QL Tips and Tricks",
"markdownUrl": "knowledgeBase/jupiterOne-query-language_(J1QL)/adv-j1ql-tips-and-tricks.md"
},
{
"title": "Query using internal metadata",
"markdownUrl": "knowledgeBase/security-operations/adv-example-query-using-metadata.md"
},
{
"title": "Query resources that do not have a certain tag",
"markdownUrl": "knowledgeBase/security-operations/adv-example-resources-not-tagged.md"
}
]
}
]
}