https://github.com/osquery/osquery logo
f

fritz

06/20/2020, 3:42 PM
@Zweasta you can use
SELECT * FROM windows_security_center
or
SELECT * FROM windows_security_products
z

Zweasta

06/20/2020, 10:54 PM
@fritz "`netsh firewall show state`" gives us the open ports. But the
windows_security_center
or the
windows_security_products
gives us the info of the firewalls that were present and their state. I am looking for more specific table that gives info like
iptables in linux
.
3 Views