mirror of https://github.com/MISP/misp-objects
chg: [google-threat-intelligene-report] JSON clean-up
parent
4020992286
commit
51165e279a
|
@ -1,32 +1,5 @@
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"severity": {
|
|
||||||
"categories": [
|
|
||||||
"External analysis"
|
|
||||||
],
|
|
||||||
"description": "GTI Severity",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"verdict": {
|
|
||||||
"categories": [
|
|
||||||
"External analysis"
|
|
||||||
],
|
|
||||||
"description": "GTI Verdict",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"threat-score": {
|
|
||||||
"categories": [
|
|
||||||
"External analysis"
|
|
||||||
],
|
|
||||||
"description": "GTI Threat Score",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "integer",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"detection-ratio": {
|
"detection-ratio": {
|
||||||
"categories": [
|
"categories": [
|
||||||
"External analysis"
|
"External analysis"
|
||||||
|
@ -62,6 +35,33 @@
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "link",
|
"misp-attribute": "link",
|
||||||
"ui-priority": 2
|
"ui-priority": 2
|
||||||
|
},
|
||||||
|
"severity": {
|
||||||
|
"categories": [
|
||||||
|
"External analysis"
|
||||||
|
],
|
||||||
|
"description": "GTI Severity",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"threat-score": {
|
||||||
|
"categories": [
|
||||||
|
"External analysis"
|
||||||
|
],
|
||||||
|
"description": "GTI Threat Score",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "integer",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"verdict": {
|
||||||
|
"categories": [
|
||||||
|
"External analysis"
|
||||||
|
],
|
||||||
|
"description": "GTI Verdict",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "Google Threat Intelligence report that provides an assessment (verdict, severity and scoring) and combined information from VirusTotal and Mandiant",
|
"description": "Google Threat Intelligence report that provides an assessment (verdict, severity and scoring) and combined information from VirusTotal and Mandiant",
|
||||||
|
|
Loading…
Reference in New Issue