A browser-native Kusto Query Language execution engine running on realistic enterprise telemetry—including Defender for Endpoint process creations, Entra ID authentication & PIM audit streams, and live honeypot intercepts. Zero server roundtrips.
curl.exe sumitatre.com/resume or irm sumitatre.com/resume to view the plain text resume directly without object wrappers.
| where Col in~ ("a", "b")
| where Col has_any ("x", "y")
| where Col == "val"
| summarize count() by Col
| project Col1, Col2
| order by Col desc
| take 10