diff --git a/stix2/v20/sdo.py b/stix2/v20/sdo.py index 1af0777..2d36aaf 100644 --- a/stix2/v20/sdo.py +++ b/stix2/v20/sdo.py @@ -144,7 +144,7 @@ class IntrusionSet(STIXDomainObject): ('description', StringProperty()), ('aliases', ListProperty(StringProperty)), ('first_seen', TimestampProperty()), - ('last_seen ', TimestampProperty()), + ('last_seen', TimestampProperty()), ('goals', ListProperty(StringProperty)), ('resource_level', StringProperty()), ('primary_motivation', StringProperty()),