cisagov / ICSNPP

Industrial Control Systems Network Protocol Parsers
BSD 3-Clause "New" or "Revised" License
153 stars 26 forks source link

Integrating IEC 104 parser to this repo #15

Open georgemakrakis opened 10 months ago

georgemakrakis commented 10 months ago

💡 Summary

I am currently developing a Zeek parser for IEC 104 using Spicy. It is my first attempt in the world of Zeek, and I am looking for your insight for a potential integration of this parser to the main ICSNPP repo (that was helpful for me during my development process).

Motivation and context

This would be useful because it can provide a parser for a protocol that is widely used by the electrical sector is some countries, complementing the DNP3 one that you already include.

Implementation notes

You can find the parser in the following repo along with the README of what has been achieved so far.