Searching Endpoints
If I want to search all endpoints for foobar.txt in XQL what would that look like? I've tried to search for the hash
dataset = endpoints
| filter sha256() = "90be1c2c0fc5c36b3e10dcd89a8cda61462cb420a043a5759a7e1e3bba3eee38"
The file path and neither s
...