mirror of https://github.com/MISP/misp-objects
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 trainingpull/321/head
parent
fca66ddd7d
commit
d37c575ee0
|
@ -53,6 +53,15 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"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": {
|
"header": {
|
||||||
"categories": [
|
"categories": [
|
||||||
"Payload delivery"
|
"Payload delivery"
|
||||||
|
@ -215,5 +224,5 @@
|
||||||
"msg"
|
"msg"
|
||||||
],
|
],
|
||||||
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
||||||
"version": 15
|
"version": 16
|
||||||
}
|
}
|
Loading…
Reference in New Issue