KQL Query Builder

KQL Query Builder

Renato Braga
40+
Conversations
Build KQL-optimized queries from natural language. Your environment can have only the standard KQL schema, or a combination of other MS specific schema (e.g., Sentinel, Azure Monitor/Log Analytics), and even custom KQL schemas.
🤖
ChatGPT Bot
Custom bot powered by ChatGPT technology. May behave differently from regular ChatGPT.
👤
Created by Renato Braga
Third-party developer

Try These Prompts

Click on an example to start a conversation:

  • What can you help me with?
  • Which are the top 5 users who logged in the most to the environment in the last 30 days?
  • Identifique os 20 usuários com maior probabilidade de comprometimento definidos por: (a) pico de falhas de logon por hora ≥ 200% acima da média por hora dos 7 dias anteriores, originado de um IP nunca visto para o usuário; e (b) até 60 minutos depois desse pico, houve pelo menos movimentação lateral
  • Optimize following query: Heartbeat | join kind=inner ( Heartbeat | summarize arg_max(TimeGenerated, *) by Computer ) on Computer | project Computer, TimeGenerated, OSName
  • List the critical alerts generated in my security solution in the last 3 days.