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