Отвечаю сам себе
Output types
There are a number of output types defined that are used when specifying what data to be returned by the query.
All output types return data in plain text, except the binary type, which will return the data in a binary form used in the query tool. The binary output type is the only output type that is allowed when using the query analyzer tool, and it cannot be mixed with the plain text output types.
The following output types are defined:
Name
Description
binary
Binary form output, only used within the query tool
srcip
Source IP address
destip
Destination IP address
srcport
Source port
destport
Destination port
hwsrc
Source ethernet address
hwdest
Destination ethernet address
iphdrlen
IP header length
ipdatalen
IP data length
iptotlen
IP total length (data + header)
udpdatalen
UDP data length
udptotlen
UDP total data length
firewall
Name of the firewall that sent the data
time
The time when the event took place
recvif
Receiving interface
destiface
Destination interface
ttl
Time To Live field in the IP header
date
The date when the packet arrived at the logger
description
Description of the event
arp
ARP packet type
arphwdest
Destination hardware address in ARP events
arphwsrc
Source hardware address in ARP events
ipproto
IP protocol
icmptype
ICMP type
icmpsrcip
Source IP in an ICMP-encapsulated IP packet
icmpdestip
Destination IP in an ICMP-encapsulated IP packet
icmpsrcport
Source port of an ICMP-encapsulated UDP/TCP packet
icmpstd
ttl, icmptype, icmpipproto, icmpdestip, icmpsrcip and icmpdestport
tcpflags
All TCP flags
enetproto
Ethernet protocol
usage
Interface throughput
connusage
Connection statistics
rule
Name of the rule that this log entry matched
satsrcrule
Name of the SAT source rule that this entry matched
satdestrule
Name of the SAT destination rule that this entry matched
origsent
Amount of data sent by the originator (client end) of the connection
termsent
Amount of data sent by the terminator (server end) of the connection
conn
Conn event type
ack
TCP ACK flag (0 or 1)
fin
TCP FIN flag (0 or 1)
psh
TCP PSH flag (0 or 1)
rst
TCP RST flag (0 or 1)
syn
TCP SYN flag (0 or 1)
urg
TCP URG flag (0 or 1)
ece
TCP EXE flag (0 or 1)
cwr
TCP CWR flag (0 or 1)
category
Category of the logged event
tcphdrlen
TCP header length
tcpdatalen
TCP data length
tcptotlen
TCP total length (data + header)
standard
date, time, firewall, category, recvif, srcip, srcport, destip, destport, ipproto and description
tcpstd
tcpdatalen, tcphdrlen, fin, syn, rst, psh, ack, urg, ece and cwr
udpstd
udpdatalen
severity
Log message severity
algmod
Name of the ALG module that this log message originated from
algsesid
ID of the ALG session that this log message originated from
authrule
Name of the userauth rule applied
authagent
User authentication agent
authevent
User authentication event
username
Name of the user that logged in/out
usernames
username, srcusername, and destusername
srcusername
The user that originated this connection/packet
destusername
The destination user
|