
Engineer's DNS Intelligence Report
The following DNS record TTLs deviate from recommended values. Incorrect TTLs can cause caching issues, slow propagation, or unnecessary DNS traffic.
| Record Type | Observed TTL | Typical TTL | Severity | Context |
|---|---|---|---|---|
| NS | 6 hours (21600s) |
1 day (86400s) |
medium | NS TTL is below — observed 6 hours (21600s), typical value is 1 day (86400s). Consider setting to 86400 seconds per NIST SP 800-53 SI-18 relevance guidance. |
| MX | 6 hours (21600s) |
1 hour (3600s) |
high | MX TTL is above — observed 6 hours (21600s), typical value is 1 hour (3600s). Consider setting to 3600 seconds per NIST SP 800-53 SI-18 relevance guidance. |
| TXT | 5 minutes (300s) |
1 hour (3600s) |
high | TXT TTL is below — observed 5 minutes (300s), typical value is 1 hour (3600s). Consider setting to 3600 seconds per NIST SP 800-53 SI-18 relevance guidance. |
Big Picture Questions
- How often do you actually change this record? If it hasn’t changed in months, a short TTL is generating unnecessary DNS queries without any benefit.
- Are you preparing for a migration or IP change? Short TTLs make sense temporarily — but should be raised back to 1 hour (3600s) once the change is complete.
- Every DNS lookup adds 20–150ms of latency. With a 60s TTL, returning visitors trigger a fresh lookup every minute. With 3600s, they get cached responses for an hour — faster page loads, no extra infrastructure needed.
- Google runs A records at ~30s because they operate a global anycast network and need to steer traffic dynamically. For a typical website without that infrastructure, copying those TTLs increases query volume with zero upside.
| Parameter | Current | Suggested | Severity | Rationale |
|---|---|---|---|---|
| timeout_seconds | 5s |
8s |
low | Average scan duration is 33.4s, suggesting DNS responses are slow for this domain. Increasing timeout from 5s to 8s prevents premature resolution failures. RFC 8767 |
Your DMARC policy is set to quarantine. Upgrade to p=reject for maximum protection — reject instructs receivers to discard spoofed mail entirely rather than quarantining it.
| Field | Value |
|---|---|
| Type | TXT |
| Host | _dmarc.maltejk.de (update existing DMARC record) |
| Value | v=DMARC1; p=reject; rua=mailto:dmarc-reports@maltejk.de |
Your domain has DNSSEC + DANE — the strongest email transport security available. TLS-RPT (TLS Reporting) sends you reports about TLS connection failures when other servers try to deliver mail to your domain.
| Field | Value |
|---|---|
| Type | TXT |
| Host | _smtp._tls.maltejk.de (SMTP TLS reporting record) |
| Value | v=TLSRPTv1; rua=mailto:tls-reports@maltejk.de |
MTA-STS enforces TLS encryption for inbound mail delivery, preventing downgrade attacks on your mail transport.
| Field | Value |
|---|---|
| Type | TXT |
| Host | _mta-sts.maltejk.de (MTA-STS policy record) |
| Value | v=STSv1; id=maltejk.de |
Email Security Methodology Can this domain be impersonated by email? Unlikely SPF and DMARC quarantine policy enforced
SPF Record RFC 7208 §4 Verified
SPF valid with industry-standard soft fail (~all), 1/10 lookups
DMARC Policy RFC 7489 §6.3 Verified
DMARC policy quarantine (100%) - good protection
pct= with t= (testing flag), add np= (non-existent subdomain policy), and mandate DNS tree walk for policy discovery instead of the Public Suffix List.DKIM Records RFC 6376 §3.6 Verified
DKIM not discoverable via common selectors (large providers use rotating selectors)
l= tag body length vulnerability (attacker appends unsigned content to signed mail),
weak key exploitation (keys below 1024-bit are cryptographically breakable per RFC 6376 §3.3.3),
DKIM replay attacks (re-sending legitimately signed messages at scale)
MTA-STS RFC 8461 §3 Verified
No MTA-STS record found
MTA-STS policy enforcement is evaluated in Mail Transport Security below.
TLS-RPT RFC 8460 §3 Verified
No TLS-RPT record found
DANE / TLSA Verified Recon Methodology Can mail servers establish identity without a public CA? Yes
DANE configured — TLSA records found for all 3 MX hosts
| MX Host | Usage | Selector | Match | Certificate Data |
|---|---|---|---|---|
mxext1.mailbox.org |
3 DANE-EE (Domain-issued certificate) | Public key only (SubjectPublicKeyInfo) | SHA-256 | 4758af6f02dfb5dc8795fa402e77a8a0486af5e85d2ca60c294476aadc40b220 |
mxext1.mailbox.org |
3 DANE-EE (Domain-issued certificate) | Public key only (SubjectPublicKeyInfo) | SHA-256 | e41cc7633029afdba53744d7e5fc31ef507e592de9dfb33557bf3b9a79239446 |
mxext1.mailbox.org |
3 DANE-EE (Domain-issued certificate) | Public key only (SubjectPublicKeyInfo) | SHA-256 | 996ad31d65e03f038b8ec950f6f26611529da03e3a283e4400cba2edd04b8a88 |
mxext2.mailbox.org |
3 DANE-EE (Domain-issued certificate) | Public key only (SubjectPublicKeyInfo) | SHA-256 | 996ad31d65e03f038b8ec950f6f26611529da03e3a283e4400cba2edd04b8a88 |
mxext2.mailbox.org |
3 DANE-EE (Domain-issued certificate) | Public key only (SubjectPublicKeyInfo) | SHA-256 | e41cc7633029afdba53744d7e5fc31ef507e592de9dfb33557bf3b9a79239446 |
mxext2.mailbox.org |
3 DANE-EE (Domain-issued certificate) | Public key only (SubjectPublicKeyInfo) | SHA-256 | 4758af6f02dfb5dc8795fa402e77a8a0486af5e85d2ca60c294476aadc40b220 |
mxext3.mailbox.org |
3 DANE-EE (Domain-issued certificate) | Public key only (SubjectPublicKeyInfo) | SHA-256 | 996ad31d65e03f038b8ec950f6f26611529da03e3a283e4400cba2edd04b8a88 |
mxext3.mailbox.org |
3 DANE-EE (Domain-issued certificate) | Public key only (SubjectPublicKeyInfo) | SHA-256 | 4758af6f02dfb5dc8795fa402e77a8a0486af5e85d2ca60c294476aadc40b220 |
mxext3.mailbox.org |
3 DANE-EE (Domain-issued certificate) | Public key only (SubjectPublicKeyInfo) | SHA-256 | e41cc7633029afdba53744d7e5fc31ef507e592de9dfb33557bf3b9a79239446 |
Two mechanisms protect email in transit. DANE is the primary standard; MTA-STS is the alternative for domains that cannot deploy DNSSEC:
- DNSSEC + DANE (RFC 7672) — Cryptographic chain of trust from DNS root to mail server certificate. Eliminates reliance on certificate authorities. No trust-on-first-use weakness. Requires DNSSEC.
- MTA-STS (RFC 8461) — HTTPS-based policy requiring TLS for mail delivery. Works without DNSSEC but relies on CA trust and is vulnerable on first use (§10). Created for domains where “deploying DNSSEC is undesirable or impractical” (§2).
Industry trend: Microsoft Exchange Online enforces inbound DANE with DNSSEC (GA October 2024), and providers like Proton Mail and Fastmail also support DANE. Google Workspace does not support DANE and relies on MTA-STS. Both mechanisms coexist because DANE is backward-compatible — senders skip the check if the domain isn't DNSSEC-signed (RFC 7672 §1.3).
Brand Security Can this brand be convincingly faked? Likely DMARC quarantine flags but does not reject spoofed mail (RFC 7489 §6.3), and no BIMI brand verification — lookalike domains display identically in inboxes; CAA restricts certificate issuance (RFC 8659 §4) but visual brand faking remains open
BIMI BIMI Spec Verified Warning
No BIMI record found
CAA RFC 8659 §4 Verified Success
CAA configured - only ssl.com, DigiCert, Let's Encrypt, cansignhttpexchanges=yes, Sectigo can issue certificates (wildcard issuance: Sectigo, DigiCert, Let's Encrypt, cansignhttpexchanges=yes, ssl.com per RFC 8659 §4.3)
Vulnerability Disclosure Policy (security.txt) Is there a verified way to report security issues? Partial RFC 9116
security.txt found but missing required fields
Contact
Missing (required by RFC 9116 §2.5.3)Expires
Missing (required by RFC 9116 §2.5.5)AI Surface Scanner Beta Is this domain discoverable by AI — and protected from abuse? Yes
AI governance signals observed
llms.txt llmstxt.org
AI Crawler Governance (robots.txt) RFC 9309 IETF Draft
Content-Usage Directive IETF Draft
Content-Usage: directive for robots.txt that lets site owners declare whether their content may be used for AI training and inference. This is an active draft, not yet a ratified standard.
Content-Usage: ai=no to robots.txt to deny AI training, or Content-Usage: ai=allow to explicitly permit it.
Without this directive, AI crawler behavior depends on individual crawler policies and User-agent rules.
AI Recommendation Poisoning
Hidden Prompt Artifacts
Evidence Log (3 items)
| Type | Detail | Severity | Confidence |
|---|---|---|---|
llms_txt_found |
llms.txt file found providing structured LLM context | info | Observed |
llms_full_txt_found |
llms-full.txt also found (extended LLM context) | info | Observed |
robots_txt_no_ai_blocks |
robots.txt found but no AI-specific blocking directives | low | Observed |
Public Exposure Checks Are sensitive files or secrets exposed? No
No exposed secrets detected in public page source — same-origin, non-intrusive scan of publicly visible page source and scripts.
What type of scan is this?
This is OSINT (Open Source Intelligence) collection — we check the same publicly accessible URLs that any web browser could visit. No authentication is bypassed, no ports are probed, no vulnerabilities are exploited.
Is this a PCI compliance scan? No. PCI DSS requires scans performed by an Approved Scanning Vendor (ASV) certified by the PCI Security Standards Council. DNS Tool is not an ASV. If you need PCI compliance scanning, engage a certified ASV such as Qualys, Tenable, or Trustwave.
Is this a penetration test? No. Penetration testing involves active exploitation attempts against systems with authorization. Our checks are passive observation of publicly accessible resources — the same methodology used by Shodan, Mozilla Observatory, and other OSINT platforms.
DNS Server Security Hardened
No DNS server misconfigurations found on rick.ns.cloudflare.com — Nmap NSE probes for zone transfer (AXFR), open recursion (RFC 5358), nameserver identity disclosure, and DNS cache snooping.
| Check | Result | Detail |
|---|---|---|
| Zone Transfer (AXFR) | Denied | Zone transfer denied (correct configuration) |
| Open Recursion | Disabled | Recursion disabled (correct configuration) |
| Nameserver Identity | Hidden | No nameserver identity information disclosed |
| Cache Snooping | Protected | Cache snooping not possible (correct configuration) |
Tested nameservers: rick.ns.cloudflare.com, arya.ns.cloudflare.com
Mail Transport Security Beta Is mail transport encrypted and verified? Yes DANE/TLSA provides cryptographic transport verification
All 3 server(s) verified: encrypted transport confirmed via direct SMTP probe and DNS policy
Policy Assessment Primary
- DANE/TLSA records published — mail servers pin TLS certificates via DNSSEC (RFC 7672)
Telemetry
Live Probe Supplementary
| MX Host | STARTTLS | TLS Version | Cipher | Certificate |
|---|---|---|---|---|
mxext3.mailbox.org |
TLSv1.3 | TLS_AES_256_GCM_SHA384 | Invalid | |
mxext2.mailbox.org |
TLSv1.3 | TLS_AES_256_GCM_SHA384 | Invalid | |
mxext1.mailbox.org |
TLSv1.3 | TLS_AES_256_GCM_SHA384 |
Valid
Expires: 2026-06-10 (106 days) Issuer: DigiCert Inc |
Infrastructure Intelligence Who hosts this domain and what services power it? Direct
ASN / Network Success
Resolved 1 unique ASN(s) across 4 IP address(es)
| ASN | Name | Country |
|---|---|---|
AS13335 |
Cloudflare, Inc. | US |
172.67.184.245 → AS13335 (172.67.176.0/20)104.21.19.39 → AS13335 (104.21.0.0/19)2606:4700:3036::ac43:b8f5 → AS13335 (2606:4700:3036::/48)2606:4700:3031::6815:1327 → AS13335 (2606:4700:3031::/48)Edge / CDN Success
Domain appears to use direct origin hosting
SaaS TXT Footprint Success 2 services
2 SaaS services detected via DNS TXT verification records
Detects SaaS services that leave DNS TXT verification records (e.g., domain ownership proofs). Does not detect all SaaS platforms — only those indicated by DNS.
| Service | Verification Record |
|---|---|
| Google Workspace | google-site-verification=pBCG0df_kCEs4ziyS0OCxH3cEF34AuSAPbOoukLgT8E |
| Microsoft 365 | MS=ms24014811 |
Domain Security Methodology Can DNS responses be tampered with in transit? No DNSSEC signed and validated, cryptographic chain of trust verified
DNSSEC RFC 4033 §2 Verified Signed ECDSA P-256/SHA-256 Modern
DNSSEC fully configured and validated — AD (Authenticated Data) flag set by resolver 8.8.8.8 confirming cryptographic chain of trust from root to zone (RFC 4035 §3.2.3)
NS Delegation Verified
2 nameserver(s) configured
HTTPS / SVCB Records RFC 9460 Success HTTPS HTTP/3 ECH
HTTPS records found, HTTP/3 supported, ECH (Encrypted Client Hello) enabled
| Priority | Target | ALPN | ECH | Raw |
|---|---|---|---|---|
| 1 | . |
h3, h2 | Yes | maltejk.de. 300 IN HTTPS 1 . alpn="h3,h2" ipv4hint="104.21.19.39,172.67.184.245" ech="AEX+DQBBDwAgACAN0lkTTE3J1oIh4zj+5G9eliParj434VJ6V369QmagOAAEAAEAAQASY2xvdWRmbGFyZS1lY2guY29tAAA=" ipv6hint="2606:4700:3031::6815:1327,2606:4700:3036::ac43:b8f5" |
CDS / CDNSKEY (DNSSEC Automation) RFC 7344 Success CDS CDNSKEY
Full RFC 8078 automated DNSSEC key rollover signaling detected (CDS + CDNSKEY)
| Key Tag | Algorithm | Digest Type | Digest |
|---|---|---|---|
2371 |
ECDSAP256SHA256 | 2 | |
| Flags | Protocol | Algorithm | Public Key |
|---|---|---|---|
257 |
3 | ECDSAP256SHA256 | |
Traffic & Routing Where does this domain's traffic actually terminate?
AIPv4 Address
AAAAIPv6 Address
MXMail Servers
SRVServices
Subdomain Discovery RFC 6962 Recon LIVE What subdomains and infrastructure are exposed in certificate logs? 3 subdomains discovered
How did we find these?| Subdomain | Source | Status | Provider / CNAME | Certificates | First Seen | Issuer(s) |
|---|---|---|---|---|---|---|
cloud.maltejk.de
|
DNS | Current | — | 6 | 2025-12-25 | Sectigo Limited, Google Trust Services |
tempus.maltejk.de
|
CT Log | Current |
kaffenberger.kimai.cloud
|
4 | 2026-02-06T02:57:14 | Let's Encrypt |
www.maltejk.de
|
CT Log | Current | — | 6 | 2026-02-18T04:29:58 | Google Trust Services |
DNS Evidence Diff Side-by-side comparison
172.67.184.245
172.67.184.245
104.21.19.39
104.21.19.39
2606:4700:3036::ac43:b8f5
2606:4700:3031::6815:1327
2606:4700:3031::6815:1327
2606:4700:3036::ac43:b8f5
0 issuewild "comodoca.com"
0 issue "comodoca.com"
0 issuewild "pki.goog; cansignhttpexchanges=yes"
0 issue "digicert.com; cansignhttpexchanges=yes"
0 issuewild "digicert.com; cansignhttpexchanges=yes"
0 issue "letsencrypt.org"
0 issue "letsencrypt.org"
0 issue "pki.goog; cansignhttpexchanges=yes"
0 issuewild "letsencrypt.org"
0 issue "ssl.com"
0 issue "pki.goog; cansignhttpexchanges=yes"
0 issuewild "comodoca.com"
0 issue "comodoca.com"
0 issuewild "digicert.com; cansignhttpexchanges=yes"
0 issue "ssl.com"
0 issuewild "letsencrypt.org"
0 issue "digicert.com; cansignhttpexchanges=yes"
0 issuewild "pki.goog; cansignhttpexchanges=yes"
0 issuewild "ssl.com"
0 issuewild "ssl.com"
v=DMARC1; p=quarantine; adkim=s; aspf=s; pct=100; rf=iodef; ri=3600; sp=none; rua=mailto:dmarc-aggregate@maltejk.de; ruf=mailto:dmarc-forensic@maltejk.de
v=DMARC1; p=quarantine; adkim=s; aspf=s; pct=100; rf=iodef; ri=3600; sp=none; rua=mailto:dmarc-aggregate@maltejk.de; ruf=mailto:dmarc-forensic@maltejk.de
20 mxext3.mailbox.org.
10 mxext1.mailbox.org.
10 mxext2.mailbox.org.
10 mxext2.mailbox.org.
10 mxext1.mailbox.org.
20 mxext3.mailbox.org.
rick.ns.cloudflare.com.
arya.ns.cloudflare.com.
arya.ns.cloudflare.com.
rick.ns.cloudflare.com.
arya.ns.cloudflare.com. dns.cloudflare.com. 2397301324 10000 2400 604800 1800
arya.ns.cloudflare.com. dns.cloudflare.com. 2397301324 10000 2400 604800 1800
v=spf1 include:mailbox.org ~all
MS=ms24014811
google-site-verification=pBCG0df_kCEs4ziyS0OCxH3cEF34AuSAPbOoukLgT8E
google-site-verification=pBCG0df_kCEs4ziyS0OCxH3cEF34AuSAPbOoukLgT8E
MS=ms24014811
v=spf1 include:mailbox.org ~all
DNS History Timeline BETA
When was a record added, removed, or changed — and could that change be the problem?
Confirm Your Email Configuration
This tool analyzes DNS records, but to verify actual email delivery, send a test email to Red Sift Investigate. Their tool shows exactly how your emails arrive, including SPF/DKIM/DMARC pass/fail results in the headers.
DATA FRESHNESS & METHODOLOGY
All security-critical records (SPF, DMARC, DKIM, DANE/TLSA, DNSSEC, MTA-STS, TLS-RPT, BIMI, CAA) are queried live from authoritative nameservers and cross-referenced against 5 independent public DNS resolvers (Cloudflare, Google, Quad9, OpenDNS, DNS4EU) at the time of each analysis. No security verdict uses cached data.
Registrar data (RDAP) is cached for up to 24 hours because domain ownership and registration details change infrequently. Certificate Transparency logs (subdomain discovery via RFC 6962) are cached for 1 hour because CT entries are append-only historical records. Sections using cached data are marked with a CACHED badge; live queries show LIVE.
Intelligence Sources
This analysis used 4 DNS resolvers (consensus), reverse DNS (PTR), Team Cymru (ASN attribution), IANA RDAP (registrar), crt.sh (CT logs), and SMTP probing (transport). All using open-standard protocols.
Verify Report Integrity SHA-3-512 Has this report been altered since generation? Verify below
This cryptographic hash seals the analysis data, domain, timestamp, and tool version into a tamper-evident fingerprint. Any modification to the report data will produce a different hash. This is distinct from the posture hash (used for drift detection) — the integrity hash uniquely identifies this specific report instance.
30bbd43f797ff4eb99ba3a68f057647dcf2160476b54cd23616f7146342acf1022cad25d3c1da72ec3256d4584938044afc89c4fa8996626ea35f8248e8228b0
Download the intelligence dump and verify its integrity, like you would a Kali ISO or any critical artifact. The SHA-3-512 checksum covers every byte of the download — deterministic serialization ensures identical hashes across downloads.
After downloading, verify with any of these commands:
Tip: cd ~/Downloads first (or wherever you saved the files).
cat dns-intelligence-maltejk.de.json.sha3 && echo '---' && openssl dgst -sha3-512 dns-intelligence-maltejk.de.json
python3 -c "import hashlib; print(hashlib.sha3_512(open('dns-intelligence-maltejk.de.json','rb').read()).hexdigest())"
sha3sum -a 512 dns-intelligence-maltejk.de.json
.sha3 file or the checksum API at /api/analysis/4219/checksum. Hash algorithm: SHA-3-512 (Keccak, NIST FIPS 202).
Every finding in this report is backed by DNS queries you can run yourself. These vetted one-liners reproduce the exact checks used to build this report for maltejk.de. Our analysis adds multi-resolver consensus, RFC-based evaluation, and cross-referencing — but the underlying data is always independently verifiable. We are intelligence analysts, not gatekeepers.
DNS Records
dig +noall +answer maltejk.de A
dig +noall +answer maltejk.de AAAA
dig +noall +answer maltejk.de MX
dig +noall +answer maltejk.de NS
dig +noall +answer maltejk.de TXT
Email Authentication
dig +short maltejk.de TXT | grep -i spf
dig +short _dmarc.maltejk.de TXT
dig +short default._domainkey.maltejk.de TXT
dig +short google._domainkey.maltejk.de TXT
dig +short selector1._domainkey.maltejk.de TXT
dig +short selector2._domainkey.maltejk.de TXT
Domain Security
dig +dnssec +noall +answer maltejk.de DNSKEY
dig +noall +answer maltejk.de DS
dig +dnssec +cd maltejk.de A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.mxext3.mailbox.org TLSA
dig +noall +answer _25._tcp.mxext2.mailbox.org TLSA
dig +noall +answer _25._tcp.mxext1.mailbox.org TLSA
openssl s_client -starttls smtp -connect mxext3.mailbox.org:25 -servername mxext3.mailbox.org 2>/dev/null | openssl x509 -noout -subject -dates
dig +short _mta-sts.maltejk.de TXT
curl -sL https://mta-sts.maltejk.de/.well-known/mta-sts.txt
dig +short _smtp._tls.maltejk.de TXT
Brand & Trust
dig +short default._bimi.maltejk.de TXT
dig +noall +answer maltejk.de CAA
DNS Records
dig +noall +answer maltejk.de HTTPS
Domain Security
dig +noall +answer maltejk.de CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/maltejk.de' | python3 -m json.tool | head -50
Transport Security
openssl s_client -starttls smtp -connect mxext3.mailbox.org:25 -servername mxext3.mailbox.org </dev/null 2>/dev/null | head -5
Infrastructure Intelligence
curl -s 'https://crt.sh/?q=%25.maltejk.de&output=json' | python3 -c "import json,sys; [print(e['name_value']) for e in json.load(sys.stdin)]" | sort -u | head -20
curl -sL https://maltejk.de/.well-known/security.txt | head -20
AI Surface
curl -sI https://maltejk.de/llms.txt | head -5
curl -s https://maltejk.de/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
Infrastructure Intelligence
dig +short 245.184.67.172.origin.asn.cymru.com TXT
dig +short 39.19.21.104.origin.asn.cymru.com TXT
dig, openssl, and curl — standard tools available on macOS, Linux, and WSL. Results may vary slightly due to DNS propagation timing and resolver caching.
Appendix: Verification Commands
DNS Records
dig +noall +answer maltejk.de A
dig +noall +answer maltejk.de AAAA
dig +noall +answer maltejk.de MX
dig +noall +answer maltejk.de NS
dig +noall +answer maltejk.de TXT
Email Authentication
dig +short maltejk.de TXT | grep -i spf
dig +short _dmarc.maltejk.de TXT
dig +short default._domainkey.maltejk.de TXT
dig +short google._domainkey.maltejk.de TXT
dig +short selector1._domainkey.maltejk.de TXT
dig +short selector2._domainkey.maltejk.de TXT
Domain Security
dig +dnssec +noall +answer maltejk.de DNSKEY
dig +noall +answer maltejk.de DS
dig +dnssec +cd maltejk.de A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.mxext3.mailbox.org TLSA
dig +noall +answer _25._tcp.mxext2.mailbox.org TLSA
dig +noall +answer _25._tcp.mxext1.mailbox.org TLSA
openssl s_client -starttls smtp -connect mxext3.mailbox.org:25 -servername mxext3.mailbox.org 2>/dev/null | openssl x509 -noout -subject -dates
dig +short _mta-sts.maltejk.de TXT
curl -sL https://mta-sts.maltejk.de/.well-known/mta-sts.txt
dig +short _smtp._tls.maltejk.de TXT
Brand & Trust
dig +short default._bimi.maltejk.de TXT
dig +noall +answer maltejk.de CAA
DNS Records
dig +noall +answer maltejk.de HTTPS
Domain Security
dig +noall +answer maltejk.de CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/maltejk.de' | python3 -m json.tool | head -50
Transport Security
openssl s_client -starttls smtp -connect mxext3.mailbox.org:25 -servername mxext3.mailbox.org </dev/null 2>/dev/null | head -5
Infrastructure Intelligence
curl -s 'https://crt.sh/?q=%25.maltejk.de&output=json' | python3 -c "import json,sys; [print(e['name_value']) for e in json.load(sys.stdin)]" | sort -u | head -20
curl -sL https://maltejk.de/.well-known/security.txt | head -20
AI Surface
curl -sI https://maltejk.de/llms.txt | head -5
curl -s https://maltejk.de/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
Infrastructure Intelligence
dig +short 245.184.67.172.origin.asn.cymru.com TXT
dig +short 39.19.21.104.origin.asn.cymru.com TXT
