Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add module to inspect SMTP TLS-RPT policy #1624

Open
colin-stubbs opened this issue Aug 3, 2024 · 0 comments
Open

Add module to inspect SMTP TLS-RPT policy #1624

colin-stubbs opened this issue Aug 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@colin-stubbs
Copy link
Contributor

Description

Checks for and parses common TLS-RPT TXT records, e.g. _smtp._tls.target.domain

TLS-RPT policies may contain email addresses or URL's for reporting destinations, typically the email addresses are software processed inboxes or software ingest points, but they may also be to individual humans or team inboxes or refer to hostnames otherwise unknown.

Example records,

 _smtp._tls.example.com TXT "v=TLSRPTv1;rua=https://tlsrpt.azurewebsites.net/report"
 _smtp._tls.example.net TXT "v=TLSRPTv1; rua=mailto:[email protected];"

I have written a module to do this and will submit PR shortly.

@colin-stubbs colin-stubbs added the enhancement New feature or request label Aug 3, 2024
TheTechromancer added a commit that referenced this issue Nov 22, 2024
resolve #1624, add initial release of dnstlsrpt module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant