mirror of https://github.com/MISP/misp-objects
Merge pull request #259 from trustar/EN-4434/misp-objects/trustar_report_update
extending trustar_report object in order to provide fields in which e…pull/262/head
commit
75c56bc3a2
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue