forked from Ktufuathama/SCAx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SCAx.json
35 lines (34 loc) · 1.25 KB
/
SCAx.json
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
{
"SCAx": {
"ServerUri": "",
"ProxyUri": "",
"Username": "",
"Password": ""
},
"Configurations": {
"Query": [
{
"Name": "All Vulnerabilities",
"Json": "{\"name\":\"All Vuln Count\",\"description\":\"[SCAx] Grabs the same numbers used in the Executive Report Column 1\",\"type\":\"vuln\",\"tool\":\"sumip\",\"filters\":[{\"filterName\":\"acceptRiskStatus\",\"operator\":\"=\",\"value\":\"all\"},{\"filterName\":\"asset\",\"operator\":\"=\",\"value\":{\"id\":\"1\",\"name\":\"Ellsworth Dynamic (USE FOR VULNERABLILITY/COMPLIANCE)\"}},{\"filterName\":\"lastSeen\",\"operator\":\"=\",\"value\":\"00:4\"},{\"filterName\":\"pluginPublished\",\"operator\":\"=\",\"value\":\"30:all\"},{\"filterName\":\"pluginType\",\"operator\":\"=\",\"value\":\"active\"},{\"filterName\":\"repository\",\"operator\":\"=\",\"value\":[{\"id\":\"79\"}]},{\"filterName\":\"severity\",\"operator\":\"=\",\"value\":\"1,2,3,4\"}]}"
}
],
"Custom": {
"Target": {
"Name": "Target Scan",
"IDs": []
}
},
"Scan": [
{
"Name": "Default Scan",
"ID": "0"
}
]
},
"Definitions": {
"/credential": {},
"/policy": {},
"/query": {},
"/report": {}
}
}