Trendmicro

LogZilla App Store application: Trendmicro

Overview

Trend Micro UnityOne is a cybersecurity platform that provides threat protection and network security services. The platform includes Tipping Point Intrusion Prevention Systems (IPS) and Advanced Threat Protection (ATP) capabilities.

App Function

The Trend Micro app parses UnityOne log messages and extracts security event information, creating user tags for threat analysis and network monitoring.

Vendor Documentation

Incoming Log Format

UnityOne uses Trend Micro Event Format (TMEF), a customized event format developed by Trend Micro for reporting security event information. TMEF uses space-separated key-value fields for structured logging.

Parsed Metadata Fields

TaggedTag NameField NameExampleDescription
event_classevent_class7610Tipping Point event class
ProtocolappIPnetwork protocol
SrcIPsrc185.153.64.126source IP address
SrcPortsptdynamicsource IP port
SrcIPv6src_ipv62001:0db8:85a3:0000:0000:8a2e:0370:7334source IPv6 address
DstIPdst134.122.53.164destination IP address
DestPortdptmysqldestination IP port
DstIPv6dst_ipv62001:0db8:85a3:0000:0000:8a2e:0370:7334destination IPv6 address
actactBlockaction taken
dvchostdvchostbwi1-ips-01device host
catcatReputationTipping Point category
requestMethodrequestMethodPOSTHTTP request method
dhostdhosttesthost.comdestination host
sourceTranslatedAddresssourceTranslatedAddress11.22.33.44proxy address
cs1cs1Customer-TestCompany-6335market
vendorTipping Pointvendor
productUnityOneproduct
version1.0.0.17OS version
event_description246text of event description
severity0event severity
cnt0event count
requestn/arequest URI
cs5vsms.edge.domain(unknown)

Additional User Tags

Two additional user tags are generated based on message data:

Tag NameDescription
Event TypeSecurity event classification
MITRE CategoryMITRE ATT&CK framework category

These tags are derived from the ATT&CK data included in the message.

High-Cardinality (HC) Tags

  • SrcIP
  • DstIP
  • SrcIPv6
  • DstIPv6
  • sourceTranslatedAddress

Field Notes

Port Translation

SrcPort and DstPort fields are translated from port numbers to service names in user tags (e.g., port 443 becomes https).

Log Examples

Block Outgoing Connection

text
vendor="TippingPoint" product="UnityOne" version="1.0.0.17"
event_class="7610" event_description="Banned" severity="1" app="IP"
cnt="1" src="11.22.33.44" sourceTranslatedAddress="99.88.77.66"
spt="43763" dst="55.66.77.88" dpt="3306" act="Block"
cs1="DB-Market-BWI" cs5="vsms.edge.domain" dvchost="bwi1-ips-01"
cat="Reputation" src_ipv6="n/a" dst_ipv6="n/a" request="n/a"
requestMethod="n/a" dhost="n/a"

Permit Windows RDP Connection

text
vendor="TippingPoint" product="UnityOne" version="50.179.179.104"
event_class="5873" event_description="5873: RDP: Windows Remote Desktop
Access (ATT&CK T1076)" severity="1" app="TCP" cnt="1"
src="51.231.237.140" sourceTranslatedAddress="51.231.237.140"
spt="49799" dst="120.164.31.48" dpt="3389" act="Permit"
cs1="DB-Market-BWI" cs5="vsms.edge.domain" dvchost="bwi1-ips-01"
cat="Security Policy" src_ipv6="n/a" dst_ipv6="n/a" request="n/a"
requestMethod="n/a" dhost="n/a"
Trendmicro | LogZilla Documentation