-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Description
Refactor
Component(s) to be refactored
UI:
- IslandHttpClient
- BreachSection
Island: - ManualExploitation resource
Explanation
- 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.hostnameip_addresses
-> Machine.network_interfacesstart_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