This website requires JavaScript.
Explore
Help
Sign In
MISP
/
cti-python-stix2
mirror of
https://github.com/MISP/cti-python-stix2
Watch
2
Star
0
Fork
You've already forked cti-python-stix2
0
Code
Issues
Releases
Wiki
Activity
2f8c2780c2
cti-python-stix2
/
stix2
/
__init__.py
8 lines
108 B
Python
Raw
Normal View
History
Unescape
Escape
Initial tests for STIX 2
2017-01-17 21:37:47 +01:00
import
uuid
class
Indicator
:
def
__init__
(
self
)
:
self
.
id
=
"
indicator--
"
+
str
(
uuid
.
uuid4
(
)
)