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

Class RelatedIndicators

stix/incident/__init__.py:263–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262
263class RelatedIndicators(GenericRelationshipList):
264 _namespace = "http://docs.oasis-open.org/cti/ns/stix/incident-1"
265 _binding = incident_binding
266 _binding_class = incident_binding.RelatedIndicatorsType
267
268 indicator = fields.TypedField(
269 name="Related_Indicator",
270 type_=RelatedIndicator,
271 multiple=True,
272 key_name="indicators"
273 )
274
275
276class RelatedObservables(GenericRelationshipList):

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected