mirror of https://github.com/MISP/misp-objects
fixed order
parent
8256c0ada9
commit
42d3dda12f
|
@ -12,6 +12,12 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"COMMENTS": {
|
||||
"description": "A space for additional comments.",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"CVE": {
|
||||
"description": "The Common Vulnerabilities and Exposures (CVE) system provides a reference-method for publicly known information-security vulnerabilities and exposures.",
|
||||
"misp-attribute": "vulnerability",
|
||||
|
@ -24,6 +30,12 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"INDICATOR_SUMMARY": {
|
||||
"description": "Free text summary data related to an indicator. This should include a normalized score if one exists.",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"IP": {
|
||||
"description": "An Internet Protocol address (IP address) is a numerical label assigned to each device participating in a computer network that uses the Internet Protocol for communication.",
|
||||
"misp-attribute": "ip-dst",
|
||||
|
@ -48,6 +60,12 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"REPORT_LINK": {
|
||||
"description": "A link to the TruSTAR report. Access may be restricted depending on user permissions.",
|
||||
"misp-attribute": "link",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"SHA1": {
|
||||
"description": "SHA-1 (Secure Hash Algorithm 1) is a cryptographic hash function which takes an input and produces a 160-bit (20-byte) hash value known as a message digest - typically rendered as a hexadecimal number, 40 digits long. SHA-1 is prone to length extension attacks.",
|
||||
"misp-attribute": "sha1",
|
||||
|
@ -71,24 +89,6 @@
|
|||
"misp-attribute": "url",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"INDICATOR_SUMMARY": {
|
||||
"description": "Free text summary data related to an indicator. This should include a normalized score if one exists.",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"REPORT_LINK": {
|
||||
"description": "A link to the TruSTAR report. Access may be restricted depending on user permissions.",
|
||||
"misp-attribute": "link",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"COMMENTS": {
|
||||
"description": "A space for additional comments.",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
}
|
||||
},
|
||||
"description": "TruStar Report",
|
||||
|
|
Loading…
Reference in New Issue