Analyse
Bases: Action
Checks for malware on a single host.
Targets a single host and returns any files that have Density >0.9. Based on Density Scout. https://cert.at/en/downloads/software/software-densityscout
Attributes:
Name | Type | Description |
---|---|---|
session |
int
|
the session id of the session |
agent |
str
|
the name of the agent executing the action |
hostname |
str
|
the name of the host action is targetting. |
Functions
__init__
Instantiates Analyse action.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
session |
int
|
the session id of the session |
required |
agent |
str
|
the name of the agent executing the action |
required |
hostname |
str
|
the name of the host action is targetting. |
required |