Skip to content

Commit ed1ceeb

Browse files
committed
chg: [jq] all the things
1 parent 85e37b3 commit ed1ceeb

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

objects/email/definition.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@
3535
"misp-attribute": "attachment",
3636
"ui-priority": 1
3737
},
38-
"msg": {
39-
"description": "Full MSG",
40-
"disable_correlation": true,
41-
"misp-attribute": "attachment",
42-
"ui-priority": 1
43-
},
4438
"from": {
4539
"categories": [
4640
"Payload delivery"
@@ -93,6 +87,12 @@
9387
"misp-attribute": "email-mime-boundary",
9488
"ui-priority": 0
9589
},
90+
"msg": {
91+
"description": "Full MSG",
92+
"disable_correlation": true,
93+
"misp-attribute": "attachment",
94+
"ui-priority": 1
95+
},
9696
"received-header-hostname": {
9797
"description": "Extracted hostname from parsed headers",
9898
"misp-attribute": "hostname",
@@ -216,4 +216,4 @@
216216
],
217217
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
218218
"version": 15
219-
}
219+
}

objects/twitter-post/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"multiple": true,
1313
"ui-priority": 1
1414
},
15-
"created-at":{
15+
"created-at": {
1616
"description": "Datetime of Tweet publication",
1717
"misp-attribute": "datetime",
1818
"ui-priority": 0
@@ -78,7 +78,7 @@
7878
"multiple": true,
7979
"ui-priority": 1
8080
},
81-
"media":{
81+
"media": {
8282
"description": "Media (Photos, videos) present in tweet",
8383
"misp_attribute": "attachment",
8484
"multiple": true,

0 commit comments

Comments
 (0)