The SOA (Start of Authority) record contains key DNS parameters, including TTL (Time To Live). The components of an SOA record are in this order:
(domain) IN SOA (Primary Name Server) (Responsible party) (Serial) (Refresh) (Retry) (Expire) (Minimum TTL)
Given:
Rutgers.edu. SOA NS1.Rutgers.edu ipad.college.edu (200302028 3600 3600 604800 2400.)
Field breakdown:
Serial: 200302028
Refresh: 3600 seconds
Retry: 3600 seconds
Expire: 604800 seconds
Minimum TTL: 2400 seconds ← This is the TTL value
From CEH v13 Courseware:
Module 3: Scanning Networks
Topic: DNS Enumeration and Zone Transfers
Subsection: Understanding DNS Records
CEH v13 Study Guide states:
“In an SOA record, the last value is the Minimum TTL — the amount of time other DNS servers should cache resource records for the zone.”
Incorrect Options:
A: Serial number
B: Refresh interval
C: Expiry interval
E/F: Arbitrary, not part of the SOA shown
[Reference:CEH v13 Study Guide – Module 3: DNS Records and Zone TransfersRFC 1035 – Domain Names – Implementation and Specification, , ==================================================================, ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit