Part Number: CC2538
Other Parts Discussed in Thread: Z-STACK
Hello,
Replay attacks
A replay attack is a kind of key-based attack where the attacker records approved traffic on a network and replay it at a later time to cause malicious effects. These attacks are straight forward in case of ZigBee’s which do not implement a strong encryption or do not implement encryption for communication at all. Replay attack can be evaded with the use and implementation of freshness counter. With these counters implemented, every packet of data which gets transmitted is assigned a freshness number and the counter is thus incremented for every such packet of data, and these packets only get accepted only if their count is greater than that of the freshness counter’s measuring their count.
Is there any concept of freshness counter or similar in z-stack?
How these kind of attacks can be prevented in z-stack?