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

Class Indicators

stix/core/__init__.py:82–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81
82class Indicators(stix.EntityList):
83 _binding = stix_core_binding
84 _namespace = 'http://docs.oasis-open.org/cti/ns/stix/core-1'
85 _binding_class = _binding.IndicatorsType
86
87 indicator = fields.TypedField(
88 name="Indicator",
89 type_=Indicator,
90 multiple=True,
91 listfunc=partial(IdrefDeprecatedList, type=Indicator)
92 )
93
94
95class ThreatActors(stix.EntityList):

Callers 2

__init__Method · 0.70
add_indicatorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected