Terminology Index

Glossary

2953 terms

Open concept maps
D
32

DNS over HTTPS (DoH)

A protocol that sends DNS queries encrypted inside HTTPS, hiding them from network observers. It improves user privacy but complicates defensive monitoring, since DNS lookups no longer appear in plain network traffic.

Traditionally DNS queries travel in plaintext, visible to anyone on the network. DoH encrypts them within HTTPS so they blend with ordinary web traffic, protecting privacy and resisting tampering. For defenders this is double-edged: it stops eavesdropping and manipulation, but it also blinds DNS-based monitoring and can let malware hide command-and-control or exfiltration inside encrypted DNS, so organizations must adapt their visibility strategy.

Introduced in: Networking Foundations

Examples

  • A browser sending DNS queries encrypted over HTTPS instead of plaintext.
  • Defenders losing visibility into DNS lookups that now ride inside HTTPS.
  • Malware using DoH to hide command-and-control resolution.