⚔️
DWSec Wiki
  • Welcome to the DWSec Notes
  • Windows Privilege Escalation
  • Active Directory
    • Fundamentals
      • Introduction
      • Protocols
      • Authentication
      • Glossary of terms
      • Objects
      • AD CS
    • Pentest Methodology
    • Insecure Logins
    • Bloodhound & ldapdomaindump
    • NTLMRelaying (445)
    • SMB Coercing (445)
    • Pre2k
    • DACL Abuse
    • Kerberoasting
    • Utility Tools
    • Powershell
  • Networking
    • Fundamentals
    • Pivoting, Tunneling and Portforwarding
    • DNS
    • Ligolo-ng
    • Toolbox
    • Protocols
      • 80/443 - HTTP/HTTPS
      • 389 - LDAP
      • 445 - SMB
  • Web
    • Active Enumeration
    • Passive Enumeration
  • ADPwn
  • Tools
    • Tools overview
Powered by GitBook
On this page
  • DNS resource records
  • Resources

Was this helpful?

  1. Networking

DNS

DNS resource records

Instructions/Information related to the authoritative DNS server.

A-Record

Corresponding IPv4 for the domain

AAAA-Record

Corresponding IPv6 for the domain

CNAME-Record

Redirects to another domain (no IP).

MX-Record

Reference to mail server for domain.

TXT-Record

Text notes can be included within an entry. Often relevant for email security.

NS-Record

Reference to nameserver for DNS record.

SOA-Record

Information about domain administrators.

SRV-Record

Specifies port for specific services.

PTR-Record

Provides a domain name in reverse lookups.

Resources

PreviousPivoting, Tunneling and PortforwardingNextLigolo-ng

Last updated 4 months ago

Was this helpful?

(19.09.2024)

https://www.cloudflare.com/de-de/learning/dns/dns-records/