chg: [email] add a from-domain field to add domain when full email is not known or a wild card

Fix #318

Feedback from Eurocontrol training
pull/321/head
Alexandre Dulaunoy 2021-06-22 15:23:41 +02:00
parent fca66ddd7d
commit d37c575ee0
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 10 additions and 1 deletions

View File

@ -53,6 +53,15 @@
"multiple": true,
"ui-priority": 1
},
"from-domain": {
"categories": [
"Payload delivery"
],
"description": "Sender domain address (when only the source domain is known)",
"misp-attribute": "domain",
"multiple": true,
"ui-priority": 1
},
"header": {
"categories": [
"Payload delivery"
@ -215,5 +224,5 @@
"msg"
],
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
"version": 15
"version": 16
}