Feniel / netattacks_v1

NETA v1.0 with implemented routing attack scenarios and countermeasures under aodv
GNU General Public License v3.0
0 stars 0 forks source link

A simulation analysis of black hole and selective forwarding attack in aovd using NS-3 #1

Open Carla-33 opened 2 years ago

Carla-33 commented 2 years ago

Hi I need the simulation of Blackhole and Selective forwarding attack module in ns3 using modified AODV and SAODV. Also, it must measure some of the matrices such as energy consumption, throughput, packet delivery ratio, end to end delay, precision, accuracy , recall and time overhead.

If you know any open source code to apply this, please let me know. I need to run this code and see the result between the AODV and SAODV.

Please help me.

Thank you

Feniel commented 2 years ago

Hello Carla, open source code explicitly for your case and for nes3 is not known to me. The attacks I used here were all self-structured and implemented based on the paper. The routing protocols are part of the INET framework (https://inet.omnetpp.org/), which is a framework to extend omnet++. If I understand your circumstances correctly for your case I can only imagine that it would be possible to use the AODV-UU implementation of INET and additionally fork the implementation and modified it according to the SAODV paper itself (10.1109/CIS.2009.244). Afterwards you could use NETA (https://omnetpp.org/download-items/NETA.html) to implement your attacks and then use the omnet++ functionalities to monitor the metrics. However, this would all be in omnet++.

Best regards Tim