- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
04-26-2024 01:55 AM
Hello,
Could you give me assistance to generate a query to detect when the firewall is disabled?
Best regards.
05-03-2024 09:28 AM
Hello @J.PrezHidalgo
Thanks for reaching out on LiveCommunity!
There may not be a direct way to query the status of windows firewall but as an alternative we can query the status of services being used by windows firewall like "mpssvc". I have created below query please modify it according to your use case.
preset = host_inventory_services
| filter (service_state = SERVICE_STOPPED and service_name contains """mpssvc""")
Also you can see these details under Incident Response -> Investigation -> Host Inventory -> Services.
Please click Accept as Solution to acknowledge that the answer to your question has been provided.
05-03-2024 09:28 AM
Hello @J.PrezHidalgo
Thanks for reaching out on LiveCommunity!
There may not be a direct way to query the status of windows firewall but as an alternative we can query the status of services being used by windows firewall like "mpssvc". I have created below query please modify it according to your use case.
preset = host_inventory_services
| filter (service_state = SERVICE_STOPPED and service_name contains """mpssvc""")
Also you can see these details under Incident Response -> Investigation -> Host Inventory -> Services.
Please click Accept as Solution to acknowledge that the answer to your question has been provided.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!