cirsa.com (originally scanned 2026-04-19T23:48:58Z).
This page is served from cache so crawlers, bookmarks and shared links don't re-trigger a fresh scan. Click Re-scan to run a new analysis right now.

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 |
|---|---|---|---|---|
| A | 1 minute (60s) |
1 hour (3600s) |
high |
A TTL is below typical — observed 1 minute (60s), typical value is 1 hour (3600s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 3600 seconds per NIST SP 800-53 SI-7 relevance guidance. Use the TTL Tuner for profile-specific recommendations.
Provider Note: AWS Route 53 alias records have a fixed TTL of 60 seconds when pointing to AWS resources (ELB, CloudFront, S3). This is an AWS-specific extension, not part of DNS RFCs. To set a custom TTL, use a standard A/AAAA record or CNAME instead of an alias — but note this loses automatic IP tracking.
|
| MX | 6 hours (21600s) |
1 hour (3600s) |
high | MX TTL is above typical — observed 6 hours (21600s), typical value is 1 hour (3600s). Long TTLs reduce DNS query volume but slow propagation when records change. Consider 3600 seconds for a balance of performance and flexibility per NIST SP 800-53 SI-7 relevance guidance. |
| SOA | 15 minutes (900s) |
1 hour (3600s) |
medium | SOA TTL is below typical — observed 15 minutes (900s), typical value is 1 hour (3600s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 3600 seconds per NIST SP 800-53 SI-7 relevance guidance. Use the TTL Tuner for profile-specific recommendations. |
| NS | 6 hours (21600s) |
1 day (86400s) |
medium | NS TTL is below typical — observed 6 hours (21600s), typical value is 1 day (86400s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 86400 seconds per NIST SP 800-53 SI-7 relevance guidance. Use the TTL Tuner for profile-specific recommendations. |
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.
ns-801.awsdns-36.net
1
awsdns-hostmaster.amazon.com
| Timer | Value | RFC 1912 Range |
|---|---|---|
| Refresh | 7200s | 1,200–43,200s (20 min – 12 hrs) |
| Retry | 900s | Fraction of Refresh |
| Expire | 1209600s | 1,209,600–2,419,200s (14–28 days) |
| Minimum (Neg. Cache) | 86400s | 300–86,400s (5 min – 1 day) |
Independent RFC compliance assessment for AWS Route 53. Each finding cites the specific RFC section and reports what the engineering community consensus is. We report honestly — if a provider deviates from standards, we explain what they did differently and what the RFCs actually say.
AWS Route 53 alias records pointing to AWS resources (ELB, CloudFront, S3, API Gateway) have a fixed TTL of 60 seconds that cannot be modified. Route 53 alias records are an AWS-specific extension — not part of standard DNS RFCs. They solve the CNAME-at-apex problem (RFC prohibits CNAME at zone apex) by appearing as A/AAAA records to resolvers. The 60-second TTL ensures fast failover but removes administrator TTL control.
Add a DMARC record to protect your domain against email spoofing and receive authentication reports.
| Field | Value |
|---|---|
| Type | TXT |
| Host | _dmarc.cirsa.com (DMARC policy record) |
| Value | v=DMARC1; p=none; rua=mailto:dmarc-reports@cirsa.com |
DNSSEC is not enabled for this domain. DNSSEC provides cryptographic authentication of DNS responses, preventing cache poisoning and DNS spoofing attacks.
CAA records specify which Certificate Authorities may issue certificates for your domain, reducing the risk of unauthorized certificate issuance.
| Field | Value |
|---|---|
| Type | CAA |
| Host | cirsa.com (root of domain — adjust CA to match your provider) |
| Value | 0 issue "letsencrypt.org" |
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.cirsa.com (SMTP TLS reporting record) |
| Value | v=TLSRPTv1; rua=mailto:tls-reports@cirsa.com |
MTA-STS enforces TLS encryption for inbound mail delivery, preventing downgrade attacks on your mail transport.
| Field | Value |
|---|---|
| Type | TXT |
| Host | _mta-sts.cirsa.com (MTA-STS policy record) |
| Value | v=STSv1; id=cirsa.com |
Email Security Methodology Can this domain be impersonated by email? Likely SPF alone cannot prevent spoofing
SPF Record RFC 7208 §4 Consistent
SPF valid with strict enforcement (-all), 8/10 lookups
DMARC Policy RFC 7489 §6.3 Consistent
No DMARC record found
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 Consistent
Found DKIM for 2 selector(s) with strong keys (2048-bit)
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 Consistent
No MTA-STS record found
MTA-STS policy enforcement is evaluated in Mail Transport Security below.
TLS-RPT RFC 8460 §3 Consistent
No TLS-RPT record found
DANE / TLSA Consistent Recon Methodology Can mail servers establish identity without a public CA? No
DANE not available — Microsoft 365 does not support inbound DANE/TLSA on its MX infrastructure
Microsoft 365 does not support DANE for inbound mail. Microsoft uses its own certificate pinning mechanism.
Recommended alternative: MTA-STS
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? Yes No DMARC policy (RFC 7489) — attackers can send email appearing to be from this domain with no sender-authentication barrier
BIMI BIMI Spec Consistent Warning
No BIMI record found
CAA RFC 8659 §4 Consistent Warning
No CAA records found - any CA can issue certificates
Vulnerability Disclosure Policy (security.txt) Is there a verified way to report security issues? No RFC 9116
No security.txt found
/.well-known/security.txt provides security researchers with a standardized way to report vulnerabilities.
See securitytxt.org for a generator.
AI Surface Scanner Beta Is this domain discoverable by AI — and protected from abuse? No
No AI governance measures detected
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 (1 item)
| Type | Detail | Severity | Confidence |
|---|---|---|---|
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.
Sources scanned (1)
- https://cirsa.com/
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 ns-306.awsdns-38.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: ns-306.awsdns-38.com, ns-801.awsdns-36.net, ns-1960.awsdns-53.co.uk, ns-1438.awsdns-51.org
Delegation Consistency 1 Issue
Delegation consistency: 1 issue(s) found — Parent/child NS delegation alignment: DS↔DNSKEY, glue records, TTL drift, SOA serial sync.
- Could not retrieve NS TTL from parent zone
DS ↔ DNSKEY Alignment Aligned
Glue Record Completeness Complete
| Nameserver | In-Bailiwick | IPv4 Glue | IPv6 Glue | Status |
|---|---|---|---|---|
ns-1438.awsdns-51.org |
No | N/A | N/A | OK |
ns-1960.awsdns-53.co.uk |
No | N/A | N/A | OK |
ns-306.awsdns-38.com |
No | N/A | N/A | OK |
ns-801.awsdns-36.net |
No | N/A | N/A | OK |
NS TTL Comparison Drift
SOA Serial Consistency Consistent
ns-1438.awsdns-51.org: 1ns-1960.awsdns-53.co.uk: 1ns-306.awsdns-38.com: 1ns-801.awsdns-36.net: 1Nameserver Fleet Matrix Healthy
Analyzed 4 nameserver(s) for cirsa.com — Per-nameserver reachability, ASN diversity, SOA serial sync, and lame delegation checks.
| Nameserver | IPv4 | IPv6 | ASN / Operator | UDP | TCP | AA | SOA Serial |
|---|---|---|---|---|---|---|---|
ns-1438.awsdns-51.org |
205.251.197.158 | 2600:9000:5305:9e00::1 |
AS16509
Amazon.com, Inc. |
1 | |||
ns-1960.awsdns-53.co.uk |
205.251.199.168 | 2600:9000:5307:a800::1 |
AS16509
Amazon.com, Inc. |
1 | |||
ns-801.awsdns-36.net |
205.251.195.33 | 2600:9000:5303:2100::1 |
AS16509
Amazon.com, Inc. |
1 | |||
ns-306.awsdns-38.com |
205.251.193.50 | 2600:9000:5301:3200::1 |
AS16509
Amazon.com, Inc. |
1 |
1 ASN(s), 4 /24 prefix(es) — consider adding diversity
Mail Transport Security Beta Is mail transport encrypted and verified? No No MTA-STS or DANE — mail transport encryption is opportunistic only
Transport security inferred from 1 signal(s) — no enforcement policy active
Policy Assessment Primary
- Microsoft 365 enforces TLS 1.2+ with DANE (GA Oct 2024) and valid certificates
Telemetry
Live Probe Supplementary
Infrastructure Intelligence Who hosts this domain and what services power it? Direct
ASN / Network Success
Resolved 0 unique ASN(s) across 4 IP address(es)
3.167.183.103 → AS ()3.167.183.129 → AS ()3.167.183.52 → AS ()3.167.183.7 → AS ()Edge / CDN Success
Domain appears to use direct origin hosting
SaaS TXT Footprint Success 3 services
3 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 |
|---|---|
| Microsoft 365 | MS=ms65823383 |
| Apple | apple-domain-verification=wvNWTWNGXQy1k1OD |
| Atlassian | atlassian-domain-verification=NNHF2EiGY2HWmn75SdmmnyMmFB625FgwaCbdP13F4vcpQxDUSw... |
Domain Security Methodology Can DNS responses be tampered with in transit? Possible DNSSEC is not deployed, DNS responses are not cryptographically verified
DNSSEC RFC 4033 §2 Consistent Unsigned
DNSSEC not configured - DNS responses are unsigned
NS Delegation Verified
4 nameserver(s) configured
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? 84 subdomains discovered
How did we find these?*.cirsa.com
Active
3 certs
1 CA:
| Certificate Authority | Certs | First Issued | Last Issued | Status |
|---|---|---|---|---|
|
35 | 2025-04-22 | 2026-04-07 | Active |
| Subdomain | Source | Status | Provider / CNAME | Certificates | First Seen | Issuer(s) |
|---|---|---|---|---|---|---|
005056846178.cirsa.com
|
CT Log | Current | — | — | — | — |
3cxssl.cirsa.com
|
CT Log | Current | — | 2 | 2025-07-10T00:00:00Z | |
agnus.cirsa.com
|
CT Log | Current | — | 1 | 2025-05-21T00:00:00Z | |
api-gic-int.cirsa.com
|
CT Log | Current |
api-cliente-int.azure-api.net
|
— | — | — |
api-gic.cirsa.com
|
CT Log | Current | — | 1 | 2026-03-24T00:00:00Z | |
apihostelerodev.cirsa.com
|
CT Log | Current |
apihostelerodev.azurewebsites.net
|
1 | 2026-04-07T00:00:00Z | |
apps.cirsa.com
|
DNS | Current | — | 3 | 2025-04-22 | — |
aru.cirsa.com
|
CT Log | Current | — | 1 | 2025-09-15T00:00:00Z | |
auth.cirsa.com
|
DNS | Current | — | 3 | 2025-04-22 | — |
auth1.cirsa.com
|
CT Log | Current | — | — | — | — |
autodiscover.cirsa.com
|
DNS | Current |
autodiscover.outlook.com
|
3 | 2025-04-22 | — |
av.cirsa.com
|
CT Log | Current | — | — | — | — |
beta.cirsa.com
|
DNS | Current | — | 3 | 2025-04-22 | — |
blacklist.central.cirsa.com
|
CT Log | Current | — | — | — | — |
byod.central.cirsa.com
|
CT Log | Current | — | — | — | — |
cassrv-sql.cc.central.cirsa.com
|
CT Log | Current | — | — | — | — |
clienteapp.cirsa.com
|
CT Log | Current | — | — | — | — |
coljuegos.cirsa.com
|
CT Log | Current | — | 1 | 2025-09-18T00:00:00Z | |
coljuegos.gli.cirsa.com
|
CT Log | Current | — | 1 | 2025-09-19T00:00:00Z | |
dns1.cirsa.com
|
DNS | Current | — | 3 | 2025-04-22 | — |
dns2.cirsa.com
|
DNS | Current | — | 3 | 2025-04-22 | — |
elb-20210310.cirsa.com
|
CT Log | Current | — | 1 | 2025-10-10T00:00:00Z | |
eusbcdyn.cirsa.com
|
CT Log | Current | — | 1 | 2026-01-02T00:00:00Z | |
eusbcdynpre.cirsa.com
|
CT Log | Current | — | 1 | 2026-01-02T00:00:00Z | |
ftp.cirsa.com
|
DNS | Current | — | 3 | 2025-04-22 | — |
helpdesk.cirsa.com
|
DNS | Current |
cirsaweb.cirsa.com
|
3 | 2025-04-22 | — |
identitydev.cirsa.com
|
CT Log | Current |
identitycirsadev.azurewebsites.net
|
— | — | — |
lamejorloteria.cirsa.com
|
CT Log | Current | — | — | — | — |
login.cirsa.com
|
DNS | Current |
app-login-prod.azurewebsites.net
|
3 | 2025-04-22 | — |
m.cirsa.com
|
DNS | Current |
cirsa.com
|
3 | 2025-04-22 | — |
mail.cirsa.com
|
DNS | Current | — | 3 | 2025-04-22 | — |
maillatam.cirsa.com
|
CT Log | Current | — | — | — | — |
mailrelay.cirsa.com
|
DNS | Current | — | 3 | 2025-04-22 | — |
marca.cirsa.com
|
CT Log | Current |
cirsa.aggylon.com
|
2 | 2026-03-11T18:33:04Z | |
meet.cirsa.com
|
DNS | Current | — | 3 | 2025-04-22 | — |
mydevices.central.cirsa.com
|
CT Log | Current | — | — | — | — |
myportalgt.cirsa.com
|
CT Log | Current | — | 3 | 2025-12-12T00:00:00Z | |
navidad.cirsa.com
|
CT Log | Current | — | 1 | 2025-12-16T00:00:00Z | |
olawsapgi1.central.cirsa.com
|
CT Log | Current | — | — | — | — |
olawsapgp1.central.cirsa.com
|
CT Log | Current | — | — | — | — |
optout.cirsa.com
|
CT Log | Current | — | — | — | — |
owa.cirsa.com
|
DNS | Current | — | 3 | 2025-04-22 | — |
paula.cirsa.com
|
CT Log | Current | — | 1 | 2025-09-15T00:00:00Z | |
pegasus.cirsa.com
|
CT Log | Current | — | — | — | — |
personalcommsapi-alpha.cirsa.com
|
CT Log | Current | — | — | — | — |
personalcommsapi.cirsa.com
|
CT Log | Current | — | — | — | — |
portal.cirsa.com
|
DNS | Current | — | 3 | 2025-04-22 | — |
preregistroapp.cirsa.com
|
CT Log | Current |
sv-cliente-preregistro-pro.azurewebsites.net
|
— | — | — |
preregistroappint.cirsa.com
|
CT Log | Current |
sv-cliente-preregistro-int.azurewebsites.net
|
1 | 2026-02-13T00:00:00Z | |
proxy.cirsa.com
|
DNS | Current |
cirsaproxy.gpcloudservice.com
|
3 | 2025-04-22 | — |
pruebas.cirsa.com
|
CT Log | Current | — | — | — | — |
public.cirsa.com
|
DNS | Current | — | 3 | 2025-04-22 | — |
quimera-design.cirsa.com
|
CT Log | Current |
zeroheight.com
|
1 | 2026-03-14T16:18:31Z | |
quimera-framework.cirsa.com
|
CT Log | Current |
zeroheight.com
|
1 | 2026-03-04T16:18:28Z | |
quimera.cirsa.com
|
CT Log | Current | — | 1 | 2026-03-06T16:18:28Z | |
rhauth.central.cirsa.com
|
CT Log | Current | — | — | — | — |
rhauth1.central.cirsa.com
|
CT Log | Current | — | — | — | — |
rhauth2.central.cirsa.com
|
CT Log | Current | — | — | — | — |
rhauth3.central.cirsa.com
|
CT Log | Current | — | — | — | — |
rhauthadm01.central.cirsa.com
|
CT Log | Current | — | — | — | — |
rhauthspo01.cirsa.com
|
CT Log | Current | — | — | — | — |
salas.cirsa.com
|
CT Log | Current | — | 1 | 2026-01-20T00:00:00Z | |
sbcdyn.cirsa.com
|
CT Log | Current | — | 1 | 2025-05-21T00:00:00Z | |
sbcdynpre.cirsa.com
|
CT Log | Current | — | 1 | 2025-05-21T00:00:00Z | |
servicios.cirsa.com
|
CT Log | Current | — | — | — | — |
sgecc.cirsa.com
|
CT Log | Current | — | — | — | — |
sip.cirsa.com
|
DNS | Current | — | 3 | 2025-04-22 | — |
slawsapgi1.central.cirsa.com
|
CT Log | Current | — | — | — | — |
slawsapgp1.central.cirsa.com
|
CT Log | Current | — | 3 | 2025-10-22T00:00:00Z | |
slawsappoda1.central.cirsa.com
|
CT Log | Current | — | 1 | 2026-01-12T00:00:00Z | |
slawsappopa1.central.cirsa.com
|
CT Log | Current | — | 1 | 2026-01-12T00:00:00Z | |
smtcirbch.cirsa.com
|
CT Log | Current | — | 1 | 2025-06-30T00:00:00Z | |
smtcirbcn.cirsa.com
|
CT Log | Current | — | 1 | 2025-06-30T00:00:00Z | |
sponsor.central.cirsa.com
|
CT Log | Current | — | — | — | — |
stp.cirsa.com
|
CT Log | Current | — | 1 | 2026-03-12T00:00:00Z | |
stpdev.cirsa.com
|
CT Log | Current | — | — | — | — |
vde-int.cirsa.com
|
CT Log | Current |
sv-vde-webapp-pro.azurewebsites.net
|
— | — | — |
vpn.cirsa.com
|
DNS | Current |
cirsa.gpcloudservice.com
|
3 | 2025-04-22 | — |
webmail.cirsa.com
|
DNS | Current | — | 3 | 2025-04-22 | — |
webmaillatam.cirsa.com
|
CT Log | Current | — | — | — | — |
www.cirsa.com
|
CT Log | Current | — | 1 | 2025-11-06T00:00:00Z | |
www.slawsapgp1.central.cirsa.com
|
CT Log | Current | — | 3 | 2025-10-22T00:00:00Z | |
www2.cirsa.com
|
DNS | Current | — | 3 | 2025-04-22 | — |
www3.cirsa.com
|
DNS | Current |
cirsa.com
|
3 | 2025-04-22 | — |
DNS Evidence Diff Side-by-side comparison
3.167.183.103
3.167.183.7
3.167.183.129
3.167.183.129
3.167.183.52
3.167.183.103
3.167.183.7
3.167.183.52
0 cirsa-com.mail.protection.outlook.com.
0 cirsa-com.mail.protection.outlook.com.
ns-1438.awsdns-51.org.
ns-1438.awsdns-51.org.
ns-1960.awsdns-53.co.uk.
ns-1960.awsdns-53.co.uk.
ns-306.awsdns-38.com.
ns-306.awsdns-38.com.
ns-801.awsdns-36.net.
ns-801.awsdns-36.net.
ns-801.awsdns-36.net. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400
ns-801.awsdns-36.net. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400
2nqhdsgg1h0hz4mxjzlk443czv9ghhxb
35F3D73F6D6EFB7D31E8917BEC0742FDBA161411B44866C59D71F1BCC661A877
3964DEAC968980E3DB4AFEB64CBB13EEF7A2351A84D09D991269ECC0A6C1BEFD
C08C09A7AECD4D8882C3BE75049D36AF6128D7C68391F7DA373E5128F0BC8D9D
CF422829A70965BE388A4727BD80084B062119DB5E8E6CB4CF70B0F11581F51A
MS539309
MS633235
MS719467
MS909050
MS=ms65823383
_3yg128lqh8ak7rf31ed9f5f1pgtx83w
_5hisir1v2gmg9nk3iu2shd9l2a49k33
_78cm7p0qa7bv2uqf0yj1dmc7r1mk8ox
_7lbc1y6f16p6rn75ofhzbwxkjp7oszo
_ma67krxo3sntv7aq9v7gyvjaew9onsl
_oxnkvklricempwf4l4f402unamifz9s
_rddpi1lwz9wp12bjx2u90ychfaq8d4n
_sm7eckq02hvswto7athgeancqxzlnod
_xx0qfmmopq7wfl4io6wzbr9sdevwqg8
apple-domain-verification=wvNWTWNGXQy1k1OD
atlassian-domain-verification=NNHF2EiGY2HWmn75SdmmnyMmFB625FgwaCbdP13F4vcpQxDUSwnnbUefGQk2JVUR
atlassian-sending-domain-verification=da8539ed-ef51-472b-985e-f1ec8b54ca86
d365mktkey=N3uURle7wnsrz2DVtfpYRmLTw99cdjxMGxf5hIxBOAYx
dtv09znbcglwnfl9sxy4b37rq7kpbj4x
l4bczw76n5shgr1ksjv21lqv9y1871tl
le/R8OmZp6unY2nRFcUxpYRnF1IHB/ecNqURlSN0f/RV3eifU+sQacVcZjAK7xT+VMFVcJzcA45xGRub6PZEvA==
m77507k572qhclc13p8g203w24hhcygj
paloaltonetworks-site-verification=368d62167e2ff61aeee9f770b76310d3fbc03b2e0b3f001c485ad5c9bef66c76
v=spf1 ip4:82.223.77.42 ip4:195.77.234.26 ip4:195.77.234.4 ip4:195.77.234.18 ip4:199.91.137.26 ip4:3.123.206.219 ip4:3.68.129.51 ip4:35.181.156.191 ip4:13.36.253.151 include:spf.protection.outlook.com include:mailer.g-stock.net include:servers.mcsv.net include:spfa.alinto.net mx a:b.spf.service-now.com a:c.spf.service-now.com a:d.spf.service-now.com -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.
c189a6173d5adcca1d69525eba9f75fed97e353f4d397605b81f470563d1042dfe47df9f8a8db6ab4984848499c77706253be8a9a5ae7ee74ccbde8b219120d6
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-cirsa.com.json.sha3 && echo '---' && openssl dgst -sha3-512 dns-intelligence-cirsa.com.json
python3 -c "import hashlib; print(hashlib.sha3_512(open('dns-intelligence-cirsa.com.json','rb').read()).hexdigest())"
sha3sum -a 512 dns-intelligence-cirsa.com.json
.sha3 file or the checksum API at /api/analysis/14357/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 cirsa.com. 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 cirsa.com A
dig +noall +answer cirsa.com AAAA
dig +noall +answer cirsa.com MX
dig +noall +answer cirsa.com NS
dig +noall +answer cirsa.com TXT
Email Authentication
dig +short cirsa.com TXT | grep -i spf
dig +short _dmarc.cirsa.com TXT
dig +short k1._domainkey.cirsa.com TXT
dig +short selector1._domainkey.cirsa.com TXT
Domain Security
dig +dnssec +noall +answer cirsa.com DNSKEY
dig +noall +answer cirsa.com DS
dig +dnssec +cd cirsa.com A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.cirsa-com.mail.protection.outlook.com TLSA
openssl s_client -starttls smtp -connect cirsa-com.mail.protection.outlook.com:25 -servername cirsa-com.mail.protection.outlook.com 2>/dev/null | openssl x509 -noout -subject -dates
dig +short _mta-sts.cirsa.com TXT
curl -sL https://mta-sts.cirsa.com/.well-known/mta-sts.txt
dig +short _smtp._tls.cirsa.com TXT
Brand & Trust
dig +short default._bimi.cirsa.com TXT
dig +noall +answer cirsa.com CAA
DNS Records
dig +noall +answer cirsa.com HTTPS
Domain Security
dig +noall +answer cirsa.com CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/cirsa.com' | python3 -m json.tool | head -50
Transport Security
openssl s_client -starttls smtp -connect cirsa-com.mail.protection.outlook.com:25 -servername cirsa-com.mail.protection.outlook.com </dev/null 2>/dev/null | head -5
Infrastructure Intelligence
curl -s 'https://crt.sh/?q=%25.cirsa.com&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://cirsa.com/.well-known/security.txt | head -20
AI Surface
curl -sI https://cirsa.com/llms.txt | head -5
curl -s https://cirsa.com/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
Infrastructure Intelligence
dig +short 103.183.167.3.origin.asn.cymru.com TXT
dig +short 129.183.167.3.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 cirsa.com A
dig +noall +answer cirsa.com AAAA
dig +noall +answer cirsa.com MX
dig +noall +answer cirsa.com NS
dig +noall +answer cirsa.com TXT
Email Authentication
dig +short cirsa.com TXT | grep -i spf
dig +short _dmarc.cirsa.com TXT
dig +short k1._domainkey.cirsa.com TXT
dig +short selector1._domainkey.cirsa.com TXT
Domain Security
dig +dnssec +noall +answer cirsa.com DNSKEY
dig +noall +answer cirsa.com DS
dig +dnssec +cd cirsa.com A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.cirsa-com.mail.protection.outlook.com TLSA
openssl s_client -starttls smtp -connect cirsa-com.mail.protection.outlook.com:25 -servername cirsa-com.mail.protection.outlook.com 2>/dev/null | openssl x509 -noout -subject -dates
dig +short _mta-sts.cirsa.com TXT
curl -sL https://mta-sts.cirsa.com/.well-known/mta-sts.txt
dig +short _smtp._tls.cirsa.com TXT
Brand & Trust
dig +short default._bimi.cirsa.com TXT
dig +noall +answer cirsa.com CAA
DNS Records
dig +noall +answer cirsa.com HTTPS
Domain Security
dig +noall +answer cirsa.com CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/cirsa.com' | python3 -m json.tool | head -50
Transport Security
openssl s_client -starttls smtp -connect cirsa-com.mail.protection.outlook.com:25 -servername cirsa-com.mail.protection.outlook.com </dev/null 2>/dev/null | head -5
Infrastructure Intelligence
curl -s 'https://crt.sh/?q=%25.cirsa.com&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://cirsa.com/.well-known/security.txt | head -20
AI Surface
curl -sI https://cirsa.com/llms.txt | head -5
curl -s https://cirsa.com/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
Infrastructure Intelligence
dig +short 103.183.167.3.origin.asn.cymru.com TXT
dig +short 129.183.167.3.origin.asn.cymru.com TXT
