SlideShare a Scribd company logo
1 of 21
SECURE ROUTING IN WIRELESS
SENSOR NETWORKS
ATTACKS AND COUNTERMEASURES
A.MUQEED
11011A0449
CONTENTS:
• Introduction
• Sensor Networks vs Ad-Hoc Networks
• Problem statement
• Attacks on sensor network routing
• Countermeasures
• Future Enhancements
• Conclusion
• References
Introduction
• Propose security goals for routing in wireless Sensor networks.
• Show how certain attacks against Ad-hoc networks and peer-to-peer
networks can be adapted into more powerful attacks against sensor
networks.
• Provide a list of attacks and their countermeasures.
• Sensor Network: Heterogeneous system consisting of tiny sensors and
actuators having some computing elements.
• When all the wireless sensor nodes are connected in a network, they form a
wireless sensor network.
• Hence, Wireless Sensor Networks are heterogeneous systems containing
many small devices called sensor nodes and actuators with general-purpose
computing elements.
• WSN’s facilitate monitoring and controlling of physical environments from
remote locations that could be difficult or dangerous to reach.
• Base Station:
– Point of centralized control
– Gateway to another network, powerful data processing unit, or point of
human interface
– More processing capability, memory & power
• Aggregation points: Node at which the messages are processed before
sending to base station.
Sensor N/w vs Ad-Hoc N/w
• Similarity: The dominant communication method in both is multi-hop
networking.
• Differences:
I. Ad-Hoc networks support routing between any pair of nodes, whereas
sensor networks support specialized communication pattern like Many-to-
one, One-to-many, Local communication.
II. Nodes in sensor networks are more resource constrained than Ad-Hoc
networks.
III. Higher level of trust relationship among sensor nodes. In-network
processing, aggregation, duplication elimination.
Problem Statement
• Before discussing about each attack on routing protocol and its
countermeasure a clear view about routing security problem is required.
• Network Assumptions:
-> Insecure radio links.
-> Malicious node collude to attack the system.
-> No tamper resistance on nodes.
-> Adversary can access all key material, data, and code stored on the
captured node.
• Trust Requirements:
-> Base stations are trustworthy.
-> Aggregation points not necessarily trustworthy.
• Threat Models : 2 types
-> Based on device capability
– Mote-class attacker  Access to few sensor nodes.
– Laptop-class attacker  Access to more powerful devices. Have more battery
power, better CPU, sensitive antenna, powerful radio Tx, etc.
-> Based on attacker type / attacker location
– Outside attacks  attacker external to the network.
– Inside attacks  Authorized node in the network is malicious/compromised.
• Security Goals
– Secure routing protocol should guarantee integrity, authenticity, availability
of messages in presence of adversaries.
– Secrecy of application data is must.
Attacks on sensor network routing
• By Spoofing, Altering, or Replaying
routing information:
-> Attacker can create loops, attract or
repel network traffic, generate false
message, partition network, induce delay,
etc.
• Selective forwarding:
-> Malicious node forwards only some
messages, drop others.
-> Attacker tries to be on the actual path
of data flow, if it’s a neighboring node,
then it causes collision on each forwarded
packet of interest in order to include itself
on data flow path.
• Sinkhole Attacks:
– Main Reason : Specialized communication
patterns supported by wsn; All packets
have same destination i.e. base station.
– Adversary tries to attract traffic from a
particular area to pass through a
compromised node, thereby creating
sinkhole with adversary at the center.
– A compromised node may be made to look
attractive to neighbors in some routing
algorithm
– Laptop class adversary provide a high
quality route to base station by
transmitting at high power which will cause
the neighboring nodes to forward packets
through the adversary.
• Sybil Attack:
-> Single node presents multiple identities to other
nodes.
-> Significantly affect fault-tolerance schemes like
distributed storage, multi-path routing, topology
maintenance.
-> Threat to geographical routing protocols.
• Wormholes:
-> Transfer of packets from sender to receiver occurs
through a low latency route formed by creation of
wormhole.
-> This poses a threat to routing protocols which rely
heavily on geographic locations and proximity.
-> Selective forwarding and sinkhole attacks can be
launched from wormhole.
• HELLO flood attack:
-> Some protocols require that nodes
broadcast ‘HELLO’ packets to advertise
themselves.
-> Laptop-class attacker can convince every
node that it is their neighbor by
transmitting at high power.
-> Target nodes attempts to reply, but the
adversary is out of range.
->This creates a state of confusion in the
network
Attack on LEACH protocol
• Low Energy Adaptive Clustering Hierarchy ("LEACH") is a TDMA-
based MAC protocol which is integrated with clustering in wireless sensor
networks (WSNs).
• The goal of LEACH is to lower the energy consumption required to create and
maintain clusters in order to improve the life time of a wireless sensor network.
• In LEACH nodes transmit to cluster heads, and the cluster heads aggregate and
compress the data and forward it to the base station(sink).
Attack:
• Since nodes choose a cluster-head based on received signal strength, an
adversary can disable the entire network by using HELLO flood attack.
• Every node will choose the adversary as its cluster head and the adversary now
can use selective forwarding attack to modify the node data.
• Simple countermeasure like changing the cluster-head for each round will easily
be compromised by Sybil attack.
Countermeasures
• Outsider attack and link layer security
-> Outside attackers can be reduced by link layer security and authentication using
a global shared key.
-> Sybil, Sinkhole, Selective forwarding attacks can be restricted as node doesn’t
accept identity of adversary and the adversary is prevented from joining
topology.
-> Ineffective against Insider attacks like wormhole, Hello flood attacks.
• Sybil attack
-> Every node shares a unique symmetric key with the base station.
-> Then two nodes generate pair-wise shared secret key between them (Needham
– Schroeder symmetric key exchange) for ‘Identity verification’
-> Limit the number of neighbors for a node  prevent adversary from
establishing shared keys with everyone.
• HELLO flood attack
-> Verification of bidirectionality of a link before taking meaningful action using Identity
verification protocol.
-> Nodes are connected to limited verified neighbors, so even with a high sensitive
adversary the compromise of nodes is not on a large segment of network.
• Wormhole and Sinkhole attacks
-> Very difficult to defend when two are used in combination as wormholes use out-of-
bound channels invisible to networks.
-> Whereas sinkholes are difficult to defend against protocols using advertising
information.
-> Good protocol design is required to avoid these attacks.
Eg: Geographic routing protocol can be used to avoid wormhole and sinkhole attacks as
it is a location based protocol.
>> Initiation is not from base station and the traffic is naturally routed towards physical
location of base station hence difficult to create a wormhole and sinkhole.
• Selective forwarding
-> Use Multipath Routing; messages routed over disjoint paths.
-> Messages routed on n disjoint paths protected against selective forwarding offer
probabilistic protection when over n nodes are compromised.
Future Enhancements
• This survey on attacks and countermeasures in wireless sensor network
routing protocols will help in better design of routing protocols at
development stage.
• If design of routing protocols satisfies the proposed security goals then
effective defending against adversaries will be achieved.
Conclusion
• Different security problems in sensor networks.
• Different types of attacks on the sensor networks from inside attackers
and outside attackers.
• Countermeasures to avoid the occurrence of these attacks.
• Hence, Protocols developed for routing in wireless sensor networks must
be designed with security features in view.
References:
1. Chris Karlof and David Wagner, Secure routing in wireless sensor networks:
Attacks and countermeasures, University of california, Berkeley, IEEE 2003.
2. K.Venkatraman, J.Vijay Daniel, G.Murugaboopathi, Various attacks in Wireless
Sensor network: Survey, VelTech group of institution, IJSCE, March 2013.
3. Aashima Singla, Ratika Sachdeva, Review on Security Issues and Attacks in
Wireless Sensor Networks, Department of CSE Sri Guru Granth Sahib World
University, IJARCSSE, April 2013.
4. J.Steffi Agino, Priyanka, S.Tephillah, A.M.Balamurugan, Attacks and
countermeasures in WSN, St. Joseph’s College of Engineering, Chennai, Tamil
Nadu, IPASJ, January 2014.
5. I. R. Uouceur, "The Sybil Attack:' in 1st lnternational Workshop on Peer-to-
Peer Systems (IPTPS '0202). March 2002.
THANKYOU

More Related Content

What's hot

Blackhole attack in Manet
Blackhole attack in ManetBlackhole attack in Manet
Blackhole attack in ManetProf Ansari
 
Security issues and attacks in wireless sensor networks
Security issues and attacks in wireless sensor networksSecurity issues and attacks in wireless sensor networks
Security issues and attacks in wireless sensor networksMd Waresul Islam
 
Ad hoc secuirty-vemula
Ad hoc secuirty-vemulaAd hoc secuirty-vemula
Ad hoc secuirty-vemulaRaju Vemula
 
Wireless_Sensor_security
Wireless_Sensor_securityWireless_Sensor_security
Wireless_Sensor_securityTosha Shah
 
Overview on security and privacy issues in wireless sensor networks-2014
Overview on security and privacy issues in  wireless sensor networks-2014Overview on security and privacy issues in  wireless sensor networks-2014
Overview on security and privacy issues in wireless sensor networks-2014Tarek Gaber
 
SHARED INFORMATION BASED SECURITY SOLUTION FOR MOBILE AD HOC NETWORKS
SHARED INFORMATION BASED SECURITY SOLUTION FOR MOBILE AD HOC NETWORKSSHARED INFORMATION BASED SECURITY SOLUTION FOR MOBILE AD HOC NETWORKS
SHARED INFORMATION BASED SECURITY SOLUTION FOR MOBILE AD HOC NETWORKSijwmn
 
Study of security attacks in manet
Study of security attacks in manetStudy of security attacks in manet
Study of security attacks in manetKunal Prajapati
 
Flooding attack manet
Flooding attack manetFlooding attack manet
Flooding attack manetMeena S Pandi
 
security in wireless sensor network
security in wireless sensor networksecurity in wireless sensor network
security in wireless sensor networkRABIA ASHRAFI
 
Black hole Attack Avoidance Protocol for wireless Ad-Hoc networks
Black hole Attack Avoidance Protocol for wireless Ad-Hoc networksBlack hole Attack Avoidance Protocol for wireless Ad-Hoc networks
Black hole Attack Avoidance Protocol for wireless Ad-Hoc networksijsrd.com
 
CISSP Week 21
CISSP Week 21CISSP Week 21
CISSP Week 21jemtallon
 
Wireless security presentation
Wireless security presentationWireless security presentation
Wireless security presentationMuhammad Zia
 
Attacks on mobile ad hoc networks
Attacks on mobile ad hoc networksAttacks on mobile ad hoc networks
Attacks on mobile ad hoc networksZdravko Danailov
 
Security in Wireless Sensor Network
Security in Wireless Sensor NetworkSecurity in Wireless Sensor Network
Security in Wireless Sensor Networkgaurav kumar
 
Wireless sensor network security issues
Wireless sensor network security issuesWireless sensor network security issues
Wireless sensor network security issuesMaha Saad
 

What's hot (19)

Blackhole attack in Manet
Blackhole attack in ManetBlackhole attack in Manet
Blackhole attack in Manet
 
Security issues and attacks in wireless sensor networks
Security issues and attacks in wireless sensor networksSecurity issues and attacks in wireless sensor networks
Security issues and attacks in wireless sensor networks
 
Ad hoc secuirty-vemula
Ad hoc secuirty-vemulaAd hoc secuirty-vemula
Ad hoc secuirty-vemula
 
Wireless_Sensor_security
Wireless_Sensor_securityWireless_Sensor_security
Wireless_Sensor_security
 
Overview on security and privacy issues in wireless sensor networks-2014
Overview on security and privacy issues in  wireless sensor networks-2014Overview on security and privacy issues in  wireless sensor networks-2014
Overview on security and privacy issues in wireless sensor networks-2014
 
SHARED INFORMATION BASED SECURITY SOLUTION FOR MOBILE AD HOC NETWORKS
SHARED INFORMATION BASED SECURITY SOLUTION FOR MOBILE AD HOC NETWORKSSHARED INFORMATION BASED SECURITY SOLUTION FOR MOBILE AD HOC NETWORKS
SHARED INFORMATION BASED SECURITY SOLUTION FOR MOBILE AD HOC NETWORKS
 
Study of security attacks in manet
Study of security attacks in manetStudy of security attacks in manet
Study of security attacks in manet
 
Flooding attack manet
Flooding attack manetFlooding attack manet
Flooding attack manet
 
security in wireless sensor network
security in wireless sensor networksecurity in wireless sensor network
security in wireless sensor network
 
Wireless Sensor Network
Wireless Sensor NetworkWireless Sensor Network
Wireless Sensor Network
 
Abdullah Mukhtar ppt
Abdullah Mukhtar pptAbdullah Mukhtar ppt
Abdullah Mukhtar ppt
 
Security issues
Security issuesSecurity issues
Security issues
 
Black hole Attack Avoidance Protocol for wireless Ad-Hoc networks
Black hole Attack Avoidance Protocol for wireless Ad-Hoc networksBlack hole Attack Avoidance Protocol for wireless Ad-Hoc networks
Black hole Attack Avoidance Protocol for wireless Ad-Hoc networks
 
CISSP Week 21
CISSP Week 21CISSP Week 21
CISSP Week 21
 
Wireless security presentation
Wireless security presentationWireless security presentation
Wireless security presentation
 
Attacks on mobile ad hoc networks
Attacks on mobile ad hoc networksAttacks on mobile ad hoc networks
Attacks on mobile ad hoc networks
 
D0961927
D0961927D0961927
D0961927
 
Security in Wireless Sensor Network
Security in Wireless Sensor NetworkSecurity in Wireless Sensor Network
Security in Wireless Sensor Network
 
Wireless sensor network security issues
Wireless sensor network security issuesWireless sensor network security issues
Wireless sensor network security issues
 

Viewers also liked

Random key material distribution in wireless sensor networks
Random key material distribution in wireless sensor networksRandom key material distribution in wireless sensor networks
Random key material distribution in wireless sensor networksVarsha Anandani
 
Secure routing in wsn-attacks and countermeasures
Secure routing in  wsn-attacks and countermeasuresSecure routing in  wsn-attacks and countermeasures
Secure routing in wsn-attacks and countermeasuresMuqeed Abdul
 
Lecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc networkLecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc networkChandra Meena
 
Internet of Things - Privacy and Security issues
Internet of Things - Privacy and Security issuesInternet of Things - Privacy and Security issues
Internet of Things - Privacy and Security issuesPierluigi Paganini
 

Viewers also liked (6)

[IJET-V1I3P2] Authors :Monali Madne, Prof.Manjusha Yeola
[IJET-V1I3P2] Authors :Monali Madne, Prof.Manjusha Yeola[IJET-V1I3P2] Authors :Monali Madne, Prof.Manjusha Yeola
[IJET-V1I3P2] Authors :Monali Madne, Prof.Manjusha Yeola
 
Random key material distribution in wireless sensor networks
Random key material distribution in wireless sensor networksRandom key material distribution in wireless sensor networks
Random key material distribution in wireless sensor networks
 
Secure routing in wsn-attacks and countermeasures
Secure routing in  wsn-attacks and countermeasuresSecure routing in  wsn-attacks and countermeasures
Secure routing in wsn-attacks and countermeasures
 
Lecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc networkLecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc network
 
Overview of IoT and Security issues
Overview of IoT and Security issuesOverview of IoT and Security issues
Overview of IoT and Security issues
 
Internet of Things - Privacy and Security issues
Internet of Things - Privacy and Security issuesInternet of Things - Privacy and Security issues
Internet of Things - Privacy and Security issues
 

Similar to 11011 a0449 secure routing wsn

eabcdefghiaasjsdfasdfasdfasdfasdfas1.ppt
eabcdefghiaasjsdfasdfasdfasdfasdfas1.ppteabcdefghiaasjsdfasdfasdfasdfasdfas1.ppt
eabcdefghiaasjsdfasdfasdfasdfasdfas1.pptraosg
 
Unit_4_Full_pdf.pdf.pdf
Unit_4_Full_pdf.pdf.pdfUnit_4_Full_pdf.pdf.pdf
Unit_4_Full_pdf.pdf.pdfMathavan N
 
Threats in wireless sensor networks
Threats in wireless sensor networksThreats in wireless sensor networks
Threats in wireless sensor networksPriya Kaushal
 
Wireless Sensor Network Security
Wireless Sensor Network  Security Wireless Sensor Network  Security
Wireless Sensor Network Security ghaidaa WN
 
Manet - The Art of Networking without a Network
Manet - The Art of Networking without a NetworkManet - The Art of Networking without a Network
Manet - The Art of Networking without a NetworkTarun Varshney
 
Security management in mobile ad hoc networks
Security management in mobile ad hoc networksSecurity management in mobile ad hoc networks
Security management in mobile ad hoc networksProf. Dr. Noman Islam
 
Security in wireless sensor network
Security in wireless sensor networkSecurity in wireless sensor network
Security in wireless sensor networkAdit Pathak
 
Security of ad hoc networks
Security of ad hoc networksSecurity of ad hoc networks
Security of ad hoc networksJayesh Rane
 
Attacks in MANET
Attacks in MANETAttacks in MANET
Attacks in MANETSunita Sahu
 
Security issues and solution in wireless sensor networks
Security issues and solution in wireless sensor networksSecurity issues and solution in wireless sensor networks
Security issues and solution in wireless sensor networksJahan Zeb Xebi
 
Unit 4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...
Unit  4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...Unit  4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...
Unit 4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...Darwin Nesakumar
 
VTU 8TH SEM INFORMATION AND NETWORK SECURITY SOLVED PAPERS
VTU 8TH SEM INFORMATION AND NETWORK SECURITY SOLVED PAPERSVTU 8TH SEM INFORMATION AND NETWORK SECURITY SOLVED PAPERS
VTU 8TH SEM INFORMATION AND NETWORK SECURITY SOLVED PAPERSvtunotesbysree
 
A Review on various Security Attacks in Mobile Adhoc Network
A Review on various Security Attacks in Mobile Adhoc NetworkA Review on various Security Attacks in Mobile Adhoc Network
A Review on various Security Attacks in Mobile Adhoc NetworkIRJET Journal
 
wireless sensor network security
wireless sensor network securitywireless sensor network security
wireless sensor network securityaibad ahmed
 
DTADA: Distributed Trusted Agent Based Detection Approach For Doline And Sen...
DTADA: Distributed Trusted Agent Based Detection Approach  For Doline And Sen...DTADA: Distributed Trusted Agent Based Detection Approach  For Doline And Sen...
DTADA: Distributed Trusted Agent Based Detection Approach For Doline And Sen...IOSR Journals
 
Injection of Attacks in MANETs
Injection of Attacks in MANETsInjection of Attacks in MANETs
Injection of Attacks in MANETsIOSR Journals
 

Similar to 11011 a0449 secure routing wsn (20)

eabcdefghiaasjsdfasdfasdfasdfasdfas1.ppt
eabcdefghiaasjsdfasdfasdfasdfasdfas1.ppteabcdefghiaasjsdfasdfasdfasdfasdfas1.ppt
eabcdefghiaasjsdfasdfasdfasdfasdfas1.ppt
 
Mobile slide
Mobile slideMobile slide
Mobile slide
 
Unit_4_Full_pdf.pdf.pdf
Unit_4_Full_pdf.pdf.pdfUnit_4_Full_pdf.pdf.pdf
Unit_4_Full_pdf.pdf.pdf
 
Threats in wireless sensor networks
Threats in wireless sensor networksThreats in wireless sensor networks
Threats in wireless sensor networks
 
Wireless Sensor Network Security
Wireless Sensor Network  Security Wireless Sensor Network  Security
Wireless Sensor Network Security
 
Manet - The Art of Networking without a Network
Manet - The Art of Networking without a NetworkManet - The Art of Networking without a Network
Manet - The Art of Networking without a Network
 
Security management in mobile ad hoc networks
Security management in mobile ad hoc networksSecurity management in mobile ad hoc networks
Security management in mobile ad hoc networks
 
Security in wireless sensor network
Security in wireless sensor networkSecurity in wireless sensor network
Security in wireless sensor network
 
Security of ad hoc networks
Security of ad hoc networksSecurity of ad hoc networks
Security of ad hoc networks
 
Paper1
Paper1Paper1
Paper1
 
Attacks in MANET
Attacks in MANETAttacks in MANET
Attacks in MANET
 
Security issues and solution in wireless sensor networks
Security issues and solution in wireless sensor networksSecurity issues and solution in wireless sensor networks
Security issues and solution in wireless sensor networks
 
Unit 4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...
Unit  4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...Unit  4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...
Unit 4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...
 
VTU 8TH SEM INFORMATION AND NETWORK SECURITY SOLVED PAPERS
VTU 8TH SEM INFORMATION AND NETWORK SECURITY SOLVED PAPERSVTU 8TH SEM INFORMATION AND NETWORK SECURITY SOLVED PAPERS
VTU 8TH SEM INFORMATION AND NETWORK SECURITY SOLVED PAPERS
 
A Review on various Security Attacks in Mobile Adhoc Network
A Review on various Security Attacks in Mobile Adhoc NetworkA Review on various Security Attacks in Mobile Adhoc Network
A Review on various Security Attacks in Mobile Adhoc Network
 
wireless sensor network security
wireless sensor network securitywireless sensor network security
wireless sensor network security
 
Ioe module 4
Ioe module 4Ioe module 4
Ioe module 4
 
DTADA: Distributed Trusted Agent Based Detection Approach For Doline And Sen...
DTADA: Distributed Trusted Agent Based Detection Approach  For Doline And Sen...DTADA: Distributed Trusted Agent Based Detection Approach  For Doline And Sen...
DTADA: Distributed Trusted Agent Based Detection Approach For Doline And Sen...
 
E0432933
E0432933E0432933
E0432933
 
Injection of Attacks in MANETs
Injection of Attacks in MANETsInjection of Attacks in MANETs
Injection of Attacks in MANETs
 

11011 a0449 secure routing wsn

  • 1. SECURE ROUTING IN WIRELESS SENSOR NETWORKS ATTACKS AND COUNTERMEASURES A.MUQEED 11011A0449
  • 2. CONTENTS: • Introduction • Sensor Networks vs Ad-Hoc Networks • Problem statement • Attacks on sensor network routing • Countermeasures • Future Enhancements • Conclusion • References
  • 3. Introduction • Propose security goals for routing in wireless Sensor networks. • Show how certain attacks against Ad-hoc networks and peer-to-peer networks can be adapted into more powerful attacks against sensor networks. • Provide a list of attacks and their countermeasures.
  • 4. • Sensor Network: Heterogeneous system consisting of tiny sensors and actuators having some computing elements. • When all the wireless sensor nodes are connected in a network, they form a wireless sensor network. • Hence, Wireless Sensor Networks are heterogeneous systems containing many small devices called sensor nodes and actuators with general-purpose computing elements. • WSN’s facilitate monitoring and controlling of physical environments from remote locations that could be difficult or dangerous to reach.
  • 5. • Base Station: – Point of centralized control – Gateway to another network, powerful data processing unit, or point of human interface – More processing capability, memory & power • Aggregation points: Node at which the messages are processed before sending to base station.
  • 6. Sensor N/w vs Ad-Hoc N/w • Similarity: The dominant communication method in both is multi-hop networking. • Differences: I. Ad-Hoc networks support routing between any pair of nodes, whereas sensor networks support specialized communication pattern like Many-to- one, One-to-many, Local communication. II. Nodes in sensor networks are more resource constrained than Ad-Hoc networks. III. Higher level of trust relationship among sensor nodes. In-network processing, aggregation, duplication elimination.
  • 7.
  • 8. Problem Statement • Before discussing about each attack on routing protocol and its countermeasure a clear view about routing security problem is required. • Network Assumptions: -> Insecure radio links. -> Malicious node collude to attack the system. -> No tamper resistance on nodes. -> Adversary can access all key material, data, and code stored on the captured node. • Trust Requirements: -> Base stations are trustworthy. -> Aggregation points not necessarily trustworthy.
  • 9. • Threat Models : 2 types -> Based on device capability – Mote-class attacker  Access to few sensor nodes. – Laptop-class attacker  Access to more powerful devices. Have more battery power, better CPU, sensitive antenna, powerful radio Tx, etc. -> Based on attacker type / attacker location – Outside attacks  attacker external to the network. – Inside attacks  Authorized node in the network is malicious/compromised. • Security Goals – Secure routing protocol should guarantee integrity, authenticity, availability of messages in presence of adversaries. – Secrecy of application data is must.
  • 10. Attacks on sensor network routing • By Spoofing, Altering, or Replaying routing information: -> Attacker can create loops, attract or repel network traffic, generate false message, partition network, induce delay, etc. • Selective forwarding: -> Malicious node forwards only some messages, drop others. -> Attacker tries to be on the actual path of data flow, if it’s a neighboring node, then it causes collision on each forwarded packet of interest in order to include itself on data flow path.
  • 11. • Sinkhole Attacks: – Main Reason : Specialized communication patterns supported by wsn; All packets have same destination i.e. base station. – Adversary tries to attract traffic from a particular area to pass through a compromised node, thereby creating sinkhole with adversary at the center. – A compromised node may be made to look attractive to neighbors in some routing algorithm – Laptop class adversary provide a high quality route to base station by transmitting at high power which will cause the neighboring nodes to forward packets through the adversary.
  • 12. • Sybil Attack: -> Single node presents multiple identities to other nodes. -> Significantly affect fault-tolerance schemes like distributed storage, multi-path routing, topology maintenance. -> Threat to geographical routing protocols. • Wormholes: -> Transfer of packets from sender to receiver occurs through a low latency route formed by creation of wormhole. -> This poses a threat to routing protocols which rely heavily on geographic locations and proximity. -> Selective forwarding and sinkhole attacks can be launched from wormhole.
  • 13. • HELLO flood attack: -> Some protocols require that nodes broadcast ‘HELLO’ packets to advertise themselves. -> Laptop-class attacker can convince every node that it is their neighbor by transmitting at high power. -> Target nodes attempts to reply, but the adversary is out of range. ->This creates a state of confusion in the network
  • 14. Attack on LEACH protocol • Low Energy Adaptive Clustering Hierarchy ("LEACH") is a TDMA- based MAC protocol which is integrated with clustering in wireless sensor networks (WSNs). • The goal of LEACH is to lower the energy consumption required to create and maintain clusters in order to improve the life time of a wireless sensor network. • In LEACH nodes transmit to cluster heads, and the cluster heads aggregate and compress the data and forward it to the base station(sink). Attack: • Since nodes choose a cluster-head based on received signal strength, an adversary can disable the entire network by using HELLO flood attack. • Every node will choose the adversary as its cluster head and the adversary now can use selective forwarding attack to modify the node data. • Simple countermeasure like changing the cluster-head for each round will easily be compromised by Sybil attack.
  • 15. Countermeasures • Outsider attack and link layer security -> Outside attackers can be reduced by link layer security and authentication using a global shared key. -> Sybil, Sinkhole, Selective forwarding attacks can be restricted as node doesn’t accept identity of adversary and the adversary is prevented from joining topology. -> Ineffective against Insider attacks like wormhole, Hello flood attacks. • Sybil attack -> Every node shares a unique symmetric key with the base station. -> Then two nodes generate pair-wise shared secret key between them (Needham – Schroeder symmetric key exchange) for ‘Identity verification’ -> Limit the number of neighbors for a node  prevent adversary from establishing shared keys with everyone.
  • 16. • HELLO flood attack -> Verification of bidirectionality of a link before taking meaningful action using Identity verification protocol. -> Nodes are connected to limited verified neighbors, so even with a high sensitive adversary the compromise of nodes is not on a large segment of network. • Wormhole and Sinkhole attacks -> Very difficult to defend when two are used in combination as wormholes use out-of- bound channels invisible to networks. -> Whereas sinkholes are difficult to defend against protocols using advertising information. -> Good protocol design is required to avoid these attacks. Eg: Geographic routing protocol can be used to avoid wormhole and sinkhole attacks as it is a location based protocol. >> Initiation is not from base station and the traffic is naturally routed towards physical location of base station hence difficult to create a wormhole and sinkhole.
  • 17. • Selective forwarding -> Use Multipath Routing; messages routed over disjoint paths. -> Messages routed on n disjoint paths protected against selective forwarding offer probabilistic protection when over n nodes are compromised.
  • 18. Future Enhancements • This survey on attacks and countermeasures in wireless sensor network routing protocols will help in better design of routing protocols at development stage. • If design of routing protocols satisfies the proposed security goals then effective defending against adversaries will be achieved.
  • 19. Conclusion • Different security problems in sensor networks. • Different types of attacks on the sensor networks from inside attackers and outside attackers. • Countermeasures to avoid the occurrence of these attacks. • Hence, Protocols developed for routing in wireless sensor networks must be designed with security features in view.
  • 20. References: 1. Chris Karlof and David Wagner, Secure routing in wireless sensor networks: Attacks and countermeasures, University of california, Berkeley, IEEE 2003. 2. K.Venkatraman, J.Vijay Daniel, G.Murugaboopathi, Various attacks in Wireless Sensor network: Survey, VelTech group of institution, IJSCE, March 2013. 3. Aashima Singla, Ratika Sachdeva, Review on Security Issues and Attacks in Wireless Sensor Networks, Department of CSE Sri Guru Granth Sahib World University, IJARCSSE, April 2013. 4. J.Steffi Agino, Priyanka, S.Tephillah, A.M.Balamurugan, Attacks and countermeasures in WSN, St. Joseph’s College of Engineering, Chennai, Tamil Nadu, IPASJ, January 2014. 5. I. R. Uouceur, "The Sybil Attack:' in 1st lnternational Workshop on Peer-to- Peer Systems (IPTPS '0202). March 2002.