How to get cyber attack models/blocks such as DOS attack, Man in the middle attack in Matlab/Simulink ?

67 views (last 30 days)
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
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.
  1 Comment
Arijit
Arijit on 4 Aug 2021
Thank you Jonas for your quick and kind reply.
Thanks for informing about SimEvents package.I would surely explore that.
Can you inform about any package or any means in matlab to develop various cyber attack models?

Sign in to comment.

Products


Release

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!