-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Labels
FeatureIssue that describes a new feature to be implemented.Issue that describes a new feature to be implemented.Refactor
Description
Is your feature request related to a problem? Please describe.
All system info collectors included network_info in telemetries. As we removed some of them and refactor the others we need to send the network_info telemetry separately.
monkey/monkey/monkey_island/cc/services/telemetry/processing/system_info.py
Lines 46 to 50 in f572e59
encrypt_system_info_ssh_keys(ssh_info) | |
if telemetry_json["data"]["network_info"]["networks"]: | |
# We use user_name@machine_ip as the name of the ssh key stolen, thats why we need ip | |
# from telemetry | |
add_ip_to_ssh_keys(telemetry_json["data"]["network_info"]["networks"][0], ssh_info) |
Describe the solution you'd like
Create network info telemetry and make sure it is processed. Master collects and send telemetry to the Island.
Describe alternatives you've considered
Please describe alternative solutions or features you have considered.
Metadata
Metadata
Assignees
Labels
FeatureIssue that describes a new feature to be implemented.Issue that describes a new feature to be implemented.Refactor