Skip to content

Commit

Permalink
standardize ICS protocols in network.protocol field, so they all get …
Browse files Browse the repository at this point in the history
…tagged with 'ics' properly cisagov#541
  • Loading branch information
mmguero committed Jan 9, 2025
1 parent 98d7d17 commit 3866959
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion logstash/pipelines/enrichment/11_lookups.conf
Original file line number Diff line number Diff line change
Expand Up @@ -420,12 +420,14 @@ filter {
("ethercat" in [network][protocol]) or
("ge_srtp" in [network][protocol]) or
("genisys" in [network][protocol]) or
("cotp" in [network][protocol]) or
("hart_ip" in [network][protocol]) or
("opcua-binary" in [network][protocol]) or
("modbus" in [network][protocol]) or
("profinet" in [network][protocol]) or
("profinet_dce_rpc" in [network][protocol]) or
("profinet_io_cm" in [network][protocol]) or
("s7comm" in [network][protocol]) or
("s7comm-plus" in [network][protocol]) or
("s7comm_plus" in [network][protocol]) or
("synchrophasor" in [network][protocol])) {
mutate { id => "mutate_add_tag_ics_from_network_protocol"
Expand Down

0 comments on commit 3866959

Please sign in to comment.