new: [x-header] new generic X header object for SMTP, HTTP and others

pull/403/head
Alexandre Dulaunoy 2023-08-07 14:36:24 +02:00
parent 0fb0a65091
commit 0037856e60
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"attributes": {
"x-header-name": {
"description": "X header name is the value of the header key. The name is case sensitive.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"x-value": {
"description": "X value is the value of the specified header name.",
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "X header generic object for SMTP, HTTP or any other protocols using X headers.",
"meta-category": "network",
"name": "x-header",
"requiredOneOf": [
"x-header-name",
"x-value"
],
"uuid": "9a7028df-e238-45e8-893c-8e67d273fb61",
"version": 1
}