Util
psengine.stix2.util
¶
create_rf_author
¶
Create the Recorded Future Author Identity.
| RETURNS | DESCRIPTION |
|---|---|
Identity
|
Recorded Future as an identity. |
Source code in psengine/stix2/util.py
generate_uuid
¶
Generate a unique UUID to be used as a STIX2 ID.
| PARAMETER | DESCRIPTION |
|---|---|
**kwargs
|
A list of parameters to be hashed for the UUID.
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
str
|
A unique UUID to be used as a STIX2 ID. |