chg: Update crypto-material and url

pull/211/head
Raphaël Vinot 2019-11-18 18:03:01 +01:00
parent 4b76b30061
commit 3d7b09e9c4
2 changed files with 13 additions and 2 deletions

View File

@ -25,6 +25,12 @@
"ui-priority": 1, "ui-priority": 1,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"e": {
"description": "RSA public exponent",
"disable_correlation": false,
"ui-priority": 1,
"misp-attribute": "text"
},
"p": { "p": {
"description": "Prime Parameter - P in decimal", "description": "Prime Parameter - P in decimal",
"disable_correlation": false, "disable_correlation": false,
@ -147,7 +153,7 @@
] ]
} }
}, },
"version": 2, "version": 3,
"description": "Cryptographic materials such as public or/and private keys.", "description": "Cryptographic materials such as public or/and private keys.",
"meta-category": "misc", "meta-category": "misc",
"uuid": "50677f82-ec9c-4484-bb29-2519cfe56823", "uuid": "50677f82-ec9c-4484-bb29-2519cfe56823",

View File

@ -90,13 +90,18 @@
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "datetime" "misp-attribute": "datetime"
}, },
"ip": {
"description": "Better type when the host is an IP.",
"ui-priority": 0,
"misp-attribute": "ip-dst"
},
"host": { "host": {
"description": "Full hostname", "description": "Full hostname",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "hostname" "misp-attribute": "hostname"
} }
}, },
"version": 7, "version": 8,
"description": "url object describes an url along with its normalized field (like extracted using faup parsing library) and its metadata.", "description": "url object describes an url along with its normalized field (like extracted using faup parsing library) and its metadata.",
"meta-category": "network", "meta-category": "network",
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5", "uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",