MCPcopy Create free account
hub / github.com/STIXProject/python-stix / RelatedObservables

Class RelatedObservables

stix/incident/__init__.py:276–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274
275
276class RelatedObservables(GenericRelationshipList):
277 _namespace = "http://docs.oasis-open.org/cti/ns/stix/incident-1"
278 _binding = incident_binding
279 _binding_class = incident_binding.RelatedObservablesType
280
281 observable = fields.TypedField(
282 name="Related_Observable",
283 type_=RelatedObservable,
284 multiple=True,
285 key_name="observables"
286 )
287
288
289class LeveragedTTPs(GenericRelationshipList):

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected