Hi - is it possible within Advanced Hunting, to filter based on an associated Tag?
I have added a "where Tag..." in the KQL below, but I can't actually see where the Tags are held and how to filter.
Any help would be appreciated,
Thanks, Mark
DeviceNetworkInfo
| join DeviceTvmSoftwareVulnerabilities on DeviceId
| join DeviceTvmSoftwareVulnerabilitiesKB on CveId
| where Tag has_any (
"tag1",
"tag2"
)