Barracuda

LogZilla App Store application: Barracuda

Overview

Barracuda Web Security Gateway is a web security appliance that provides advanced threat protection for organizations. The gateway functions as a web proxy server that inspects HTTP and HTTPS traffic, blocking malware, viruses, spyware, and malicious websites while enforcing web usage policies.

App Function

  • Parse Barracuda Web Security Gateway syslog messages
  • Extract metadata tags for filtering and analysis
  • Categorize events by action (ALLOWED, BLOCKED, DETECTED)
  • Provide dashboards for monitoring web traffic and threats
  • Alert on blocked requests, virus detection, and spyware detection

Vendor Documentation

Device Configuration

Configure the Barracuda Web Security Gateway to send syslog messages to LogZilla:

  1. Log in to the Barracuda Web Security Gateway admin interface
  2. Navigate to Advanced > Syslog
  3. Enable syslog logging
  4. Enter the LogZilla server IP address
  5. Select the appropriate facility and severity levels
  6. Save the configuration

Verification

Generate test traffic by browsing to a website, then verify events appear in LogZilla with the program name http_scan and Vendor tag set to Barracuda.

Incoming Log Format

Barracuda logs use a fixed-format with space-separated fields:

text
timestamp version srcip dstip content_type proxy_ip url bytes BYF action
reason ... match_domain category user referrer_url referrer_domain
referrer_category flag

Parsed Metadata Fields

Global Tags

TagExampleDescription
VendorBarracudaVendor identifier for cross-vendor filtering
Event ClasssecurityCross-vendor event classification

Standardized Tags

TagExampleDescription
SrcIP192.168.1.100Source IP address
DstIP93.184.216.34Destination IP address
ActionALLOWEDAction taken (ALLOWED, BLOCKED, DETECTED)
User[email protected]User information

Barracuda-Specific Tags

TagExampleDescription
Barracuda ReasonCLEANReason for action (CLEAN, VIRUS, SPYWARE)
Barracuda SpywareEicar-Test-SignatureSpyware identifier if detected
Barracuda Policy Matchmalware.comDomain that matched a policy rule
Barracuda Categoryadult,pornContent category that matched
Barracuda Referrer CategorynewsCategory of the referrer URL

Log Examples

Clean Traffic Allowed

text
1158710819 1 11.22.33.44 55.66.77.88 image/gif 10.1.1.8
http://i.cnn.net/cnn/.element/img/1.3/video/tab.middle.on.gif 1744 BYF
ALLOWED CLEAN 2 0 0 0 0 - 0 - 0 - 0 cnn.net news ANON http://www.cnn.com
www.cnn.com news 1

Virus Blocked

text
1158710880 1 11.22.33.44 127.0.0.1 - 11.22.33.44
http://www.eicar.org/download/eicar.com.txt 0 BYF BLOCKED VIRUS
stream=>Eicar-Test-Signature FOUND 2 0 0 0 0 - 0 - 0 - 0 eicar.org
computing-technology ANON http://www.somedomain.com/index.html somedomain.com
news 0

MITRE ATT&CK Mapping

EventMITRE TechniqueTactic
Virus detectedT1204 (User Execution)Execution
Spyware detectedT1189 (Drive-by Compromise)Initial Access

Triggers

TriggerDescription
Barracuda: MITRE ATT&CK Threat DetectedAny MITRE-mapped threat
Barracuda: Virus DetectedVirus detected in traffic
Barracuda: Spyware DetectedSpyware detected in traffic
Barracuda: Adult ContentAdult content category accessed
Barracuda: Blocked RequestRequest blocked by the gateway
Barracuda | LogZilla Documentation