Developing a Valid DNS Response
Learn how to define a valid DNS response to a request packet.
We'll cover the following...
Creating application-layer responses to requests
In a server or honeypot, some response packets will stop at the TCP layer. For example, the TCP handshake’s SYN/ACK packet carries no data.
However, a server or honeypot likely needs to be able to generate legitimate responses to requests at the ...