Skip to content

Releases: CiscoSecurity/fp-05-firepower-cli

CEF Payload original packet field

Choose a tag to compare

@skhademcis skhademcis released this 02 Nov 14:59
6e244e9

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

Choose a tag to compare

@skhademcis skhademcis released this 24 Oct 05:02
cb4477b

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

Choose a tag to compare

@skhademcis skhademcis released this 11 Oct 18:33
8668ea9

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

Choose a tag to compare

@skhademcis skhademcis released this 24 Jul 23:45
bd5f932

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

Choose a tag to compare

@skhademcis skhademcis released this 08 Jun 16:59
bf81b71
v5.2.6

Create VERSION

Bookmark time log fix

Choose a tag to compare

@skhademcis skhademcis released this 03 May 03:36
cd66a94

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

Choose a tag to compare

@skhademcis skhademcis released this 04 Apr 18:18

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

Blocked Reason Diposition Bug

Choose a tag to compare

@skhademcis skhademcis released this 30 Mar 19:50
bbe0cc2

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

Choose a tag to compare

@skhademcis skhademcis released this 02 Feb 21:23
c78001c

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

Choose a tag to compare

@skhademcis skhademcis released this 16 Dec 20:45
9aafcd3

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