mirror of https://github.com/MISP/misp-objects
chg: [jq] all the things
parent
85e37b360e
commit
ed1ceebdf4
|
@ -35,12 +35,6 @@
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "attachment",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"msg": {
|
|
||||||
"description": "Full MSG",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "attachment",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"from": {
|
"from": {
|
||||||
"categories": [
|
"categories": [
|
||||||
"Payload delivery"
|
"Payload delivery"
|
||||||
|
@ -93,6 +87,12 @@
|
||||||
"misp-attribute": "email-mime-boundary",
|
"misp-attribute": "email-mime-boundary",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"msg": {
|
||||||
|
"description": "Full MSG",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "attachment",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"received-header-hostname": {
|
"received-header-hostname": {
|
||||||
"description": "Extracted hostname from parsed headers",
|
"description": "Extracted hostname from parsed headers",
|
||||||
"misp-attribute": "hostname",
|
"misp-attribute": "hostname",
|
||||||
|
@ -216,4 +216,4 @@
|
||||||
],
|
],
|
||||||
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
||||||
"version": 15
|
"version": 15
|
||||||
}
|
}
|
|
@ -12,7 +12,7 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"created-at":{
|
"created-at": {
|
||||||
"description": "Datetime of Tweet publication",
|
"description": "Datetime of Tweet publication",
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"media":{
|
"media": {
|
||||||
"description": "Media (Photos, videos) present in tweet",
|
"description": "Media (Photos, videos) present in tweet",
|
||||||
"misp_attribute": "attachment",
|
"misp_attribute": "attachment",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
|
|
Loading…
Reference in New Issue