cti-python-stix2/stix2/__init__.py

8 lines
108 B
Python

import uuid
class Indicator:
def __init__(self):
self.id = "indicator--" + str(uuid.uuid4())