Microsoft Azure Network Security Group Flow Logs are a feature of Azure Network Watcher that provide information about ingress and egress IP traffic through a configured Network Security Group. The NetWitness plugin built for Azure NSG can authenticate and pull flow logs from Azure storage in real time.
“While Virtual Network (VNET) is the cornerstone of Azure networking model and provides isolation and protection. Network Security Group (NSG) is the main tool you need to use to enforce and control network traffic rules at the networking level. Customers can control access by permitting or denying communication between the workloads within a virtual network, from systems on customer’s networks via cross-premises connectivity, or direct Internet communication. In the diagram below, both VNETs and NSGs reside in a specific layer in the Azure overall security stack, where NSGs, UDR, and network virtual appliances can be used to create security boundaries to protect the application deployments in the protected network.”
What is a Network Security Group (NSG)?
https://azure.microsoft.com/en-us/documentation/articles/virtual-networks-nsg
How does it work?
These flow logs are written in JSON format and show outbound and inbound flows on a per rule basis.
It provides the following information:
Flow logs are stored only within a storage account and follow the logging path as shown below:
https://{storageAccountName}.blob.core.windows.net/insights-logs-networksecuritygroupflowevent/resourceId%3D/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.network/networksecuritygroups/{nsgName}/{year}/{month}/{day}/{hour}/m=00/{macAddress}/PT1H.json
Logs have a retention policy that can be set from 1 day to 365 days. If a retention policy is not set, the logs are maintained forever. RSA Netwitness uses Shared Access Signature (SAS Token) to authenticate and pull flow logs from Azure storage in real time.
With the visibility into Network Flow traffic in the Azure framework, multiple use-cases can be built. For example:
Downloads and Documentation:
Configuration Guide: Microsoft Azure NSG Event Source Configuration Guide
Collector Package on RSA Live: "MS Azure NSG Flow Logs"
Parser on RSA Live: CEF (device.type="msazurensg")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.