Skip to content

Commit bc57446

Browse files
committed
standardize ICS protocols in network.protocol field, so they all get tagged with 'ics' properly cisagov#541
1 parent bacfac2 commit bc57446

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

logstash/pipelines/enrichment/11_lookups.conf

+3-1
Original file line numberDiff line numberDiff line change
@@ -420,12 +420,14 @@ filter {
420420
("ethercat" in [network][protocol]) or
421421
("ge_srtp" in [network][protocol]) or
422422
("genisys" in [network][protocol]) or
423-
("cotp" in [network][protocol]) or
423+
("hart_ip" in [network][protocol]) or
424424
("opcua-binary" in [network][protocol]) or
425425
("modbus" in [network][protocol]) or
426426
("profinet" in [network][protocol]) or
427427
("profinet_dce_rpc" in [network][protocol]) or
428+
("profinet_io_cm" in [network][protocol]) or
428429
("s7comm" in [network][protocol]) or
430+
("s7comm-plus" in [network][protocol]) or
429431
("s7comm_plus" in [network][protocol]) or
430432
("synchrophasor" in [network][protocol])) {
431433
mutate { id => "mutate_add_tag_ics_from_network_protocol"

0 commit comments

Comments
 (0)