How to get cyber attack models/blocks such as DOS attack, Man in the middle attack in Matlab/Simulink ?
조회 수: 31 (최근 30일)
이전 댓글 표시
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.
답변 (1개)
Jonas
2021년 8월 4일
편집: Jonas
2021년 8월 4일
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.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!