Quartz 4

Home

❯

Selfstudy everything at once

❯

Notes on using Defender, Sentinel, KQL and more

❯

Identifying vulnerable internet facing systems

Identifying vulnerable internet facing systems

Jan 12, 20261 min read

Links

https://www.kqlsearch.com/query/Cve-2024-3094-internet-facing-devices&cludstmqp01evmc0ptjq53m1k

KQL

DeviceTvmSoftwareVulnerabilities
| where CveId == "<CVE id>"
| join (DeviceInfo
| where IsInternetFacing == "1"
| project DeviceId, DeviceName, OSBuild, OSVersion, OSDistribution, OSVersionInfo
) on DeviceId
| distinct DeviceId, DeviceName, OSPlatform

Notes

none.


Graph View

  • Links
  • KQL
  • Notes

Recent Notes

  • Maldev-Academy-notes

    Feb 21, 2026

    • x64dbg
    • maldevacademy
    • socc
    • studie
    • pages
    • ProcessEnvironmentBlock
    • TlsSlots
    • TlsExpansionSlots
    • reserved
    • WinDbg
    • Encryption
    • runtime-analysis
    • heuristic-analysis
    • entropy
  • Journal

    Feb 02, 2026

    • Current priorities

      Jan 30, 2026

      • malwaredevelopment

    Created with Quartz v4.5.1 © 2026

    • GitHub
    • Discord Community