CybOXProject / python-cybox

A Python library for parsing, manipulating, and generating CybOX content.
http://cybox.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
77 stars 42 forks source link

Is the class for Unix user accounts missing? #299

Closed rpiazza closed 7 years ago

rpiazza commented 7 years ago

used_id is a property of STIX 2.0 unix-account-ext, but doesn't appear to be a property in python-stix for Account or UserAccount. There doesn't appear to be any specific classes for unix cybox objects.

gtback commented 7 years ago

Yep, looks like we never implemented UnixUserAccountObjectType in python-cybox.