mirror of https://github.com/MISP/misp-objects
chg: [scan-results] jq all the things
parent
d490eecb30
commit
17f71b39bd
|
|
@ -32,6 +32,11 @@
|
||||||
"Unknown"
|
"Unknown"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"scan-result-query": {
|
||||||
|
"description": "Query or parameters provided to scan-result-tool to generate the scan-result.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"scan-result-tool": {
|
"scan-result-tool": {
|
||||||
"description": "Tool used which generated the scan-result.",
|
"description": "Tool used which generated the scan-result.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
|
@ -202,11 +207,6 @@
|
||||||
],
|
],
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"scan-result-query": {
|
|
||||||
"description": "Query or parameters provided to scan-result-tool to generate the scan-result.",
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"scan-start": {
|
"scan-start": {
|
||||||
"description": "Start of scanning activity",
|
"description": "Start of scanning activity",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
|
@ -235,4 +235,4 @@
|
||||||
],
|
],
|
||||||
"uuid": "ebe2a359-8f5b-4a45-8106-d1678935b4c4",
|
"uuid": "ebe2a359-8f5b-4a45-8106-d1678935b4c4",
|
||||||
"version": 2
|
"version": 2
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue