diff --git a/objects/crypto-material/definition.json b/objects/crypto-material/definition.json index c49b16e..3c28827 100644 --- a/objects/crypto-material/definition.json +++ b/objects/crypto-material/definition.json @@ -25,6 +25,12 @@ "ui-priority": 1, "misp-attribute": "text" }, + "e": { + "description": "RSA public exponent", + "disable_correlation": false, + "ui-priority": 1, + "misp-attribute": "text" + }, "p": { "description": "Prime Parameter - P in decimal", "disable_correlation": false, @@ -147,7 +153,7 @@ ] } }, - "version": 2, + "version": 3, "description": "Cryptographic materials such as public or/and private keys.", "meta-category": "misc", "uuid": "50677f82-ec9c-4484-bb29-2519cfe56823", diff --git a/objects/url/definition.json b/objects/url/definition.json index 8248ed6..29f8f40 100644 --- a/objects/url/definition.json +++ b/objects/url/definition.json @@ -90,13 +90,18 @@ "ui-priority": 0, "misp-attribute": "datetime" }, + "ip": { + "description": "Better type when the host is an IP.", + "ui-priority": 0, + "misp-attribute": "ip-dst" + }, "host": { "description": "Full hostname", "ui-priority": 0, "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.", "meta-category": "network", "uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",