RemoteAction
Bases: Action
Abstract class for all actions that happen on a remote host.
Attributes:
Name | Type | Description |
---|---|---|
agent |
str
|
|
session |
int
|
|
dropped |
bool
|
|
blocked |
bool
|
|
bandwidth_usage |
int
|
|
route |
|
|
route_designated |
bool
|
|
Functions
blocking_host
staticmethod
Returns if the src_hostname is blocked by an ip_address of CIDR filter by other_hostname
check_for_enterprise_sessions
temporary hacky fix for scenario1b and scenario2 oeprational firewall
check_routable
staticmethod
Checks if data can be send from one address to another
get_route
staticmethod
finds the route from one ip_address to another and returns the hostname list along that route