Skip to content

Feature: Application Gateway WAF Triage Workbook for Resource Specific Tables #397

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions Azure WAF/Workbook - AppGw WAF Triage Workbook/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Application Gateway WAF Triage Workbook

Author: [Christof Claessens](https://github.com/xstof), [Camila Martins](https://github.com/ccmartins)
Author: [Christof Claessens](https://github.com/xstof), [Camila Martins](https://github.com/ccmartins) \
Contributor: [Martin Buna](https://github.com/MartinBuna)

# Quick deploy to Azure

## WAF Triage Workbook - using AzureDiagnostics table

[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzure-Network-Security%2Fmaster%2FAzure%2520WAF%2FWorkbook%2520-%2520AppGw%2520WAF%2520Triage%2520Workbook%2FWAFTriageWorkbook_ARM.json)

## WAF Triage Workbook - using Resource specific tables
This template uses the resource specific tables AGWAccessLogs and AGWFirewallLogs.\
\
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzure-Network-Security%2Fmaster%2FAzure%2520WAF%2FWorkbook%2520-%2520AppGw%2520WAF%2520Triage%2520Workbook%2FWAFTriageWorkbook_ResourceSpecificTables_ARM.json)

# Description

This workbook visualizes Application Gateway WAF rule violations and helps with triaging those so to facilitate tuning the WAF against valid traffic.

This workbook is designed to parse WAF logs from Application Gateway WAF V2 configured with WAF Policy.
Expand All @@ -25,7 +37,7 @@ To deploy this workbook, click the button "Deploy to Azure". Fill in the reques
Then click "Review + create".


_**Note**: If you need to use the transaction ID in the ApplicationGatewayAccessLog, then replace "host_s" with "originalHost_s" in the join between ApplicationGatewayAccessLog and ApplicationGatewayFirewallLog_
_**Note**: If you need to use the transaction ID in the ApplicationGatewayAccessLog, then replace "host_s" with "originalHost_s" in the join between ApplicationGatewayAccessLog and ApplicationGatewayFirewallLog.

## Contributing

Expand Down
Loading