Skip to content

Releases: CiscoSecurity/fp-05-firepower-cli

CEF Payload original packet field

02 Nov 14:59
6e244e9
Compare
Choose a tag to compare

Added additional field to the CEF output to represent the original packet data, called packetData. The CEF standard does not have a field defined for the actual payload so the field 'packetData' should be considered when ingesting to a given SIEM solution (Sentinel, etc)

https://learn.microsoft.com/en-us/azure/sentinel/cef-name-mapping

Added archive() feature to the ./encore.sh script, this method will create a compressed version of the estreamer.log file in the following formatted with the system time appended to the archive filename ex.encore-log-10-26_15-42-27+0000UTC.tar.gz .

TCP/UDP Outputter modification

24 Oct 05:02
cb4477b
Compare
Choose a tag to compare

TCP/UDP Outputter modification, added additional error handling for endpoint streaming. Modified core logic to continuously loop and retry connections if destination is lost

Connection Data Output

11 Oct 18:33
8668ea9
Compare
Choose a tag to compare

v5.2.9

*Fixed JSON output in several fields including: Connection Events: User Data, Iface/Egress Interface, converted byte string outputs to regular strings in the ssl context, id fields

Blocked Disposition Key Error

24 Jul 23:45
bd5f932
Compare
Choose a tag to compare

Fixed "BlockedReasonId" key error present in FMC < 7.0 builds which was causing the program to stop parsing during IDS enrichment.

Added additional logging to monitor process

08 Jun 16:59
bf81b71
Compare
Choose a tag to compare

Bookmark time log fix

03 May 03:36
cd66a94
Compare
Choose a tag to compare

Resolved estreamer.log display issue with bookmark time being zero (bookmark 1970-01-01T00:00:00) despite valid bookmark time in the bookmark.dat file.

Offset Warnings correction

04 Apr 18:18
Compare
Choose a tag to compare

Removed offset warnings issue in malware events for ingress/egress vrf fields

Blocked Reason Diposition Bug

30 Mar 19:50
bbe0cc2
Compare
Choose a tag to compare

Fixed an issue with Metadata events, record type 112, contained logic to handle blocked reason ids that were not defined as part of the record type.

Syntax in Default Cache File

02 Feb 21:23
c78001c
Compare
Choose a tag to compare

v5.2.1 - FMC 7.2 IDS Diposition Expansion and CEF Failure for IDS Events

Expanded disposition definitions for IDS events for 7.2, this addresses a bug that would cause the CEF adapter to fail due to values that were provided outside of the eStreamer specification

v5.2.2
Corrected Syntax error in default cache values

Decoding for File Hash Events and additional Packet Encoding Options

16 Dec 20:45
9aafcd3
Compare
Choose a tag to compare

Removed byte hex encoding for file hash fields, malware event fields (records 125,502 and 511) no longer contain the b'<file_hash>' wrapper encoding.

Added additional configuration options for packet records, you can now select whether or not to include the original packet in the record which contains the payload and the packet header, this configured using the following variable in the estreamer.conf

includeOriginalPacket: true in (https://github.com/CiscoSecurity/fp-05-firepower-cli/blob/master/default.conf#L56) estreamer.conf