Skip to content

Commit

Permalink
new: [x-header] new generic X header object for SMTP, HTTP and others
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Aug 7, 2023
1 parent 0fb0a65 commit 0037856
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions objects/x-header/definition.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 0037856

Please sign in to comment.