Sonicwall

LogZilla App Store application: Sonicwall

Overview

The SonicWall SonicOS app processes firewall logs and extracts security metadata for network monitoring and analysis. The app normalizes timestamps and creates user tags for firewall actions, application identification, and traffic analysis.

Vendor Documentation

Incoming Log Format

SonicWall SonicOS uses space-separated key-value pairs in its log format. Each log entry contains multiple fields providing detailed information about network traffic, security events, and firewall actions.

Parsed Metadata Fields

Primary Fields

TaggedTag NameField NameExampleDescription
appcatappcatWeb ApplicationsApplication category
appNameappNameGeneral TCPApplication name
msgmsgConnection ClosedMessage type
fw_actionfw_actionallowAction taken by firewall
CategoryCategoryOnline BankingContent category
rulerule22 (LAN->WAN)Firewall rule match
srcsrc192.168.168.10:52589:X0Source IP and port
dstdst172.27.14.5:53:X0-V51Destination IP and port
srcMacsrcMac98:90:96:de:f1:78Source MAC address
dstMacdstMacec:f4:bb:fb:f7:f6Destination MAC address
protoprotoudp/dnsConnection protocol
timetime2018-02-06 16:11:09Event timestamp

Additional Fields

SonicWall includes additional fields with limited documentation:

TaggedField NameExampleLikely Description
sn0017C5178994Device serial number
fw64.107.153.15Firewall IP address
pri6Log priority level
c1024Connection identifier
m537Message identifier
app48Application ID
f2Flag value
n11782330Session number
op1Operation code
rcvd146Bytes received
sent120Bytes sent
result403HTTP result code
dstnamewww.suntrust.comDestination hostname
arg/favicon.icoURL argument
code20Event code

High-Cardinality (HC) Tags

  • src (Source IP)
  • dst (Destination IP)

Log Examples

TCP Connection Opened

text
sn=C0EAE48F5084 fw=209.106.205.33 pri=6 c=262144 m=98 msg="Connection Opened" app=49169 appName="General DNS" n=1157227522 src=10.10.24.11:63045:X16-V5 dst=8.8.8.8:53:X1 dstMac=04:62:73:2c:02:00 proto=udp/dns sent=120 dpi=1 rule="22 (LAN->WAN)" fw_action="NA"

TCP Connection Closed

text
sn=0017C5178994 time="2018-02-06 16:11:09" fw=64.107.153.15 pri=6 c=1024 m=537 msg="Connection Closed" f=2 n=11782330 src=192.168.97.214:60622:X0-V999 dst=172.27.14.5:53:X0-V51 proto=udp/dns sent=56 rcvd=146

Forbidden HTTPS Request

text
sn=18B1690729A8 time="2016-06-16 17:21:40 UTC" fw=10.205.123.15 pri=6 c=1024 m=97 app=48 n=9 src=192.168.168.10:52589:X0 dst=69.192.240.232:443:X1:a69-192-240-232.deploy.akamaitechnologies.com srcMac=98:90:96:de:f1:78 dstMac=ec:f4:bb:fb:f7:f6 proto=tcp/https op=1 sent=798 rcvd=12352 result=403 dstname=www.suntrust.com arg=/favicon.ico code=20 Category="Online Banking"
Sonicwall | LogZilla Documentation