diff --git a/handbook/queries/find-hosts-with-the-firewall-diabled.md b/handbook/queries/find-hosts-with-the-firewall-diabled.md index 34266c60fe..f2f094158d 100644 --- a/handbook/queries/find-hosts-with-the-firewall-diabled.md +++ b/handbook/queries/find-hosts-with-the-firewall-diabled.md @@ -5,7 +5,7 @@ macOS ### Query ```sql -SELECT * FROM alf WHERE global_state = 0 +SELECT * FROM alf WHERE global_state = 0; ``` ### Purpose @@ -14,4 +14,4 @@ Detection ### Remediation -TODO \ No newline at end of file +TODO