Kql query for any firewall network rule changes in azure

Dharshinika-FT 21 Reputation points
2022-05-13T05:58:48.41+00:00

Hi Team,

We are unable to query if any rules changed in azure firewall Network rule using kql.
Please help us on this case.

Thanks for your support

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
567 questions
Azure ISV (Independent Software Vendors) and Startups
Azure ISV (Independent Software Vendors) and Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.ISV (Independent Software Vendors) and Startups: A Microsoft program that helps customers adopt Microsoft Cloud solutions and drive user adoption.
111 questions
0 comments No comments
{count} votes

Accepted answer
  1. ShaikMaheer-MSFT 37,896 Reputation points Microsoft Employee
    2022-05-13T10:19:29.843+00:00

    Hi @DharshiniKa-0316 ,

    Thanks for posting query in Microsoft Q&A Platform.

    Rules which get saved after delete or create or update will only go in request body when we hit save button. Hence we always get live rules information from latest record of log analytics table AzureActivity. So there is no direct way to get excatly deleted or updated rules info.

    If we really want to get exactly what rules deleted or created or updated. Then we can consider having some config table in SQL or any other storage and load that table with info a live rules and then in periodic fashion from log analytics get the present live rules info and cross compare with data in that configuration table and take a call which rule created or which rule deleted.

    Please note, below thread ask was almost similar to this. So could you please check below link to understand more. Thank you.
    https://learn.microsoft.com/en-us/answers/questions/847427/index.html

    Hope this helps. Please let us know if any queries.


    Please consider hitting Accept Answer button. Accepted answers help community as well.

    0 comments No comments

0 additional answers

Sort by: Most helpful