- Notifications
You must be signed in to change notification settings - Fork 818
Closed
Description
Refactor
Component(s) to be refactored
UI:
- IslandHttpClient
- BreachSection
Island: - ManualExploitation resource
Explanation
- The
/api/exploitations/manualendpoint can be removed. The data from that endpoint can be recreated on the UI using information from the/api/agentsand/api/machinesendpoints: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/agentsand/api/machinesto determine "manual monkeys" (0d) @ilija-lazoroski - Remove the
/api/exploitations/manualendpoint (0d) @ilija-lazoroski
Reactions are currently unavailable