Changelog
[0.9]
- Added new field in layers (arp, bootp, citrix_channels, citrix, databases, dce_rpc, dns, email, ftp, http, icmp, ipsec, kerberos, ldap, non_ip, ntlm, other_ip, rdp, smb, socks5, ssh, tcp, tls, udp, vnc, voip):
- Changed fields in dce_rpc layer:
- Added new fields in bootp layer:
- Added new fields in tcp layer:
- Added new model version v38:
- Support of IN operation with Set:
- Operations as
traffic FROM email WHERE foo@bar.com IN recipients
are now valid.
- Added new layer email:
- Added new layer RDP:
[0.8]
Added
- Added new layer NTLM:
- Added new layer SSH:
- Added new layer DCE/RPC:
- Added new layer IPSEC:
- Added new layer SOCKS5:
- Added new layer VNC:
- Added new layer FTP:
- Added new layer ARP:
- Added new layer LDAP:
- Added new DNS fields:
- Added new HTTP fields:
- Added new SMB fields:
- Added new VoIP fields:
- Added new layer Kerberos:
Renamed
[0.7]
Added
- Support flatten function for
url
type.
- Added new VLAN related fields. It is possible now to use the operator
IN
with a list of VLANs, For example, traffic FROM tcp WHERE 5 IN server.vlans
.
- Added new fields for time window exclusion:
- Added new fields for DNS-issued hostnames:
Deprecated
- Single VLAN fields are deprecated by fields containing lists of VLANs.
[0.6]
Added
- Added new endpoint query-cancel
- Support flatten function for
zone_id
type.
- Added new time related fields:
Removed
points
function has been removed, field points should be used instead.
[0.5.1]
Added
[0.5]
Added
- Added new zone related fields:
- Added new field application.id.
- Add fields related to MD5 for HTTP
Changed
- Add support for extended IP and MAC masks (
<ip>/<ip>
, <mac>/<mac>
).
- Fix using
#
(count) operator on complex fields.
- Zone related changes:
- Renamed field
application
to application.name.
[0.4] - 2020-05-27
Added
Changed
- Renamed field
capture
to capture.id.
- Clause
FROM
is now mandatory.
- Improve support for mac address querying:
- Able to match a mac address using both a continuous and non continuous mask.
- Create non continuous mask filtering for mac address.
- Implement
IN
operation for mac address using a continuous mask.
- Order results in PVQL distinct sets.
- Add PVQL setting
limit_size_set = 100
.
- Implement
glob
/iglob
functions for applications.
- Ignoring case when sorting by a string field.
- Fix can’t query dicts as values.
Removed
- Removed field
storage
from public API.