DNS Infrastructure
June 30, 2023
A blog to document my cybersecurity journey
June 30, 2023
June 25, 2023
June 20, 2023
The Mitnick attack is also a TCP session hijacking attack, but it is not like your regular TCP session highjack.
While the regular TCP session highjack involves highjacking a TCP session that already exists between two hosts i.e. host A
and host B
, the Mitnick attack is responsible for creating a TCP session between two hosts i.e. host A
and host B
and then highjacks the session.
June 16, 2023
June 13, 2023
An ICMP redirect is an error message sent by a router to the sender of an IP packet. The purpose of this error message is to inform the sender of the IP packet that there is a better route it can use to reach its destination. While this is a neat feature, attackers can take advantage of this feature to redirect a machine’s network traffic to a rouge router and sniff such traffic.
June 10, 2023
When a computer wants to send data within a network (not across i.e. via a router), it usually makes use of the NIC MAC address to send such data.
Every computer keeps a record of IP-to-MAC-address mapping. This is called the ARP cache
. It is through the help of the ARP cache that the computer knows which NIC to send data meant for a particular IP address. A computer populates (stores an entry) its ARP cache when it receives an arp request.