mirror of https://github.com/MISP/misp-rfc
ascii export updated
parent
8663fd2960
commit
f35b50e846
|
@ -2265,8 +2265,8 @@ Internet-Draft MISP core format September 2017
|
|||
|
||||
7. Acknowledgements
|
||||
|
||||
The authors wish to thank all the MISP community to support the
|
||||
creation of open standards in threat intelligence sharing.
|
||||
The authors wish to thank all the MISP community who are supporting
|
||||
the creation of open standards in threat intelligence sharing.
|
||||
|
||||
8. Sample MISP file
|
||||
|
||||
|
|
|
@ -69,9 +69,10 @@ Table of Contents
|
|||
2.1. Overview . . . . . . . . . . . . . . . . . . . . . . . . 3
|
||||
2.2. values . . . . . . . . . . . . . . . . . . . . . . . . . 3
|
||||
2.3. meta . . . . . . . . . . . . . . . . . . . . . . . . . . 3
|
||||
3. References . . . . . . . . . . . . . . . . . . . . . . . . . 4
|
||||
3.1. Normative References . . . . . . . . . . . . . . . . . . 4
|
||||
3.2. Informative References . . . . . . . . . . . . . . . . . 5
|
||||
3. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 4
|
||||
4. References . . . . . . . . . . . . . . . . . . . . . . . . . 4
|
||||
4.1. Normative References . . . . . . . . . . . . . . . . . . 4
|
||||
4.2. Informative References . . . . . . . . . . . . . . . . . 5
|
||||
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 5
|
||||
|
||||
1. Introduction
|
||||
|
@ -108,7 +109,6 @@ Table of Contents
|
|||
|
||||
|
||||
|
||||
|
||||
Dulaunoy, et al. Expires March 25, 2018 [Page 2]
|
||||
|
||||
Internet-Draft MISP galaxy format September 2017
|
||||
|
@ -201,20 +201,20 @@ Internet-Draft MISP galaxy format September 2017
|
|||
ore string and SHALL be present. derivated_from is represented as an
|
||||
containing one or ore string and SHALL be present.
|
||||
|
||||
3. References
|
||||
3. Acknowledgements
|
||||
|
||||
3.1. Normative References
|
||||
The authors wish to thank all the MISP community who are supporting
|
||||
the creation of open standards in threat intelligence sharing.
|
||||
|
||||
4. References
|
||||
|
||||
4.1. Normative References
|
||||
|
||||
[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
|
||||
Requirement Levels", BCP 14, RFC 2119,
|
||||
DOI 10.17487/RFC2119, March 1997, <https://www.rfc-
|
||||
editor.org/info/rfc2119>.
|
||||
|
||||
[RFC4122] Leach, P., Mealling, M., and R. Salz, "A Universally
|
||||
Unique IDentifier (UUID) URN Namespace", RFC 4122,
|
||||
DOI 10.17487/RFC4122, July 2005, <https://www.rfc-
|
||||
editor.org/info/rfc4122>.
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -226,12 +226,17 @@ Dulaunoy, et al. Expires March 25, 2018 [Page 4]
|
|||
Internet-Draft MISP galaxy format September 2017
|
||||
|
||||
|
||||
[RFC4122] Leach, P., Mealling, M., and R. Salz, "A Universally
|
||||
Unique IDentifier (UUID) URN Namespace", RFC 4122,
|
||||
DOI 10.17487/RFC4122, July 2005, <https://www.rfc-
|
||||
editor.org/info/rfc4122>.
|
||||
|
||||
[RFC4627] Crockford, D., "The application/json Media Type for
|
||||
JavaScript Object Notation (JSON)", RFC 4627,
|
||||
DOI 10.17487/RFC4627, July 2006, <https://www.rfc-
|
||||
editor.org/info/rfc4627>.
|
||||
|
||||
3.2. Informative References
|
||||
4.2. Informative References
|
||||
|
||||
[MISP-G] MISP, , "MISP Galaxy -", <https://github.com/MISP/misp-
|
||||
galaxy>.
|
||||
|
@ -272,9 +277,4 @@ Authors' Addresses
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Dulaunoy, et al. Expires March 25, 2018 [Page 5]
|
||||
|
|
|
@ -283,19 +283,14 @@ Internet-Draft MISP object template format September 2017
|
|||
|
||||
|
||||
{
|
||||
"name": "credit-card",
|
||||
"description": "A payment card like credit card, debit card or any similar cards which can be used for financial transactions.",
|
||||
"meta-category": "financial",
|
||||
"uuid": "2b9c57aa-daba-4330-a738-56f18743b0c7",
|
||||
"version": 1,
|
||||
"requiredOneOf": [
|
||||
"cc-number"
|
||||
],
|
||||
"attributes": {
|
||||
"version": {
|
||||
"description": "yabin.py and regex.txt version used for the generation of the yara rules.",
|
||||
"description": "Version of the card.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "comment"
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"comment": {
|
||||
"description": "A description of the card.",
|
||||
|
@ -303,7 +298,7 @@ Internet-Draft MISP object template format September 2017
|
|||
"misp-attribute": "comment"
|
||||
},
|
||||
"card-security-code": {
|
||||
"description": "Card security code as embossed or printed on the card.",
|
||||
"description": "Card security code (CSC, CVD, CVV, CVC and SPC) as embossed or printed on the card.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
|
@ -327,7 +322,12 @@ Internet-Draft MISP object template format September 2017
|
|||
"ui-priority": 0,
|
||||
"misp-attribute": "cc-number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2,
|
||||
"description": "A payment card like credit card, debit card or any similar cards which can be used for financial transactions.",
|
||||
"meta-category": "financial",
|
||||
"uuid": "2b9c57aa-daba-4330-a738-56f18743b0c7",
|
||||
"name": "credit-card"
|
||||
}
|
||||
|
||||
|
||||
|
@ -373,8 +373,8 @@ Internet-Draft MISP object template format September 2017
|
|||
|
||||
4. Acknowledgements
|
||||
|
||||
The authors wish to thank all the MISP community to support the
|
||||
creation of open standards in threat intelligence sharing.
|
||||
The authors wish to thank all the MISP community who are supporting
|
||||
the creation of open standards in threat intelligence sharing.
|
||||
|
||||
5. References
|
||||
|
||||
|
|
|
@ -765,8 +765,8 @@ Internet-Draft MISP taxonomy format September 2017
|
|||
|
||||
6. Acknowledgements
|
||||
|
||||
The authors wish to thank all the MISP community to support the
|
||||
creation of open standards in threat intelligence sharing.
|
||||
The authors wish to thank all the MISP community who are supporting
|
||||
the creation of open standards in threat intelligence sharing.
|
||||
|
||||
7. References
|
||||
|
||||
|
|
Loading…
Reference in New Issue