How to get cyber attack models/blocks such as DOS attack, Man in the middle attack in Matlab/Simulink ?
31 views (last 30 days)
Show older comments
I have designed a control algorithm in Matlab for an electrical system. Now I want to check the performance of my controller when the communication lines of the electrical system is under the influence of cyber attacks. For this purpose, I want to get the models / blocks of various cyber attacks such as Denial of service, Man in the middle, Replay attack, Jamming the channel, Integrity violation and Privacy violation. It would be really helpful if I get some information about this issue so that I can run the simulation as desired above.
Answers (1)
Jonas
on 4 Aug 2021
Edited: Jonas
on 4 Aug 2021
Hi
You may want to check the SimEvents package, it is designed to simulate communication and event structures. You can use it to simulate things like latency, packet loss, throughput etc. Although I do not think cyber attacks are available in this package, you can model it as packet loss, or sudden surge in throughput etc.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!