FariE AHmAd
FariE AHmAd

Reputation: 19

which tools we use for implementing Sybil attack simulation in VANEt

I want to know which and how many simulation tools we need to implement a Sybil attack in VANET. I read some where SUMO alone is enough but most of people recommend to use combination of SUMO, Omnet++ and Veins. What will be the instructions and data flow here?

Upvotes: 1

Views: 257

Answers (2)

Waldstein
Waldstein

Reputation: 1

NetSim could be an option to explore for simulating VANET attacks. See the section on attacks in VANETs in https://tetcos.com/machine-learning-netsim.html - it explains using an ML based classifier to detect sybil attacks in VANETs.

You could also run NetSim in conjunction with SUMO. In that case SUMO would handle the road traffic simulation while NetSim would manage the wireless communication network simulation.

Upvotes: 0

Pasha M.
Pasha M.

Reputation: 340

In Sybil attack, an intruder tries to acquire a number of legible nodeIds, which appear and function as a set of distinct nodes.

Sumo alone may not suffice for the purpose of simulating Sybil attack as it can only generate node movements. The properties of the nodes can be customised using veins that's available as a project in omnet++ framework.

Try learning by following the steps given on veins.car2x.org about using veins. TraciDemo11p is a sample application available inside veins project.

Happy learning

Upvotes: 0

Related Questions