Industrial Control Systems (ICS) operate critical infrastructures such as power, manufacturing, transportation, and water, and must meet stringent availability and safety requirements. These constraints make it difficult to deploy heavy-weight instrum...
Industrial Control Systems (ICS) operate critical infrastructures such as power, manufacturing, transportation, and water, and must meet stringent availability and safety requirements. These constraints make it difficult to deploy heavy-weight instrumentation or frequent patching, so simple legacy binary protocols such as Modbus/TCP remain widely used. Automated protocol fuzzing is therefore an important technique for discovering ICS vulnerabilities, but existing approaches often depend on detailed protocol specifications, reduce to near-random mutation that easily breaks message format, or assume source-code access and rich coverage instrumentation that are rarely available in operational ICS. This thesis investigates whether a byte-level language model trained solely on network traffic can serve as a practical input generator for ICS protocol fuzzing. We treat Modbus/TCP as a “language” over byte sequences and train a RoBERTa-based Masked Language Model (MLM). Mask-and-restore generation is then used to produce test inputs, while mask positions, restoration order, sampling temperature, and post-hoc correction of length fields are exposed as simple tuning knobs. Multiple configurations of the proposed fuzzer are compared with existing fuzzers in terms of code coverage, execution efficiency, and request–response behavior. Experimental results show that the RoBERTa-based fuzzer attains code coverage comparable to or better than baseline fuzzers, and that its tuning knobs allow practitioners to balance execution speed, input validity, and diversity without relying on protocol specifications or feedback.