Parsing URL Log

Can someone explain to me the different parts of the URL Log? I would like to parse it for URL and maybe which client is accessing the URL.

SSLCERT=gateway.icloud.com SRC=192.168.100.11 DST=17.248.185.174 SNATIP=173.133.252.6 SRCMAC=8c:85:90:16:d4:b2 SPT=51306 DPT=443

What is SRC, DST, & SNATIP?

SRC = Source. This is the IP address of the device that is trying to reach the URL
DST = Destination. This is the destination IP address for the URL
SNATIP = Source NAT IP address. The WAN IP address used to reach the URL

1 Like