msticpy.nbtools.security_alert_graph module

security_alert_graph.

Creates an entity graph for the alert.

Add related alerts to the graph.

Link to the entity that is common to both alerts.

Parameters:
  • related_alerts (DataFrame)

  • alertgraph (networkx.Graph)

Return type:

networkx.Graph

msticpy.nbtools.security_alert_graph.create_alert_graph(alert)

Create a networkx graph from the alert and contained entities.

Parameters:

alert (SecurityAlert)