Skip to content

Instantly share code, notes, and snippets.

@marksowell
Last active March 18, 2023 04:19
Show Gist options
  • Save marksowell/f6e83c95b3c28f1d6fb7c8885a27738a to your computer and use it in GitHub Desktop.
Save marksowell/f6e83c95b3c28f1d6fb7c8885a27738a to your computer and use it in GitHub Desktop.
Logger++ / Akto Filter
[{"name":"ms","filter":{"filter":"!(Request.Host CONTAINS \"google.com\" AND !(Request.Host CONTAINS \"facebook.com\") AND !(Request.Host CONTAINS \"gstatic.com\") AND !(Request.Host CONTAINS \"googletagmanager.com\") AND !(Request.Host CONTAINS \"wappalyzer.com\") AND !(Request.Host CONTAINS \"bitwarden.com\") AND !(Request.Host CONTAINS \"googleapis.com\") AND !(Request.Host CONTAINS \"google-analytics.com\") AND !(Request.Host CONTAINS \"doubleclick.net\") AND Request.Complete == true"},"filterString":"!(Request.Host CONTAINS \"google.com\") AND !(Request.Host CONTAINS \"facebook.com\") AND !(Request.Host CONTAINS \"gstatic.com\") AND !(Request.Host CONTAINS \"googletagmanager.com\") AND !(Request.Host CONTAINS \"wappalyzer.com\") AND !(Request.Host CONTAINS \"bitwarden.com\") AND !(Request.Host CONTAINS \"googleapis.com\") AND !(Request.Host CONTAINS \"google-analytics.com\") AND !(Request.Host CONTAINS \"doubleclick.net\") AND Request.Complete == true"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment