Please enable JavaScript.
Coggle requires JavaScript to display documents.
Cytomate_Windows_Agent - Coggle Diagram
Cytomate_Windows_Agent
Action
action.py
Perform tasks such as execute_file, create_file (a.txt), download and report
-
-
-
-
-
Decorators
decorators.py
action, report decorators
Reporting
report.py
generates static analysis report (if security controls detected malicious file or not) - checks if exploit is in the path, if it is then returns bypassed
trace report (trace json file made by exploit)-read json report file and loads it in the dictionary
resolve_path
-
configuration.py
ensures only one instance is created, authentication configuration, static configuration, dynamic configuration
-