parent
1536857b19
commit
9a50f54ec4
|
@ -42,8 +42,7 @@ arguments.
|
||||||
|
|
||||||
indicator = Indicator(name="File hash for malware variant",
|
indicator = Indicator(name="File hash for malware variant",
|
||||||
labels=["malicious-activity"],
|
labels=["malicious-activity"],
|
||||||
pattern="[file:hashes.md5 =
|
pattern="[file:hashes.md5 = 'd41d8cd98f00b204e9800998ecf8427e']")
|
||||||
'd41d8cd98f00b204e9800998ecf8427e']")
|
|
||||||
|
|
||||||
To parse a STIX JSON string into a Python STIX object, use
|
To parse a STIX JSON string into a Python STIX object, use
|
||||||
``parse()``:
|
``parse()``:
|
||||||
|
|
Loading…
Reference in New Issue