Skip to content

Commit

Permalink
update enip/cip dashboard for packet correlation id
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Sep 9, 2024
1 parent abaadbd commit f5e37c5
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,8 @@
"zeek.cip.cip_sequence_count",
"zeek.cip.class_id",
"zeek.cip.class_name",
"zeek.cip.instance_id"
"zeek.cip.instance_id",
"zeek.cip.packet_correlation_id"
],
"sort": [
[
Expand Down Expand Up @@ -485,7 +486,8 @@
"zeek.cip_identity.product_name",
"zeek.cip_identity.vendor_name",
"zeek.cip_identity.revision",
"zeek.cip_identity.serial_number"
"zeek.cip_identity.serial_number",
"zeek.cip.packet_correlation_id"
],
"sort": [
[
Expand Down Expand Up @@ -529,6 +531,7 @@
"zeek.enip.options",
"zeek.enip.sender_context",
"zeek.enip.session_handle",
"zeek.cip.packet_correlation_id",
"event.id"
],
"sort": [
Expand Down Expand Up @@ -571,6 +574,7 @@
"zeek.cip_io.connection_id",
"zeek.cip_io.sequence_number",
"zeek.cip_io.data_length",
"zeek.cip.packet_correlation_id",
"event.id"
],
"sort": [
Expand Down Expand Up @@ -614,6 +618,7 @@
"zeek.notice.msg",
"source.ip",
"destination.ip",
"zeek.cip.packet_correlation_id",
"event.id"
],
"sort": [],
Expand Down

0 comments on commit f5e37c5

Please sign in to comment.