Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evotecit/domaindetective
Domain Detective is a C# library, Tool and PowerShell module in one project. It is designed to help you find interesting information about a domain name.
https://github.com/evotecit/domaindetective
caa dane dkim dmarc dnsbl domain spf
Last synced: about 2 months ago
JSON representation
Domain Detective is a C# library, Tool and PowerShell module in one project. It is designed to help you find interesting information about a domain name.
- Host: GitHub
- URL: https://github.com/evotecit/domaindetective
- Owner: EvotecIT
- Created: 2024-03-05T10:10:05.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-24T09:45:14.000Z (7 months ago)
- Last Synced: 2024-10-29T21:06:10.622Z (2 months ago)
- Topics: caa, dane, dkim, dmarc, dnsbl, domain, spf
- Language: C#
- Homepage:
- Size: 237 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.MD
Awesome Lists containing this project
README
Domain Detective is a C# library, Tool and PowerShell module in one project. It is designed to help you find interesting information about a domain name.
While there are plenty of tools on the internet that can do this, most of them are web based and require you to enter the domain name into a web form.
This is not ideal if you want to automate the process or if you are working with sensitive information.Current capatbilities include:
- [x] Verify SPF
- [x] Verify DMARC
- [x] Verify DKIM
- [x] Verify CAA
- [ ] Verify NS Records
- [ ] Verify SOA Records
- [ ] Verify MX Records
- [ ] Verify DNSSEC
- [x] Verify DANE/TLSA
- [ ] Verify STARTTLS
- [ ] Verify MTA-STS
- [ ] Verify SMTP TLS
- [ ] Verify Website Connectivity
- [ ] Verify HTTP/2
- [ ] Verify HTTP/3
- [ ] Verify Certificate
- [ ] Verify Response Time
- [ ] Verify Headers
- [ ] Verify HSTS
- [ ] Verify HPKP
- [ ] Verify SecurityTXT
- [ ] Verify Open Relay (SMTP)
- [ ] Verify Blacklist (DNSBL)
- [ ] Check propagation of DNS records across the world/country/company
- [ ] Other things that I haven't thought of yet## Alternatives
If you don't need to automate the process, or if you just want to quickly query for your domain name, you can use the following web based tools:- [MXToolbox](https://mxtoolbox.com/)
- [DNSChecker](https://dnschecker.org/)
- [DNSStuff](https://www.dnsstuff.com/)
- [Dmarcian](https://dmarcian.com/)
- [DMARC Analyzer](https://www.dmarcanalyzer.com/)
- [DKIM Validator](https://dkimvalidator.com/)
- [DKIM Core](https://www.dkimcore.org/tools/)