Share via


Consultas para a tabela AlertInfo

Alertas da técnica MITRE ATT&CK

Liste o número de alertas por MITRE ATT&técnica CK por ordem descendente.

AlertInfo
| where isnotempty(AttackTechniques)
| mvexpand todynamic(AttackTechniques) to typeof(string)
| summarize AlertCount = dcount(AlertId) by AttackTechniques
| sort by AlertCount desc