parent
c0669d7a5f
commit
e2c9354d14
|
@ -144,7 +144,7 @@ class IntrusionSet(STIXDomainObject):
|
||||||
('description', StringProperty()),
|
('description', StringProperty()),
|
||||||
('aliases', ListProperty(StringProperty)),
|
('aliases', ListProperty(StringProperty)),
|
||||||
('first_seen', TimestampProperty()),
|
('first_seen', TimestampProperty()),
|
||||||
('last_seen ', TimestampProperty()),
|
('last_seen', TimestampProperty()),
|
||||||
('goals', ListProperty(StringProperty)),
|
('goals', ListProperty(StringProperty)),
|
||||||
('resource_level', StringProperty()),
|
('resource_level', StringProperty()),
|
||||||
('primary_motivation', StringProperty()),
|
('primary_motivation', StringProperty()),
|
||||||
|
|
Loading…
Reference in New Issue