maec.bundle.process_tree Module
Version: 4.1.0.17
Classes¶
-
class
maec.bundle.process_tree.ProcessTree(root_process=None)[source]¶ Bases:
maec.Entity
-
class
maec.bundle.process_tree.ProcessTreeNode(id=None, parent_action_idref=None)[source]¶ Bases:
cybox.objects.process_object.Process-
add_initiated_action(action_id)[source]¶ Add an initiated Action to the Process Tree node, based on its ID.
-
add_injected_process(process_node, process_id=None)[source]¶ Add an injected process to the Process Tree node, either directly or to a particular process embedded in the node based on its ID.
-
add_spawned_process(process_node, process_id=None)[source]¶ Add a spawned process to the Process Tree node, either directly or to a particular process embedded in the node based on its ID.
-
find_embedded_process(process_id)[source]¶ Find a Process embedded somewhere in the Process Tree node tree, based on its ID.
-
set_parent_action(parent_action_id)[source]¶ Set the ID of the parent action of the Process Tree node.
-
superclass¶ alias of
cybox.objects.process_object.Process
-