mirror of https://github.com/MISP/misp-objects
chg: Update crypto-material and url
parent
4b76b30061
commit
3d7b09e9c4
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue