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

Class KillChainPhasesReference

stix/common/kill_chains/__init__.py:124–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123
124class KillChainPhasesReference(stix.EntityList):
125 _binding = common_binding
126 _namespace = 'http://docs.oasis-open.org/cti/ns/stix/common-1'
127 _binding_class = _binding.KillChainPhasesReferenceType
128
129 kill_chain_phase = fields.TypedField(
130 name="Kill_Chain_Phase",
131 type_=KillChainPhaseReference,
132 multiple=True,
133 listfunc=_KillChainPhaseReferenceList,
134 key_name="kill_chain_phases"
135 )
136
137 @classmethod
138 def _dict_as_list(cls):
139 return False
140
141
142# NOT AN ACTUAL STIX TYPE!

Callers 4

__init__Method · 0.90
__init__Method · 0.90
test_add_lmco_phaseMethod · 0.90
test_add_no_id_phaseMethod · 0.90

Calls

no outgoing calls

Tested by 2

test_add_lmco_phaseMethod · 0.72
test_add_no_id_phaseMethod · 0.72