Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 615 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 615 Bytes

soaparse

PyPi package

Sane, modular DNS SOA record parsing implementations

The best-guess email addresses are parsed from the rname field:

  • Replacing with @:
    • the second from last . (email_parsed_last)
    • the first . (email_parsed_first)

Both likeliest email addresses are returned. It is then up to human inspection to decide which email is correct.

Trailing periods are stripped