guardicore / monkey

Infection Monkey - An open-source adversary emulation platform

Home Page:https://www.guardicore.com/infectionmonkey/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement event drilldown in the map

VakarisZ opened this issue · comments

Is your feature request related to a problem? Please describe.
Leverage the map page to enable a deeper understanding of what happened in a specific machine.

Tasks

  • Create an algorithm of grouping inbound events into chunks
  • Implement a display component for inbound event chunk
  • Display event chunks in the side panel
  • Implement inbound events chunk details view
  • Implement a component for displaying agent activity brief in the side panel (probably the same component as event chunk)
  • Implement agent activity details view

Mocks

Inbound traffic in the side pane

image

Agent activity in the side pane

image

Inbound activity details

image

Agent activity details

image