You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /api/exploitations/manual endpoint can be removed. The data from that endpoint can be recreated on the UI using information from the /api/agents and /api/machines endpoints:
hostname -> Machine.hostname
ip_addresses -> Machine.network_interfaces
start_time -> Agent.start_time
Manual agents can be determined from the Agent fields
Tasks
Refactor the "Breach" section of the ransomware report to use /api/agents and /api/machines to determine "manual monkeys" (0d) @ilija-lazoroski
Remove the /api/exploitations/manual endpoint (0d) @ilija-lazoroski
The text was updated successfully, but these errors were encountered:
Refactor
Component(s) to be refactored
UI:
Island:
Explanation
/api/exploitations/manual
endpoint can be removed. The data from that endpoint can be recreated on the UI using information from the/api/agents
and/api/machines
endpoints:hostname
-> Machine.hostnameip_addresses
-> Machine.network_interfacesstart_time
-> Agent.start_timeTasks
/api/agents
and/api/machines
to determine "manual monkeys" (0d) @ilija-lazoroski/api/exploitations/manual
endpoint (0d) @ilija-lazoroskiThe text was updated successfully, but these errors were encountered: