I have seen in router configuration examples following null routes:
ip route 0.0.0.0 255.0.0.0 Null0 250
ip route 0.0.0.0 255.255.255.255 Null0 250
How should one understand such routes? First one blackholes all those packets which have destination IP address most-significant byte zero? This is a security measure as such network does not exist? And second static route blackholes all those packets which have destination IP address 0.0.0.0?