<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>application-gateway-waf on bramstoop.com</title>
    <link>https://www.bramstoop.com/tags/application-gateway-waf/</link>
    <description>Recent content in application-gateway-waf on bramstoop.com</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Wed, 29 Jul 2020 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.bramstoop.com/tags/application-gateway-waf/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Useful [Azure] Application Gateway WAF queries</title>
      <link>https://www.bramstoop.com/posts/2020/07/2020-07-29-useful-azure-application-gateway-waf-querys/</link>
      <pubDate>Wed, 29 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.bramstoop.com/posts/2020/07/2020-07-29-useful-azure-application-gateway-waf-querys/</guid>
      <description>BACK TO BLOG OVERVIEW
 To archive some of the queries I created and/or found on the internet and proved to be of value, I will drop them here:
Blocked requests
 AzureDiagnostics | where TimeGenerated &amp;gt; ago(1h) | where Category == &amp;ldquo;ApplicationGatewayFirewallLog&amp;rdquo; | where action_s == &amp;ldquo;Blocked&amp;rdquo; | order by TimeGenerated
 Count of the incoming requests on the Application Gateway.
 AzureDiagnostics | where ResourceType == &amp;ldquo;APPLICATIONGATEWAYS&amp;rdquo; and OperationName == &amp;ldquo;ApplicationGatewayAccess&amp;rdquo; | summarize AggregatedValue = count() by bin(TimeGenerated, 1h) | render timechart</description>
    </item>
    
  </channel>
</rss>