Looking into osquery and I tried their curl module. Doesn’t work with my network setup at work, which seemed weird because curl works just fine.
Turns out curl is just another word for a Boost based lightweight HTTP client.
curl means curl. Not “Invoke-WebRequest” and not “Boost based HTTP client”.
(cc @bagder )