Fix parsing example in Readme
parent
d4c0115735
commit
c0580a4d86
|
@ -52,6 +52,7 @@ To parse a STIX JSON string into a Python STIX object, use ``parse()``:
|
||||||
"indicator_types": [
|
"indicator_types": [
|
||||||
"malicious-activity"
|
"malicious-activity"
|
||||||
],
|
],
|
||||||
|
"pattern_type": "stix",
|
||||||
"pattern": "[file:hashes.md5 ='d41d8cd98f00b204e9800998ecf8427e']",
|
"pattern": "[file:hashes.md5 ='d41d8cd98f00b204e9800998ecf8427e']",
|
||||||
"valid_from": "2017-09-26T23:33:39.829952Z"
|
"valid_from": "2017-09-26T23:33:39.829952Z"
|
||||||
}""")
|
}""")
|
||||||
|
|
Loading…
Reference in New Issue