{"id":22414,"date":"2021-07-29T15:18:50","date_gmt":"2021-07-29T14:18:50","guid":{"rendered":"https:\/\/aidanfinn.com\/?p=22414"},"modified":"2021-07-29T15:18:50","modified_gmt":"2021-07-29T14:18:50","slug":"testing-azure-firewall-idps","status":"publish","type":"post","link":"https:\/\/aidanfinn.com\/?p=22414","title":{"rendered":"Testing Azure Firewall IDPS"},"content":{"rendered":"<p>In this post, I will show you how to test IDPS in Azure Firewall Premium, including test exploits and how to search the logs for alerts.<\/p>\n<h2>Azure Firewall Setup<\/h2>\n<p>You are going to need a few things:<\/p>\n<ul>\n<li>Ideally a hub and spoke deployment of some kind, with a virtual machine in two different spokes. My lab is Azure Virtual WAN, using a VNet as the &#8220;compromised on-premises&#8221; and a second VNet as the target.<\/li>\n<li>Azure Firewall Premium SKU with logging enabled to a Log Analytics Workspace.<\/li>\n<li>Azure Firewall Policy Premium SKU, with IDPS enabled for Alert &amp; Deny.<\/li>\n<\/ul>\n<p>Make sure that you have firewall rules and NSG rules <em>open\u00a0<\/em>to allow your &#8220;attacks&#8221; &#8211; the point of IDPS is to stop traffic on legitimate protocols\/ports.<\/p>\n<h2>Compromised On-Premises Machine<\/h2>\n<p>One can use Kali Linux <a href=\"https:\/\/azuremarketplace.microsoft.com\/en\/marketplace\/apps\/kali-linux.kali-linux?tab=overview\" target=\"_blank\" rel=\"noopener\">from the Azure Marketplace<\/a> but I prefer to work in Windows. So I deployed a Windows Server VM and <a href=\"https:\/\/github.com\/rapid7\/metasploit-framework\/wiki\/Nightly-Installers\" target=\"_blank\" rel=\"noopener\">downloaded\/deployed Metasploit Opensource<\/a>, which is installed into C:\\metasploit-framework.<\/p>\n<p>The console that you&#8217;ll use to run the commands is C:\\metasploit-framework\\bin\\msfconsole.bat.<\/p>\n<p>If you want to trying something simpler, then all you will need is the normal Windows Command prompt.<\/p>\n<h2>The Exploit Test<\/h2>\n<p>If you are using Metasploit, in the console, run the following to search for &#8220;coldfusion&#8221; tests:<\/p>\n<p><em>search coldfusion<\/em><\/p>\n<p>Select a test:<\/p>\n<p><em>use auxiliary\/scanner\/http\/coldfusion_locale_traversal<\/em><\/p>\n<p>Set the RHOST (remote host to target) option:<\/p>\n<p><em>set RHOST &lt;IP address to target&gt;<\/em><\/p>\n<p>Verify that all required options are set:<\/p>\n<p><em>show options<\/em><\/p>\n<p>Execute the test:<\/p>\n<p>run<\/p>\n<p>Otherwise, you can run the following CURL command in Windows Command Prompt for a simpler test to do a web request to your target IP using the well-known Blacksun user agent:<\/p>\n<p><em>curl -A &#8220;BlackSun&#8221; &lt;IP address to target&gt;<\/em><\/p>\n<h2>Check Your Logs<\/h2>\n<p>It can take a little time for data to appear in your logs. Give it a few minutes and then run this query in Log Analytics:<\/p>\n<p>AzureDiagnostics\u00a0| where ResourceType == &#8220;AZUREFIREWALLS&#8221; | where OperationName == &#8220;AzureFirewallIDSLog&#8221;\u00a0| parse msg_s with Protocol &#8221; request from&#8221; SourceIP &#8220;:&#8221; SourcePort &#8221; to &#8221; TargetIP &#8220;:&#8221; TargetPort &#8220;. Action:&#8221; Action&#8221;. Signature: &#8221; Signature &#8220;. IDS:&#8221; Reason\u00a0| project TimeGenerated, Protocol, SourceIP, SourcePort, TargetIP, TargetPort, Action, Signature, Reason\u00a0| sort by TimeGenerated<\/p>\n<p><a href=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/AzureFirewallIDPSBlockingMetasploit.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-22421\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/AzureFirewallIDPSBlockingMetasploit.png\" alt=\"\" width=\"1681\" height=\"694\" srcset=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/AzureFirewallIDPSBlockingMetasploit.png 1681w, https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/AzureFirewallIDPSBlockingMetasploit-300x124.png 300w, https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/AzureFirewallIDPSBlockingMetasploit-1024x423.png 1024w, https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/AzureFirewallIDPSBlockingMetasploit-768x317.png 768w, https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/AzureFirewallIDPSBlockingMetasploit-1536x634.png 1536w, https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/AzureFirewallIDPSBlockingMetasploit-1200x495.png 1200w\" sizes=\"auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px\" \/><\/a><\/p>\n<p>That should highlight anything that IDPS alerted on &amp; denied &#8211; and can also be useful for creating incidents in Azure Sentinel.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this post, I will show you how to test IDPS in Azure Firewall Premium, including test exploits and how to search the logs for alerts. Azure Firewall Setup You are going to need a few things: Ideally a hub and spoke deployment of some kind, with a virtual machine in two different spokes. My &hellip; <a href=\"https:\/\/aidanfinn.com\/?p=22414\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Testing Azure Firewall IDPS&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":22423,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_wpcom_ai_launchpad_first_post":false,"footnotes":""},"categories":[5],"tags":[306,476,423,479],"class_list":["post-22414","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-azure","tag-azure-firewall","tag-idps","tag-log-analytics","tag-metasploit"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"In this post, I will show you how to test IDPS in Azure Firewall Premium, including test exploits and how to search the logs for alerts. Azure Firewall Setup You are going to need a few things: Ideally a hub and spoke deployment of some kind, with a virtual machine in two different spokes. My\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"AFinn\"\/>\n\t<meta name=\"google-site-verification\" content=\"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/aidanfinn.com\/?p=22414\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Testing Azure Firewall IDPS | Aidan Finn, IT Pro\" \/>\n\t\t<meta property=\"og:description\" content=\"In this post, I will show you how to test IDPS in Azure Firewall Premium, including test exploits and how to search the logs for alerts. Azure Firewall Setup You are going to need a few things: Ideally a hub and spoke deployment of some kind, with a virtual machine in two different spokes. My\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aidanfinn.com\/?p=22414\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-07-29T14:18:50+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-07-29T14:18:50+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@joe_elway\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Testing Azure Firewall IDPS | Aidan Finn, IT Pro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In this post, I will show you how to test IDPS in Azure Firewall Premium, including test exploits and how to search the logs for alerts. Azure Firewall Setup You are going to need a few things: Ideally a hub and spoke deployment of some kind, with a virtual machine in two different spokes. My\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@joe_elway\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22414#article\",\"name\":\"Testing Azure Firewall IDPS | Aidan Finn, IT Pro\",\"headline\":\"Testing Azure Firewall IDPS\",\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/MetasploitIDPSFirewall.png\",\"width\":998,\"height\":521},\"datePublished\":\"2021-07-29T15:18:50+01:00\",\"dateModified\":\"2021-07-29T15:18:50+01:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22414#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22414#webpage\"},\"articleSection\":\"Azure, Azure Firewall, IDPS, Log Analytics, Metasploit\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22414#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aidanfinn.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5#listItem\",\"name\":\"Azure\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5#listItem\",\"position\":2,\"name\":\"Azure\",\"item\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22414#listItem\",\"name\":\"Testing Azure Firewall IDPS\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22414#listItem\",\"position\":3,\"name\":\"Testing Azure Firewall IDPS\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5#listItem\",\"name\":\"Azure\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22414#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22414#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22414#webpage\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22414\",\"name\":\"Testing Azure Firewall IDPS | Aidan Finn, IT Pro\",\"description\":\"In this post, I will show you how to test IDPS in Azure Firewall Premium, including test exploits and how to search the logs for alerts. Azure Firewall Setup You are going to need a few things: Ideally a hub and spoke deployment of some kind, with a virtual machine in two different spokes. My\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22414#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/MetasploitIDPSFirewall.png\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22414\\\/#mainImage\",\"width\":998,\"height\":521},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22414#mainImage\"},\"datePublished\":\"2021-07-29T15:18:50+01:00\",\"dateModified\":\"2021-07-29T15:18:50+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/\",\"name\":\"Aidan Finn, IT Pro\",\"description\":\"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Testing Azure Firewall IDPS | Aidan Finn, IT Pro","description":"In this post, I will show you how to test IDPS in Azure Firewall Premium, including test exploits and how to search the logs for alerts. Azure Firewall Setup You are going to need a few things: Ideally a hub and spoke deployment of some kind, with a virtual machine in two different spokes. My","canonical_url":"https:\/\/aidanfinn.com\/?p=22414","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aidanfinn.com\/?p=22414#article","name":"Testing Azure Firewall IDPS | Aidan Finn, IT Pro","headline":"Testing Azure Firewall IDPS","author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"publisher":{"@id":"https:\/\/aidanfinn.com\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/MetasploitIDPSFirewall.png","width":998,"height":521},"datePublished":"2021-07-29T15:18:50+01:00","dateModified":"2021-07-29T15:18:50+01:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=22414#webpage"},"isPartOf":{"@id":"https:\/\/aidanfinn.com\/?p=22414#webpage"},"articleSection":"Azure, Azure Firewall, IDPS, Log Analytics, Metasploit"},{"@type":"BreadcrumbList","@id":"https:\/\/aidanfinn.com\/?p=22414#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","position":1,"name":"Home","item":"https:\/\/aidanfinn.com","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=5#listItem","name":"Azure"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=5#listItem","position":2,"name":"Azure","item":"https:\/\/aidanfinn.com\/?cat=5","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=22414#listItem","name":"Testing Azure Firewall IDPS"},"previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=22414#listItem","position":3,"name":"Testing Azure Firewall IDPS","previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=5#listItem","name":"Azure"}}]},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/#person","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=22414#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/?author=1#author","url":"https:\/\/aidanfinn.com\/?author=1","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=22414#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"WebPage","@id":"https:\/\/aidanfinn.com\/?p=22414#webpage","url":"https:\/\/aidanfinn.com\/?p=22414","name":"Testing Azure Firewall IDPS | Aidan Finn, IT Pro","description":"In this post, I will show you how to test IDPS in Azure Firewall Premium, including test exploits and how to search the logs for alerts. Azure Firewall Setup You are going to need a few things: Ideally a hub and spoke deployment of some kind, with a virtual machine in two different spokes. My","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/aidanfinn.com\/#website"},"breadcrumb":{"@id":"https:\/\/aidanfinn.com\/?p=22414#breadcrumblist"},"author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"creator":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/MetasploitIDPSFirewall.png","@id":"https:\/\/aidanfinn.com\/?p=22414\/#mainImage","width":998,"height":521},"primaryImageOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=22414#mainImage"},"datePublished":"2021-07-29T15:18:50+01:00","dateModified":"2021-07-29T15:18:50+01:00"},{"@type":"WebSite","@id":"https:\/\/aidanfinn.com\/#website","url":"https:\/\/aidanfinn.com\/","name":"Aidan Finn, IT Pro","description":"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","inLanguage":"en-GB","publisher":{"@id":"https:\/\/aidanfinn.com\/#person"}}]},"og:locale":"en_GB","og:site_name":"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","og:type":"article","og:title":"Testing Azure Firewall IDPS | Aidan Finn, IT Pro","og:description":"In this post, I will show you how to test IDPS in Azure Firewall Premium, including test exploits and how to search the logs for alerts. Azure Firewall Setup You are going to need a few things: Ideally a hub and spoke deployment of some kind, with a virtual machine in two different spokes. My","og:url":"https:\/\/aidanfinn.com\/?p=22414","article:published_time":"2021-07-29T14:18:50+00:00","article:modified_time":"2021-07-29T14:18:50+00:00","twitter:card":"summary","twitter:site":"@joe_elway","twitter:title":"Testing Azure Firewall IDPS | Aidan Finn, IT Pro","twitter:description":"In this post, I will show you how to test IDPS in Azure Firewall Premium, including test exploits and how to search the logs for alerts. Azure Firewall Setup You are going to need a few things: Ideally a hub and spoke deployment of some kind, with a virtual machine in two different spokes. My","twitter:creator":"@joe_elway"},"aioseo_meta_data":{"post_id":"22414","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":{"locations":{"business":{"name":"","businessType":"","image":"","areaServed":"","urls":{"website":"","aboutPage":"","contactPage":""},"address":{"streetLine1":"","streetLine2":"","zipCode":"","city":"","state":"","country":"","addressFormat":"#streetLineOne\n#streetLineTwo\n#city, #state #zipCode"},"contact":{"email":"","phone":"","phoneFormatted":"","fax":"","faxFormatted":""},"ids":{"vat":"","tax":"","chamberOfCommerce":""},"payment":{"priceRange":"","currenciesAccepted":"","methods":""}}},"openingHours":{"useDefaults":true,"show":true,"alwaysOpen":false,"use24hFormat":false,"timezone":"","labels":{"closed":"","alwaysOpen":""},"days":{"monday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"tuesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"wednesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"thursday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"friday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"saturday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"sunday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"}}}},"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-07-29 13:56:04","updated":"2025-06-04 17:33:52","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\/?cat=5\" title=\"Azure\">Azure<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tTesting Azure Firewall IDPS\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aidanfinn.com"},{"label":"Azure","link":"https:\/\/aidanfinn.com\/?cat=5"},{"label":"Testing Azure Firewall IDPS","link":"https:\/\/aidanfinn.com\/?p=22414"}],"jetpack_featured_media_url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/MetasploitIDPSFirewall.png","amp_enabled":true,"_links":{"self":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/22414","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=22414"}],"version-history":[{"count":8,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/22414\/revisions"}],"predecessor-version":[{"id":22424,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/22414\/revisions\/22424"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/media\/22423"}],"wp:attachment":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=22414"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=22414"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=22414"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}