
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 |
|---|---|---|---|---|
| AAAA | 554s |
1 hour (3600s) |
medium | AAAA TTL is below typical — observed 554s, 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 | 8689s |
1 day (86400s) |
medium | NS TTL is below typical — observed 8689s, 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. |
| TXT | 1563s |
1 hour (3600s) |
medium | TXT TTL is below typical — observed 1563s, 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. |
| A | 929s |
1 hour (3600s) |
medium | A TTL is below typical — observed 929s, 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. |
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.
ns1-39.azure-dns.com
1
azuredns-hostmaster.microsoft.com
| Timer | Value | RFC 1912 Range |
|---|---|---|
| Refresh | 3600s | 1,200–43,200s (20 min – 12 hrs) |
| Retry | 300s | Fraction of Refresh |
| Expire | 2419200s | 1,209,600–2,419,200s (14–28 days) |
| Minimum (Neg. Cache) | 300s | 300–86,400s (5 min – 1 day) |
| Parameter | Current | Suggested | Severity | Rationale |
|---|---|---|---|---|
| timeout_seconds | 5s |
8s |
low | Average scan duration is 43.2s, suggesting DNS responses are slow for this domain. Increasing timeout from 5s to 8s prevents premature resolution failures. RFC 8767 |
DNSSEC is not enabled for this domain. DNSSEC provides cryptographic authentication of DNS responses, preventing cache poisoning and DNS spoofing attacks.
Your domain has DMARC reject — you qualify for BIMI, which displays your brand logo in receiving email clients that support it (Gmail, Apple Mail, Yahoo).
| Field | Value |
|---|---|
| Type | TXT |
| Host | default._bimi.microsoft.com (BIMI default record) |
| Value | v=BIMI1; l=https://microsoft.com/brand/logo.svg |
Email Security Methodology Can this domain be impersonated by email? No SPF and DMARC reject policy enforced
SPF Record RFC 7208 §4 Consistent
SPF valid with strict enforcement (-all), 5/10 lookups
DMARC is set to reject — enforcement is strong. However, some receivers may still reject messages on SPF hard fail before DKIM alignment is checked. Switching to ~all + p=reject would provide the same enforcement with full DMARC compatibility.
DMARC Policy RFC 7489 §6.3 Consistent
DMARC policy reject (100%) - excellent 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 Consistent
Found DKIM for 1 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
MTA-STS enforced - TLS required for 1 mail server(s)
- Mode:
enforce - Max Age: 7 days (604800 seconds)
- MX Patterns: *.mail.protection.outlook.com
MTA-STS policy enforcement is evaluated in Mail Transport Security below.
TLS-RPT RFC 8460 §3 Consistent
TLS-RPT configured - receiving TLS delivery reports
DANE / TLSA Consistent Recon Methodology Can mail servers establish identity without a public CA? via MTA-STS (CA)
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 (already configured)
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? Possible DMARC reject policy blocks email spoofing (RFC 7489 §6.3) and CAA restricts certificate issuance (RFC 8659 §4), but no BIMI brand verification — lookalike domains display identically in inboxes without visual proof of authenticity
BIMI BIMI Spec Consistent Warning
No BIMI record found
CAA RFC 8659 §4 Consistent Success
CAA configured - specific CAs authorized
Vulnerability Disclosure Policy (security.txt) Is there a verified way to report security issues? Yes RFC 9116
security.txt properly configured
Contact
Expires
Encryption
Policy
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.
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 ns4-39.azure-dns.info — 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 | Test inconclusive |
| Open Recursion | Disabled | Test inconclusive |
| Nameserver Identity | Hidden | Test inconclusive |
| Cache Snooping | Protected | Test inconclusive |
Tested nameservers: ns4-39.azure-dns.info, ns3-39.azure-dns.org, ns2-39.azure-dns.net, ns1-39.azure-dns.com
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 |
|---|---|---|---|---|
ns1-39.azure-dns.com |
No | N/A | N/A | OK |
ns2-39.azure-dns.net |
No | N/A | N/A | OK |
ns3-39.azure-dns.org |
No | N/A | N/A | OK |
ns4-39.azure-dns.info |
No | N/A | N/A | OK |
NS TTL Comparison Drift
SOA Serial Consistency Consistent
ns1-39.azure-dns.com: 1ns2-39.azure-dns.net: 1ns3-39.azure-dns.org: 1ns4-39.azure-dns.info: 1Nameserver Fleet Matrix Healthy
Analyzed 4 nameserver(s) for microsoft.com — Per-nameserver reachability, ASN diversity, SOA serial sync, and lame delegation checks.
| Nameserver | IPv4 | IPv6 | ASN / Operator | UDP | TCP | AA | SOA Serial |
|---|---|---|---|---|---|---|---|
ns3-39.azure-dns.org |
13.107.222.39 | 2a01:111:4000:10::27 |
AS8075
Microsoft Corporation |
1 | |||
ns1-39.azure-dns.com |
150.171.10.39 | 2603:1061:0:10::27 |
AS8075
Microsoft Corporation |
1 | |||
ns2-39.azure-dns.net |
150.171.16.39 | 2620:1ec:8ec:10::27 |
AS8075
Microsoft Corporation |
1 | |||
ns4-39.azure-dns.info |
13.107.206.39 | 2620:1ec:bda:10::27 |
AS8075
Microsoft Corporation |
1 |
1 ASN(s), 4 /24 prefix(es) — consider adding diversity
Mail Transport Security Beta Is mail transport encrypted and verified? Yes MTA-STS enforces TLS for all inbound mail delivery
Transport encryption enforced via DNS policy (3 signal(s))
Policy Assessment Primary
- MTA-STS policy in enforce mode requires encrypted transport (RFC 8461)
- TLS-RPT configured — domain monitors TLS delivery failures (RFC 8460)
- Microsoft 365 enforces TLS 1.2+ with DANE (GA Oct 2024) and valid certificates
Telemetry
https://tlsrpt.azurewebsites.net/reportLive Probe Supplementary
Infrastructure Intelligence Who hosts this domain and what services power it? Direct
ASN / Network Success
Resolved 0 unique ASN(s) across 3 IP address(es)
150.171.109.184 → AS ()2620:1ec:29:1::51 → AS ()2620:1ec:48:1::51 → AS ()Edge / CDN Success
Domain appears to use direct origin hosting
SaaS TXT Footprint Success 8 services
8 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 |
|---|---|
| 1Password | 1password-site-verification=35ZTURTFFFDC5BW7GFQKRJ77QM |
| Microsoft 365 | MS=ms79629062 |
| Atlassian | atlassian-domain-verification=Sn5AwyIdVgkaRaJA/IKj7ZFMnWeCBnppa9bXGLuJvsakRHH4lY... |
| DocuSign | docusign=d5a3737c-c23c-4bd0-9095-d2ff621f2840 |
| Facebook / Meta | facebook-domain-verification=fwzwhbbzwmg5fzgotc2go51olc3566 |
| Google Workspace | google-site-verification=GfDnTUdATPsK1230J0mXbfsYw-3A9BVMVaKSd4DcKgI |
| HubSpot | hubspot-developer-verification=OTQ5NGIwYWEtODNmZi00YWE1LTkyNmQtNDhjMDMxY2JjNDAx |
| Linear | linear-domain-verification=iuq6saifcnbe |
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? Showing 8982 of 9118 discovered
How did we find these?| Certificate Authority | Certs | First Issued | Last Issued | Status |
|---|---|---|---|---|
|
2500 | 2025-03-27 | 2025-04-25 | Active |
| Subdomain | Source | Status | Provider / CNAME | Certificates | First Seen | Issuer(s) |
|---|---|---|---|---|---|---|
000dco2l50fe1c.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2l50fe1e.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2l50fe1f.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2l50pl1.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2l50we1.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40dr1.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40dr10.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40dr11.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40dr12.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40dr13.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40dw1.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40fe10.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40fe11.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40fe12.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40fe13.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40fe20.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40fe21.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40fe22.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40fe23.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40pl1.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40pl2.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40se00.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40we1.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dco2o40we2.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000ddb3o40dr1.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000ddb3o40dr10.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000ddb3o40dr11.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000ddb3o40dw1.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000ddb3o40fe10.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000ddb3o40fe11.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000ddb3o40fe12.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000ddb3o40fe20.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000ddb3o40fe21.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000ddb3o40fe22.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000ddb3o40pl1.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000ddb3o40pl2.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000ddb3o40we1.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000ddb3o40we2.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40dr1.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40dr10.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40dr11.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40dw1.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40fe10.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40fe11.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40fe12.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40fe13.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40fe14.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40fe15.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40fe20.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40fe21.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40fe22.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40pl1.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40pl2.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40we1.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dsino40we2.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1a.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1b.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1c.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1d.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1e.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1f.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1g.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1h.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1i.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1j.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1k.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1l.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1m.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1n.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1o.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1p.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1q.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1r.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1s.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50fe1t.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50feaa.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50feab.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50feac.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50feba.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50febb.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50febc.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50pl1.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50pla.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50plb.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50we1.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50wea.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5l50web.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40dr1.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40dr10.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40dr11.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40dr12.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40dr13.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40dw1.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40fe10.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40fe11.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40fe12.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40fe13.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40fe20.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40fe21.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40fe22.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40fe23.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40pl1.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40pl2.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40se00.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40se02.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40we1.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
000dtk5o40we2.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
001-smtp-out.microsoft.com
|
CT Log | Current | — | — | — | — |
001-usea.cip.api.cos.mediapaas.infra.teams.microsoft.com
|
CT Log | Current |
ic3-media-mpaas-api.cip-usea-001.ic3-media-mpaas-api.eastus-test.cosmic-int.office.net
|
1 | 2025-04-24T08:37:37Z | |
001-usea.cipint.ivr.cos.mediapaas.infra.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T03:23:31Z | |
001-usea.flex.api.cos.mediapaas.infra.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T12:35:29Z | |
001-usea.flex.ivr.cos.mediapaas.infra.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T02:46:18Z | |
001-uswe.cip.api.cos.mediapaas.infra.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T08:27:00Z | |
001-uswe.cipint.ivr.cos.mediapaas.infra.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T03:22:26Z | |
001-uswe.flex.api.cos.mediapaas.infra.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:28:36Z | |
001-uswe.flex.ivr.cos.mediapaas.infra.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T02:07:49Z | |
001-uswe.noam.int.api.cos.mediapaas.infra.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T19:29:12Z | |
002-uswe.noam.int.api.cos.mediapaas.infra.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T07:43:09Z | |
025-cace.noam.prod.cos.audience.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:24:06Z | |
026-cace.noam.prod.cos.audience.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T04:49:21Z | |
027-cace.noam.prod.cos.audience.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T01:14:24Z | |
064-smtp-in-2a.microsoft.com
|
CT Log | Current | — | — | — | — |
10.ds.mrs.microsoft.com
|
CT Log | Current | — | — | — | — |
10.ts.mrs.microsoft.com
|
CT Log | Current | — | — | — | — |
1pubng-ppe.corp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T21:39:12Z | |
2015hrgc.microsoft.com
|
CT Log | Current | — | — | — | — |
20f1a64e-7b16-467a-85e4-94c13b5a1caf.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T04:47:18Z | |
2fabeta.mail.microsoft.com
|
CT Log | Current | — | — | — | — |
3ppassets.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
3rdpartycode.microsoft.com
|
CT Log | Current |
ost-thirdpartycode-prod.azurewebsites.net
|
1 | 2025-04-24T17:00:52Z | |
3rdpartydisclosures.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:00:52Z | |
3rdpartysource.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:00:52Z | |
3sdash.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T12:29:09Z | |
587749bf-486f-40cc-9f39-692cb78fc4a7.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T19:32:14Z | |
999dtk5l50fe10.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
999dtk5l50fe11.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
999dtk5l50fe20.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
999dtk5l50pl1.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
999dtk5l50pl2.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
999dtk5l50we1.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
999dtk5l50we2.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
a.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
a.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
a.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
a0000000000000000000000000000000000000001.ms.a.microsoft.com
|
CT Log | Current | — | — | — | — |
a101.ms.a.microsoft.com
|
CT Log | Current | — | — | — | — |
a124.ms.a.microsoft.com
|
CT Log | Current | — | — | — | — |
a126.ms.a.microsoft.com
|
CT Log | Current | — | — | — | — |
a130.ms.a.microsoft.com
|
CT Log | Current | — | — | — | — |
a131.ms.a.microsoft.com
|
CT Log | Current | — | — | — | — |
a133.ms.a.microsoft.com
|
CT Log | Current | — | — | — | — |
a139.ms.a.microsoft.com
|
CT Log | Current | — | — | — | — |
a1576.ms.a.microsoft.com
|
CT Log | Current | — | — | — | — |
a2020.ms.a.microsoft.com
|
CT Log | Current | — | — | — | — |
a510.ms.a.microsoft.com
|
CT Log | Current | — | — | — | — |
aad.targetingservice.services.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T16:37:06Z | |
aadbridge.cp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T17:01:42Z | |
aadbridge.mcapiaadbridge.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T17:01:42Z | |
aadpoliciesapi.directory.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:24:53Z | |
abctool.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
abctoolperf.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
abcuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ac-staging.support.microsoft.com
|
CT Log | Current | — | — | — | — |
ac2.microsoft.com
|
CT Log | Current | — | — | — | — |
academy.microsoft.com
|
DNS | Current |
reroute.microsoft.com
|
— | — | — |
academymobile.microsoft.com
|
CT Log | Current | — | — | — | — |
academymobileppe.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
accesscontrol.ex.azure.microsoft.com
|
CT Log | Current | — | — | — | — |
account.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
account.manage-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
account.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
account.microsoft.com
|
DNS | Current |
account.microsoft.com.edgekey.net
|
— | — | — |
account.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
account.spla-essentials.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
account.spla-essentials.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
accountants.microsoft.com
|
CT Log | Current | — | — | — | — |
accountcontact-a.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
accountcontact.ecx-dit2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
accountcontact.ecx-sit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
accountcontact.ecx-uat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
accounts.microsoft.com
|
DNS | Current |
account.microsoft.com.edgekey.net
|
— | — | — |
accountservices.microsoft.com
|
CT Log | Current | — | — | — | — |
accountspayableportal.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
achievement.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
achievements.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
achstaging.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
acs.voiceapps.infra.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T12:59:46Z | |
activate.microsoft.com
|
CT Log | Current | — | — | — | — |
activatebld.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
activatedev.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
activaterca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
activatercb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
activatesedev.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
activatetestaz.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
activateuat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
activateuat.microsoft.com
|
CT Log | Current | — | — | — | — |
activation-v1.ppe.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
activation-v1.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
activation-v2.ppe.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
activation-v2.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
activation.df.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
activation.drm.microsoft.com
|
CT Log | Current | — | — | — | — |
activation.int.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
activation.isv.drm.microsoft.com
|
CT Log | Current | — | — | — | — |
activation.perf.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
activation.ppe.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
activation.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
activationtest.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:30:30Z | |
activex.microsoft.com
|
CT Log | Current | — | — | — | — |
acttproxy.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
acu1-sce-gw-u5-apim01.supplychain.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T06:43:33Z | |
adcenter-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
adcenter-prod444.microsoft.com
|
CT Log | Current | — | — | — | — |
adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
adcenterapi-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
adcenterapi.adintelligence.microsoft.com
|
CT Log | Current | — | — | — | — |
adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
adcenterapidownload-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
adcenterapidownload.microsoft.com
|
CT Log | Current | — | — | — | — |
adcenterhelp-si.microsoft.com
|
CT Log | Current | — | — | — | — |
adcenterhelp.microsoft.com
|
CT Log | Current | — | — | — | — |
addevhlb.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
addeviisvm1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
addeviisvm2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
adinquiry.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
adinquiry.bingads.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-21T22:50:52Z | |
adinquiry.si.bingads.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-21T22:50:52Z | |
adintelligence.si.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
adlab.microsoft.com
|
CT Log | Current | — | — | — | — |
admin-test.exchange.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T21:32:34Z | |
admin.beta.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
admin.bmsua01.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
admin.bmsub01.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
admin.bmsuc01.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
admin.businessplatform.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T19:58:39Z | |
admin.exchange.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-21T13:23:53Z | |
admin.flow.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T19:58:39Z | |
admin.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
admin.manage-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
admin.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
admin.membership.microsoft.com
|
CT Log | Current | — | — | — | — |
admin.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
admin.microsoft.com
|
DNS | Current |
admin-portal.office.com
|
— | — | — |
admin.powerplatform.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T12:30:13Z | |
admin.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
admin.previewdf.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
admin.recognition.microsoft.com
|
CT Log | Current | — | — | — | — |
admin.staging.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
admin.tagppe.microsoft.com
|
CT Log | Current | — | — | — | — |
admin.test.powerplatform.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-23T06:42:18Z | |
admin.training.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
adminanalytics-test.powerplatform.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T16:38:38Z | |
adminanalytics.powerplatform.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T08:54:59Z | |
adminsetupprod.microsoft.com
|
CT Log | Current | — | — | — | — |
adreport-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
adtestwipiis.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
advertise.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
advertise.microsoft.com
|
CT Log | Current | — | — | — | — |
advertiser-rep1.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
advertiser-si.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
advertising.microsoft.com
|
CT Log | Current | — | — | — | — |
adweb.one.microsoft.com
|
CT Log | Current | — | — | — | — |
adweb.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T10:23:13Z | |
aeos.microsoft.com
|
CT Log | Current | — | — | — | — |
aer.microsoft.com
|
CT Log | Current | — | — | — | — |
aeruat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
aestats.microsoft.com
|
CT Log | Current | — | — | — | — |
aewsclpppews.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
afd-domain-test-001.nepeters.supplychain.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:23:12Z | |
agccmmsprdsql1.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T08:35:41Z | |
agccmmsprdsql2.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T08:35:41Z | |
agccmmsprdsqll.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T08:35:41Z | |
agccmmssql.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T08:35:41Z | |
agent.wau.store.microsoft.com
|
CT Log | Current | — | — | — | — |
agentdeskdev1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
agentdeskdev2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
agentserviceauthuataoc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
agentservicepubuataoc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
agentservicepubuatapj.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
agentservicestg.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
agentserviceuatapj.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
agentweb.store.microsoft.com
|
CT Log | Current | — | — | — | — |
agentweb.wau.store.microsoft.com
|
CT Log | Current | — | — | — | — |
agreement-a.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
agreement.ecx-dit2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
agreement.ecx-sit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
agreement.l2o.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T00:11:53Z | |
aiaanalytics.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T06:51:34Z | |
aitsxiis39.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ajax.microsoft.com
|
CT Log | Current | — | — | — | — |
ajax.stg-community.services.support.microsoft.com
|
CT Log | Current | — | — | — | — |
akpservice-uat.devices.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T08:41:02Z | |
akpservice.devices.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:43:18Z | |
alerts.microsoft.com
|
DNS | Current |
reroute.microsoft.com
|
— | — | — |
alpha.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
alpha.telemetry.microsoft.com
|
CT Log | Current | — | — | — | — |
am1ehsobe001.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
am1ehsobe002.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
am1ehsobe003.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
am1ehsobe004.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
am1ehsobe005.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
am1ehsobe006.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
am1outboundsmtppool1.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
am1outboundsmtppool2.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
amer-ehrconnectorsvc.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-21T11:38:46Z | |
americas.winqual.microsoft.com
|
CT Log | Current | — | — | — | — |
amgpsinsights.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T08:56:53Z | |
amlpapp.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:25:27Z | |
amlpapp11.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:25:27Z | |
amlpapp21.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:25:27Z | |
amluapp11.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T15:29:41Z | |
ams.gcc.cdn.ml.gcc.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T02:21:36Z | |
amupdatedl.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:46:24Z | |
amupdatedl1.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:46:24Z | |
amupdatedl2.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:46:24Z | |
amupdatedl3.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:46:24Z | |
amupdatedl4.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:46:24Z | |
amupdatedl5.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:46:24Z | |
amupdatedl6.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:46:24Z | |
amupdatedl7.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:46:24Z | |
amupdatedl8.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:46:24Z | |
amupdatedl9.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:46:24Z | |
analytics.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
analytics.microsoft.com
|
CT Log | Current | — | — | — | — |
anaqua.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
anaquapreview.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
anaquaprod.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
anaquastg.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
anaquauat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
androidsyncsigning.manage-beta.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T15:10:22Z | |
answerdesk.support.microsoft.com
|
CT Log | Current | — | — | — | — |
answers-ring0.microsoft.com
|
CT Log | Current | — | — | — | — |
answers-ring1.microsoft.com
|
CT Log | Current | — | — | — | — |
answers-ring2.microsoft.com
|
CT Log | Current | — | — | — | — |
answers-ring3.microsoft.com
|
CT Log | Current | — | — | — | — |
answers-sancert.microsoft.com
|
CT Log | Current | — | — | — | — |
answers.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T07:13:08Z | |
apac-ehrconnectorsvc.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-21T11:38:46Z | |
apac.irsf.calling.fraud.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T09:28:19Z | |
apac.learningapp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T04:38:51Z | |
apacdf.ipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T07:49:00Z | |
apgcpremier.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
apgcreports.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
apgcverisign.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
api-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 13 | 2025-04-22T20:17:31Z | |
api-mlxprod.microsoft.com
|
CT Log | Current | — | — | — | — |
api-msrc.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T13:46:27Z | |
api-mva.microsoft.com
|
CT Log | Current | — | — | — | — |
api.azureforedu.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T10:28:31Z | |
api.bami.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T12:46:40Z | |
api.bamimodern.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T16:59:57Z | |
api.bap.microsoft.com
|
CT Log | Current | — | 12 | 2025-04-21T18:46:55Z | |
api.bc.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
api.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
api.copilotdash-sdf.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T02:15:10Z | |
api.copilotdash-test.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T15:49:43Z | |
api.copilotdash.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T12:29:09Z | |
api.creator.store.microsoft.com
|
CT Log | Current | — | — | — | — |
api.current.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
api.dfp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:35:51Z | |
api.eastus.internal.mwai.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T12:20:59Z | |
api.flow.microsoft.com
|
CT Log | Current | — | 18 | 2025-04-22T09:21:59Z | |
api.fp.wd.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T19:07:12Z | |
api.interfaces.records.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T16:34:12Z | |
api.medeina-dev.defender.microsoft.com
|
CT Log | Current | — | 43 | 2025-04-21T15:13:23Z | |
api.medeina-ppe.defender.microsoft.com
|
CT Log | Current | — | 34 | 2025-04-21T20:45:26Z | |
api.medeina-stg.defender.microsoft.com
|
CT Log | Current | — | 96 | 2025-04-21T16:35:46Z | |
api.medeina.defender.microsoft.com
|
CT Log | Current | — | 179 | 2025-04-21T16:27:53Z | |
api.membership.microsoft.com
|
CT Log | Current | — | — | — | — |
api.microsoft.com
|
DNS | Current |
msdn.com
|
— | — | — |
api.msrc-ppe.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T08:33:02Z | |
api.msrc.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:31:51Z | |
api.next.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
api.oedportalbe-test.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T21:39:34Z | |
api.office.microsoft.com
|
CT Log | Current | — | — | — | — |
api.prod.rp.manageddevops.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:49:35Z | |
api.recognition.microsoft.com
|
CT Log | Current | — | — | — | — |
api.reconintelligenceple.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T16:56:15Z | |
api.sandbox.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
api.securitycopilot.microsoft.com
|
CT Log | Current | — | 179 | 2025-04-21T16:27:53Z | |
api.sellerdashboard.microsoft.com
|
CT Log | Current | — | — | — | — |
api.servicetrust.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T02:32:52Z | |
api.si.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
api.si.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
api.si.yahoo.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
api.smartdc.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T14:03:32Z | |
api.stage.virtuoso.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T12:32:29Z | |
api.stp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T02:32:52Z | |
api.westus.internal.mwai.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T19:06:38Z | |
apim-lab-region-one.nepeters.supplychain.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T13:37:24Z | |
apim-lab-region-two.nepeters.supplychain.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T13:06:32Z | |
apis-dev.cloudaccelerator.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T05:41:41Z | |
apis.cloudaccelerator.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T12:16:44Z | |
apjsmsql02.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
aplpts11.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T10:36:42Z | |
apluapp01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:39:39Z | |
apocsubs.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
apocsubs.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
apocsubsuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
apollomsxdatapull.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T09:29:49Z | |
appdev-df.microsoft.com
|
CT Log | Current | — | — | — | — |
appdev-int.microsoft.com
|
CT Log | Current | — | — | — | — |
appdev.microsoft.com
|
CT Log | Current | — | — | — | — |
appexformscorp.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
appexformscorpblu.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
appexformscorpblunext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
appexformscorpcn.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
appexformscorpcnnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
appexformscorpcol.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
appexformscorpcolnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
appexformscorpemea.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
appexformscorpemeanext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
appexformscorpkaw.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
appexformscorpkawnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
appexformscorpnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
appexformscorpsg.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
appexformscorpsgnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
appleconfigprofilesigning.manage-beta.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T21:03:23Z | |
appleconfigurator2.manage-beta.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T15:01:27Z | |
applications.microsoft.com
|
CT Log | Current | — | — | — | — |
appnotificationencryption.manage-beta.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T20:01:19Z | |
appnotificationencryption.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T21:50:23Z | |
appplatforums.microsoft.com
|
CT Log | Current | — | — | — | — |
apprep.smartscreen.microsoft.com
|
CT Log | Current | — | — | — | — |
approvals-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T19:51:54Z | |
approvals-int.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T19:51:54Z | |
approvals-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 11 | 2025-04-21T20:50:52Z | |
approvals-prod.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-23T15:55:36Z | |
approvals-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-21T20:49:01Z | |
apps.dev.microsoft.com
|
CT Log | Current | — | — | — | — |
apps.microsoft.com
|
DNS | Current |
web-store-eyfkgzgudfgwftdc.z01.azurefd.net
|
— | — | — |
appsforoffice.microsoft.com
|
CT Log | Current | — | — | — | — |
aprt.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
aprtsms.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
aps.globalsecureaccess-dev.entra.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-24T09:10:30Z | |
aps.mail.microsoft.com
|
CT Log | Current | — | — | — | — |
apsaiservices.ppe.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:31:26Z | |
apsowa.mail.microsoft.com
|
CT Log | Current | — | — | — | — |
archive.dedicated-dev.microsoft.com
|
CT Log | Current | — | — | — | — |
archive.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
archive.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
archive01.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
archive03.emea.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
archive05.us2.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
arcproxy.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T00:48:33Z | |
argoadfs.microsoft.com
|
CT Log | Current | — | — | — | — |
argoauthsqa.microsoft.com
|
CT Log | Current | — | — | — | — |
argorendermaindemo.microsoft.com
|
CT Log | Current | — | — | — | — |
argorensqa.microsoft.com
|
CT Log | Current | — | — | — | — |
array508-prod.do.dsp.mp.microsoft.com
|
CT Log | Current | — | — | — | — |
arstorecls.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
artcore.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
artcoreuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
articemea.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
articsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
articuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
arttest.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
arweb.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
as.cwa.microsoft.com
|
CT Log | Current | — | — | — | — |
as.gateway.configmgr.manage.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-24T22:57:36Z | |
as.imdf.microsoft.com
|
CT Log | Current | — | — | — | — |
asia.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
asia.microsoft.com
|
DNS | Current | — | — | — | — |
asia.si.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
asia.winqual.microsoft.com
|
CT Log | Current | — | — | — | — |
asiaeast-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
asiasoutheast-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
asimovchatsvr.data.microsoft.com
|
CT Log | Current | — | — | — | — |
asm-svc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
aspire.microsoft.com
|
CT Log | Current | — | — | — | — |
assessment.learningbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
assets.pinpoint.microsoft.com
|
CT Log | Current | — | — | — | — |
assets.ppv1.microsoft.com
|
CT Log | Current | — | — | — | — |
assistedsupport.one.microsoft.com
|
CT Log | Current | — | — | — | — |
asyncgw.teams.microsoft.com
|
CT Log | Current | — | 11 | 2025-04-22T14:14:17Z | |
atom.research.microsoft.com
|
CT Log | Current | — | — | — | — |
att.admin.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
att.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
att.quarantine.beta.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
att.quarantine.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
attachlinks.research.microsoft.com
|
CT Log | Current | — | — | — | — |
au.daas.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T07:02:24Z | |
audience-si.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
audience.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
audiofingerprint.ar.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
auditservice-dogfood.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:20:40Z | |
auditservice-int.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T02:30:04Z | |
auditservice-msft.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T20:54:29Z | |
auditvault.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T02:37:54Z | |
aueadf.ipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T07:49:00Z | |
aus.whiteboard.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T04:03:18Z | |
ausedf.ipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T07:49:00Z | |
australiac-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
australiac2-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
australiaeast-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
australiasoutheast-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
auth.mpnppe.microsoft.com
|
CT Log | Current | — | — | — | — |
auth.prod.communication.microsoft.com
|
CT Log | Current | — | 34 | 2025-04-23T16:00:09Z | |
authorization.microsoft.com
|
CT Log | Current | — | — | — | — |
authsvc-dev.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T01:15:46Z | |
authsvc-int.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:44:25Z | |
authsvc-server-int.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:44:25Z | |
authsvc-server-test.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T01:15:46Z | |
authsvc-test.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T01:15:46Z | |
autocomplete.support.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.bzgmxa-dom.extest.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.dedicated-dev.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.failover.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.kvcxja-dom.extest.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.mgd.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.mgd.us.dedicated-dev.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.microsoft.com
|
DNS | Current |
autodiscover.outlook.com
|
— | — | — |
autodiscover.mssupport.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.pioneer.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.primary.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.service.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.service.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.syfwml-dom.extest.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.windows.mail.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.windows.microsoft.com
|
CT Log | Current | — | — | — | — |
autodiscover.winse.microsoft.com
|
CT Log | Current | — | — | — | — |
av00.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av00.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av01.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av01.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av02.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av02.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av03.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av1.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av10.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av10.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av11.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av11.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av2.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av20.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av20.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av20.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av21.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av21.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av22.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av23.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av24.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av25.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av26.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av27.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av28.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av29.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av3.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
av40.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
avicode.galleries.microsoft.com
|
CT Log | Current | — | — | — | — |
axis.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
axis2go.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
axisservice.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
axisserviceuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
axisuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
azfcsuhraddsql.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T11:35:30Z | |
azfitplamts01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T13:08:08Z | |
azfitplamts02.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:22:56Z | |
azfitplapts01.fareast.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T09:34:33Z | |
azfitplapts02.fareast.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T14:31:13Z | |
azfitplemts01.europe.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T11:23:43Z | |
azfitplemts02.europe.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T06:35:16Z | |
azfitplpsts01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T20:18:41Z | |
azfitplpsts02.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:34:34Z | |
azfitplpsts03.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T21:07:58Z | |
azfitplpsweb01.redmond.corp.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-24T03:26:40Z | |
azfitplpsweb02.redmond.corp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T03:26:40Z | |
aziescusvm0-00.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm0-01.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm0-02.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm0-03.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm0-04.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm0-05.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm0-06.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm0-07.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm0-08.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm0-09.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm1-00.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm1-01.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm1-02.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm1-03.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm1-04.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm1-05.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm1-06.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm1-07.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm1-08.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm1-09.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm2-00.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm2-01.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm2-02.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm2-03.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm2-04.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm2-05.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm2-06.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm2-07.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm2-08.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm2-09.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm3-00.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm3-01.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm3-02.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm3-03.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm3-04.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm3-05.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm3-06.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm3-07.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm3-08.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm3-09.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm4-00.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm4-01.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm4-02.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm4-03.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm4-04.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm4-05.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm4-06.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm4-07.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm4-08.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm4-09.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm5-00.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm5-01.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm5-02.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm5-03.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm5-04.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm5-05.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm5-06.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm5-07.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm5-08.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm5-09.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm6-00.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm6-01.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm6-02.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm6-03.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm6-04.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm6-05.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm6-06.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm6-07.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm6-08.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziescusvm6-09.cus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm0-00.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm0-01.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm0-02.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm0-03.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm0-04.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm0-05.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm0-06.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm0-07.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm0-08.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm0-09.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm1-00.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm1-01.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm1-02.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm1-03.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm1-04.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm1-05.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm1-06.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm1-07.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm1-08.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm1-09.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm2-00.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm2-01.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm2-02.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm2-03.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm2-04.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm2-05.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm2-06.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm2-07.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm2-08.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm2-09.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm3-00.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm3-01.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm3-02.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm3-03.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm3-04.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm3-05.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm3-06.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm3-07.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm3-08.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm3-09.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm4-00.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm4-01.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm4-02.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm4-03.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm4-04.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm4-05.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm4-06.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm4-07.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm4-08.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseavm4-09.ea.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm0-00.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm0-01.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm0-02.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm0-03.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm0-04.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm0-05.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm0-06.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm0-07.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm0-08.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm0-09.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm1-00.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm1-01.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm1-02.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm1-03.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm1-04.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm1-05.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm1-06.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm1-07.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm1-08.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm1-09.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm2-00.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm2-01.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm2-02.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm2-03.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm2-04.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm2-05.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm2-06.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm2-07.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm2-08.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm2-09.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm3-00.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm3-01.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm3-02.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm3-03.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm3-04.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm3-05.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm3-06.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm3-07.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm3-08.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm3-09.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm4-00.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm4-01.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm4-02.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm4-03.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm4-04.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm4-05.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm4-06.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm4-07.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm4-08.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm4-09.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm5-00.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm5-01.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm5-02.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm5-03.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm5-04.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm5-05.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm5-06.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm5-07.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm5-08.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm5-09.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm6-00.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm6-01.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm6-02.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm6-03.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm6-04.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm6-05.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm6-06.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm6-07.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm6-08.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm6-09.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm7-00.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm7-01.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm7-02.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm7-03.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm7-04.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm7-05.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm7-06.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm7-07.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm7-08.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azieseusvm7-09.eus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm0-00.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm0-01.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm0-02.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm0-03.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm0-04.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm0-05.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm0-06.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm0-07.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm0-08.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm0-09.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm1-00.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm1-01.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm1-02.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm1-03.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm1-04.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm1-05.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm1-06.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm1-07.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm1-08.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjevm1-09.je.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm0-00.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm0-01.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm0-02.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm0-03.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm0-04.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm0-05.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm0-06.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm0-07.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm0-08.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm0-09.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm1-00.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm1-01.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm1-02.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm1-03.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm1-04.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm1-05.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm1-06.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm1-07.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm1-08.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesjwvm1-09.jw.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm0-00.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm0-01.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm0-02.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm0-03.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm0-04.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm0-05.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm0-06.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm0-07.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm0-08.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm0-09.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm1-00.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm1-01.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm1-02.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm1-03.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm1-04.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm1-05.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm1-06.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm1-07.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm1-08.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm1-09.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm2-00.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm2-01.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm2-02.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm2-03.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm2-04.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm2-05.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm2-06.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm2-07.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm2-08.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm2-09.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm3-00.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm3-01.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm3-02.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm3-03.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm3-04.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm3-05.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm3-06.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm3-07.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm3-08.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm3-09.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm4-00.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm4-01.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm4-02.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm4-03.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm4-04.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm4-05.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm4-06.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm4-07.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm4-08.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesnevm4-09.ne.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm0-00.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm0-01.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm0-02.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm0-03.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm0-04.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm0-05.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm0-06.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm0-07.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm0-08.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm0-09.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm1-00.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm1-01.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm1-02.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm1-03.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm1-04.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm1-05.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm1-06.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm1-07.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm1-08.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm1-09.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm2-00.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm2-01.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm2-02.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm2-03.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm2-04.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm2-05.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm2-06.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm2-07.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm2-08.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm2-09.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm3-00.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm3-01.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm3-02.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm3-03.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm3-04.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm3-05.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm3-06.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm3-07.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm3-08.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm3-09.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm4-00.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm4-01.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm4-02.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm4-03.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm4-04.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm4-05.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm4-06.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm4-07.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm4-08.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm4-09.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm5-00.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm5-01.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm5-02.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm5-03.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm5-04.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm5-05.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm5-06.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm5-07.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm5-08.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm5-09.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm6-00.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm6-01.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm6-02.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm6-03.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm6-04.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm6-05.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm6-06.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm6-07.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm6-08.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm6-09.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm7-00.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm7-01.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm7-02.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm7-03.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm7-04.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm7-05.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm7-06.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm7-07.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm7-08.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
aziesscusvm7-09.scus.prod.microsoft.com
|
CT Log | Current | — | — | — | — |
azippservice.microsoft.com
|
CT Log | Current | — | — | — | — |
azrmonitoring.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
azsaptstdsa05.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T20:10:26Z | |
azsaptstdsa06.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T20:10:26Z | |
azsaptstdsa07.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T20:10:26Z | |
azsaptstotmpar4.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T21:59:13Z | |
azsaptstotmpar5.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T21:59:13Z | |
azure.microsoft.com
|
CT Log | Current | — | — | — | — |
azureinfo.microsoft.com
|
CT Log | Current | — | — | — | — |
azuressdtest.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
azvsmas-australia-prd.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T15:05:30Z | |
azvsmas-canada-prd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:48:31Z | |
azwfm24uatis01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T16:02:51Z | |
b.calendars.office.microsoft.com
|
CT Log | Current | — | — | — | — |
b.config.office.microsoft.com
|
CT Log | Current | — | — | — | — |
b.i.office.microsoft.com
|
CT Log | Current | — | — | — | — |
b.office.microsoft.com
|
CT Log | Current | — | — | — | — |
b.officeupdate.microsoft.com
|
CT Log | Current | — | — | — | — |
b.r.office.microsoft.com
|
CT Log | Current | — | — | — | — |
b.services.office.microsoft.com
|
CT Log | Current | — | — | — | — |
b.shapes.office.microsoft.com
|
CT Log | Current | — | — | — | — |
b.urs.microsoft.com
|
CT Log | Current | — | — | — | — |
b2bwebapp1.microsoft.com
|
CT Log | Current | — | — | — | — |
b2bwebapp2.microsoft.com
|
CT Log | Current | — | — | — | — |
b2bwebapp3.microsoft.com
|
CT Log | Current | — | — | — | — |
b2bwebapp4.microsoft.com
|
CT Log | Current | — | — | — | — |
b2bwebapp5.microsoft.com
|
CT Log | Current | — | — | — | — |
b2bwebapp6.microsoft.com
|
CT Log | Current | — | — | — | — |
bac.microsoft.com
|
CT Log | Current | — | — | — | — |
backend.api-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:20:15Z | |
backend.api-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-24T19:54:31Z | |
backend.approvals-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:25:28Z | |
backend.approvals-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:00:36Z | |
backend.approvals-int.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T22:53:16Z | |
backend.approvals-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T20:50:52Z | |
backend.approvals-prod.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T15:55:36Z | |
backend.approvals-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T20:52:22Z | |
backend.catalagoservice-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:33:41Z | |
backend.catalagoservice-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:06:48Z | |
backend.catalog-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:29:16Z | |
backend.catalog-dev.update.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:29:16Z | |
backend.catalog-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:03:53Z | |
backend.catalog-int.update.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:03:53Z | |
backend.catalog-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T20:56:12Z | |
backend.catalog.update.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T20:55:43Z | |
backend.catalogservice-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:06:48Z | |
backend.catalogservice-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T20:59:31Z | |
backend.catalogservice-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T21:00:40Z | |
backend.cmd-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:40:54Z | |
backend.cmd-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:09:42Z | |
backend.cmd-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T21:03:45Z | |
backend.cmd-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T21:03:35Z | |
backend.cms.cdp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T21:03:45Z | |
backend.csvapi-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:56:05Z | |
backend.csvapi-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T20:25:20Z | |
backend.csvapi-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:12:41Z | |
backend.csvapi-prod.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T16:00:02Z | |
backend.csvapi-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:13:01Z | |
backend.cws-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:48:54Z | |
backend.cws-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-24T20:16:05Z | |
backend.cws-int.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T22:56:33Z | |
backend.cwscr-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:48:54Z | |
backend.cwscr-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-24T20:16:05Z | |
backend.cwscr-int.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T22:56:21Z | |
backend.dataapi-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:56:12Z | |
backend.dataapi-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:25:13Z | |
backend.dataapi-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:14:41Z | |
backend.dataapi-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:14:28Z | |
backend.dpp-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T21:41:21Z | |
backend.extorigin-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:44:59Z | |
backend.extorigin-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:12:55Z | |
backend.extorigin-ppe.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:12:55Z | |
backend.extorigin-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:07:53Z | |
backend.intorigin-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:44:59Z | |
backend.origin.delivery.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:06:53Z | |
backend.pending.sls-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T21:32:32Z | |
backend.pending.sls-dev.update.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T21:32:32Z | |
backend.pending.sls-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:53:20Z | |
backend.pending.sls-int.update.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:53:20Z | |
backend.pub-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T21:08:49Z | |
backend.pub-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:32:36Z | |
backend.pub-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:23:22Z | |
backend.pub-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:23:43Z | |
backend.saw.csvapi-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:56:05Z | |
backend.saw.csvapi-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T20:25:20Z | |
backend.saw.csvapi-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:12:41Z | |
backend.saw.csvapi-prod.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T16:00:02Z | |
backend.saw.csvapi-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:13:01Z | |
backend.serversync-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T21:22:14Z | |
backend.serversync-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-24T20:42:40Z | |
backend.sfs-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T21:26:13Z | |
backend.sfs-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:32:23Z | |
backend.sfs-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:32:18Z | |
backend.sls-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T21:30:08Z | |
backend.sls-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-24T20:50:30Z | |
backend.slscr-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T21:30:24Z | |
backend.slscr-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-24T20:50:41Z | |
backend.slspublishing-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:58:08Z | |
backend.slspublishing-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:26:55Z | |
backend.slspublishing-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:16:35Z | |
backend.slspublishing-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:16:20Z | |
backend.smt-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T21:39:29Z | |
backend.smt-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T21:03:51Z | |
backend.smt-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T21:38:57Z | |
backend.smt-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T21:39:16Z | |
backend.status-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T21:39:19Z | |
backend.status-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T21:03:57Z | |
backend.status-int.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T23:03:05Z | |
backend.status-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T21:41:07Z | |
backend.status-prod.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T16:03:57Z | |
backend.status-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T21:40:59Z | |
backend.tip.or.delivery.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:07:53Z | |
backend.ums-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T21:45:55Z | |
backend.ums-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-24T21:09:07Z | |
backoffice.microsoft.com
|
CT Log | Current | — | — | — | — |
backup.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
backup12.microsoft.com
|
CT Log | Current | — | — | — | — |
badgetrackerweb.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T02:33:05Z | |
bami.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T04:45:15Z | |
barcod.store.microsoft.com
|
CT Log | Current | — | — | — | — |
bas.microsoft.com
|
CT Log | Current | — | — | — | — |
bas.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
basuatexternal.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
basuatexternal2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
bay-1.extsky.microsoft.com
|
CT Log | Current | — | — | — | — |
bay-2.extsky.microsoft.com
|
CT Log | Current | — | — | — | — |
bay-3.extsky2.microsoft.com
|
CT Log | Current | — | — | — | — |
bayprofile01.microsoft.com
|
CT Log | Current | — | — | — | — |
bayprofile02.microsoft.com
|
CT Log | Current | — | — | — | — |
bayprofile03.microsoft.com
|
CT Log | Current | — | — | — | — |
bayprofile04.microsoft.com
|
CT Log | Current | — | — | — | — |
bayprofile05.microsoft.com
|
CT Log | Current | — | — | — | — |
bayprofile06.microsoft.com
|
CT Log | Current | — | — | — | — |
bayprofile07.microsoft.com
|
CT Log | Current | — | — | — | — |
bayprofile08.microsoft.com
|
CT Log | Current | — | — | — | — |
bayprofile09.microsoft.com
|
CT Log | Current | — | — | — | — |
bayprofile10.microsoft.com
|
CT Log | Current | — | — | — | — |
bayprofile11.microsoft.com
|
CT Log | Current | — | — | — | — |
bayprofile12.microsoft.com
|
CT Log | Current | — | — | — | — |
bayprofile13.microsoft.com
|
CT Log | Current | — | — | — | — |
bayprofile14.microsoft.com
|
CT Log | Current | — | — | — | — |
bayprofile15.microsoft.com
|
CT Log | Current | — | — | — | — |
bayvlsc01.microsoft.com
|
CT Log | Current | — | — | — | — |
bayvlsc02.microsoft.com
|
CT Log | Current | — | — | — | — |
bayvlsc03.microsoft.com
|
CT Log | Current | — | — | — | — |
bayvlsc04.microsoft.com
|
CT Log | Current | — | — | — | — |
bayvlsc05.microsoft.com
|
CT Log | Current | — | — | — | — |
bayvlsc06.microsoft.com
|
CT Log | Current | — | — | — | — |
bc.pubcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
bcp.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
bcp.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
bcp.adcenterapidownload.microsoft.com
|
CT Log | Current | — | — | — | — |
bcp.adcenterhelp.microsoft.com
|
CT Log | Current | — | — | — | — |
bcp.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
bcp.evdesktop.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
bcp.maf.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
bcweb.microsoft.com
|
CT Log | Current | — | — | — | — |
bcwebdit1.microsoft.com
|
CT Log | Current | — | — | — | — |
bcwebdit2.microsoft.com
|
CT Log | Current | — | — | — | — |
bcwebdut.microsoft.com
|
CT Log | Current | — | — | — | — |
bcwebuat1.microsoft.com
|
CT Log | Current | — | — | — | — |
bcwebuat2.microsoft.com
|
CT Log | Current | — | — | — | — |
bcwebuatdr.microsoft.com
|
CT Log | Current | — | — | — | — |
bd360coreapi.geneva.keyvault.wcf.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T06:08:12Z | |
be.prod.do.dsp.mp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T15:15:44Z | |
bedrockcorp.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockcorpblu.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockcorpblunext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockcorpcn.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockcorpcnnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockcorpcol.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockcorpcolnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockcorpemea.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockcorpemeanext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockcorpjp.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockcorpkawnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockcorpnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockcorpsg.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockcorpsgnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockformscorp.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockformscorpblu.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockformscorpblunext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockformscorpcn.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockformscorpcnnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockformscorpcol.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockformscorpcolnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockformscorpemea.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockformscorpemeanext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockformscorpkaw.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockformscorpkawnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockformscorpnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockformscorpsg.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bedrockformscorpsgnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
benefitsdashboard-uat.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T12:43:29Z | |
beta.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.api.sandbox.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.apprep.smartscreen.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.bac.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.code.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.discover.did.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.feedback.smartscreen.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.hub.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.internal.sandbox.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.itasignon.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.mail.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.microsoft.com
|
DNS | Current |
connect.microsoft.akadns.net
|
— | — | — |
beta.ncpreport.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.pubcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.pubcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.sandbox.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.secure.api.sandbox.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.secure.sandbox.adcenter.microsoft.com
|
CT Log | Current |
secure.advertiser-si.adcenter.microsoft.com
|
— | — | — |
beta.sharedservices.api.sandbox.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.si.advertising.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.si.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.stats.update.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.t.urs.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.update.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.urs.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.w.apprep.smartscreen.microsoft.com
|
CT Log | Current | — | — | — | — |
beta.wsp.microsoft.com
|
CT Log | Current | — | — | — | — |
beta20.sc.microsoft.com
|
CT Log | Current | — | — | — | — |
betalearningservices.microsoft.com
|
CT Log | Current | — | — | — | — |
betamu.update.microsoft.com
|
CT Log | Current | — | — | — | — |
betuat.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T19:11:03Z | |
bi2.microsoft.com
|
CT Log | Current | — | — | — | — |
billing.microsoft.com
|
DNS | Current |
reroute.microsoft.com
|
— | — | — |
bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
bizdrhub1.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
bizdrhub4.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
bizspark.microsoft.com
|
CT Log | Current | — | — | — | — |
bizweb.store.microsoft.com
|
CT Log | Current | — | — | — | — |
bl2-1.extsky.microsoft.com
|
CT Log | Current | — | — | — | — |
bl2-2.extsky.microsoft.com
|
CT Log | Current | — | — | — | — |
bldevwebsvc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
blogs.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
blr-bcserversvc-443-prod-search.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
blsua01.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
blsub01.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
blu-3.extsky2.microsoft.com
|
CT Log | Current | — | — | — | — |
blugro1gms.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
blugro1relay.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
blugro2gms.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
blugro2relay.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
blugro3gms.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
blugro3relay.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
blugro4gms.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
blugro4relay.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
blugro5gms.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
blugro5relay.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
blugro6gms.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
blugro6relay.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
blugro7gms.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
blugro7relay.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
blwebservice.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
blwebservicercb.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
bms.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
bms.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
bms2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
bmsua01.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
bmsua02.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
bmsub01.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
bmsuc01.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
bmt-dev-01.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
bn1.aphavoc.microsoft.com
|
CT Log | Current | — | — | — | — |
bn1cdnamail1.microsoft.com
|
CT Log | Current | — | — | — | — |
bn1cdnamail2.microsoft.com
|
CT Log | Current | — | — | — | — |
bn1cdnamail3.microsoft.com
|
CT Log | Current | — | — | — | — |
bn1cdnamail4.microsoft.com
|
CT Log | Current | — | — | — | — |
bn1cdnamail5.microsoft.com
|
CT Log | Current | — | — | — | — |
bn1vlsctest01.microsoft.com
|
CT Log | Current | — | — | — | — |
bn1vlsctest02.microsoft.com
|
CT Log | Current | — | — | — | — |
bn1vlsctest03.microsoft.com
|
CT Log | Current | — | — | — | — |
bn1vlsctest04.microsoft.com
|
CT Log | Current | — | — | — | — |
botnettf.microsoft.com
|
CT Log | Current | — | — | — | — |
bpcsbxdb.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T10:53:55Z | |
brandppe.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
brandtools.microsoft.com
|
CT Log | Current | — | — | — | — |
brandtools.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
brandtoolsppe.microsoft.com
|
CT Log | Current | — | — | — | — |
brazilsouth-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
brerm.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T11:39:06Z | |
broadfe1-df.ws.microsoft.com
|
CT Log | Current | — | — | — | — |
broadfe1.ws.microsoft.com
|
CT Log | Current | — | — | — | — |
broadfe2-df.ws.microsoft.com
|
CT Log | Current | — | — | — | — |
broadfe2.update.microsoft.com
|
CT Log | Current | — | — | — | — |
broadfe2.ws.microsoft.com
|
CT Log | Current | — | — | — | — |
browse.tvdownload.microsoft.com
|
CT Log | Current | — | — | — | — |
browser.playwright.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T02:59:48Z | |
brs.prod.manageddevops.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:49:35Z | |
brs.prod.rp.manageddevops.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:49:35Z | |
brt.blr.microsoft.com
|
CT Log | Current | — | — | — | — |
bsxcdn.mp.microsoft.com
|
CT Log | Current | — | — | — | — |
build.microsoft.com
|
DNS | Current |
global-web-build2026-prod.trafficmanager.net
|
— | — | — |
bulktagging.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T16:16:31Z | |
business.microsoft.com
|
CT Log | Current | — | — | — | — |
businesslearning.microsoft.com
|
CT Log | Current | — | — | — | — |
businessppe.microsoft.com
|
CT Log | Current | — | — | — | — |
businessproductivity.microsoft.com
|
CT Log | Current | — | — | — | — |
businessstore.microsoft.com
|
CT Log | Current | — | — | — | — |
buy.co1.microsoft.com
|
CT Log | Current | — | — | — | — |
buy.dm2.microsoft.com
|
CT Log | Current | — | — | — | — |
buy.microsoft.com
|
CT Log | Current | — | — | — | — |
buynow.one.microsoft.com
|
CT Log | Current | — | — | — | — |
buynowpob.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
buynowuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
buyoffice.microsoft.com
|
CT Log | Current | — | — | — | — |
buysupport.microsoft.com
|
CT Log | Current | — | — | — | — |
buysupportuat1.microsoft.com
|
CT Log | Current | — | — | — | — |
by2profiletest01.microsoft.com
|
CT Log | Current | — | — | — | — |
by2profiletest02.microsoft.com
|
CT Log | Current | — | — | — | — |
by2profiletest03.microsoft.com
|
CT Log | Current | — | — | — | — |
by2profiletest04.microsoft.com
|
CT Log | Current | — | — | — | — |
by2profiletest05.microsoft.com
|
CT Log | Current | — | — | — | — |
by2vlsctest51.microsoft.com
|
CT Log | Current | — | — | — | — |
by2vlsctest52.microsoft.com
|
CT Log | Current | — | — | — | — |
by2vlsctest53.microsoft.com
|
CT Log | Current | — | — | — | — |
by2vlsctest54.microsoft.com
|
CT Log | Current | — | — | — | — |
bzgmxa-dom.extest.microsoft.com
|
CT Log | Current | — | — | — | — |
c-signing.preview.ml.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:29:48Z | |
c.au.public-teams.ctrl.ml.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T05:23:48Z | |
c.ipdns.public-teams.ctrl.ml.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T10:14:09Z | |
c.microsoft.com
|
CT Log | Current | — | — | — | — |
c.nam.public-teams.ctrl.ml.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T10:14:09Z | |
c.partnersettings.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
c.perf.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
c.public-teams.ctrl.ml.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T10:14:09Z | |
c.urs.microsoft.com
|
CT Log | Current | — | — | — | — |
c1.advertiser-si.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
c1.by2.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
c1.by2.maf.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
c1.by2.securityservices.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
c1.by2.sharedservices.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
c1.ch1.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
c1.ch1.maf.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
c1.ch1.sharedservices.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
c1.internal.advertiser-si.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
c1.microsoft.com
|
CT Log | Current | — | — | — | — |
c1.sharedservices.si.api.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
c1.si.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
c2.advertiser-si.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
c2.by2.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
c2.by2.maf.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
c2.by2.securityservices.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
c2.by2.sharedservices.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
c2.ch1.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
c2.ch1.maf.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
c2.ch1.sharedservices.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
c2.internal.advertiser-si.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
c2.sharedservices.si.api.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
c2.si.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
caat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
caatsvc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
caatuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
caatusvc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cacheinv.middletier.teams-nonprod.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T00:17:12Z | |
cachewriter-ae.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-amer.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-apac.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-au.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-br.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-ca.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-ch.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-cl.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-cn.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-de.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-df.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-emea.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-es.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-fr.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-il.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-in.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-int.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-jp.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-kr.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-msft.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-my.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-no.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-qa.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-se.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-sg.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-sw.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-tw.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-uk.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter-za.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
cachewriter.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:47:31Z | |
calm.preprod.wta.auth.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T11:43:11Z | |
cam-si.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
cam.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
cam.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
cam.current.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
cam.si.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
camp-image.current.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
campaign.microsoft.com
|
DNS | Current | — | — | — | — |
campus.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
campuscs.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
campusu.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
canadacentral-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
canadaeast-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
canary.eastus.userdiscovery.teams.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-23T19:23:58Z | |
canary.southeastasia.userdiscovery.teams.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-23T19:23:58Z | |
canary.userdiscovery.teams.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-23T19:23:58Z | |
canary.westeurope.userdiscovery.teams.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-23T19:23:58Z | |
capccf.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
capccfv2.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
capedtap01.int.playready.microsoft.com
|
CT Log | Current | — | — | — | — |
capedtap02.int.playready.microsoft.com
|
CT Log | Current | — | — | — | — |
capedtap04.int.playready.microsoft.com
|
CT Log | Current | — | — | — | — |
captions.office.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T18:03:32Z | |
careers.microsoft.com
|
DNS | Current |
careers-dxeqa2fddjdtavgj.b01.azurefd.net
|
— | — | — |
careersppe.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T14:50:38Z | |
careersppe1.microsoft.com
|
CT Log | Current | — | — | — | — |
cashback.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
cat-uat.microsoft.com
|
CT Log | Current | — | — | — | — |
cat.microsoft.com
|
CT Log | Current | — | — | — | — |
catalog-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 26 | 2025-04-22T20:24:23Z | |
catalog-dev.update.microsoft.com
|
CT Log | Current | — | 36 | 2025-04-22T20:24:23Z | |
catalog-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T19:53:40Z | |
catalog-int.update.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-24T19:53:40Z | |
catalog-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T20:56:12Z | |
catalog.dsc.microsoft.com
|
CT Log | Current | — | — | — | — |
catalog.microsoft.com
|
DNS | Current |
genuine.microsoft.akadns.net
|
— | — | — |
catalog.sellerdashboard.microsoft.com
|
CT Log | Current | — | — | — | — |
catalog.store.microsoft.com
|
CT Log | Current | — | — | — | — |
catalog.update.microsoft.com
|
CT Log | Current | — | 14 | 2025-04-21T20:55:43Z | |
catalogbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
catalogmanager.dsc.microsoft.com
|
CT Log | Current | — | — | — | — |
catalogmanager.store.microsoft.com
|
CT Log | Current | — | — | — | — |
catalogmanageruat.dsc.microsoft.com
|
CT Log | Current | — | — | — | — |
catalogservice-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 13 | 2025-04-22T20:26:45Z | |
catalogservice-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T19:56:03Z | |
catalogservice-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 14 | 2025-04-21T20:59:31Z | |
catalogservice-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T21:00:40Z | |
cataloguat.dsc.microsoft.com
|
CT Log | Current | — | — | — | — |
cbi.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cbiapac.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cbiapacuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cbiemea.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cbitest.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cbiuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cbiuat2007.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cc.service.microsoft.com
|
CT Log | Current | — | — | — | — |
ccapi-ppe.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
ccapi.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
ccapi.bc.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
ccapi.next.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
ccfint.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ccfppe.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ccmt.next.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
ccpadsdevhyp994.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
ccportal.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ccs.microsoft.com
|
CT Log | Current | — | — | — | — |
ccsperf.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ccssit1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ccsuat.microsoft.com
|
CT Log | Current | — | — | — | — |
ccsupport.service.microsoft.com
|
CT Log | Current | — | — | — | — |
cd.ipdns.public.disco.ml.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T21:28:42Z | |
cd.nam.public.disco.ml.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T21:28:42Z | |
cd.public.disco.ml.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T21:28:42Z | |
cd.samafr.public.disco.ml.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-25T01:48:33Z | |
cdn.cloudaccelerator.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T12:36:57Z | |
cdn.microsoft.com
|
DNS | Current |
officecdnmac.microsoft.com.edgekey.net
|
— | — | — |
cdn.support.services.microsoft.com
|
CT Log | Current | — | — | — | — |
cds.cg.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T22:26:07Z | |
ce.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
centergyrem2.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
centergyrem3.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
centergyrem4.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
centergyremote.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
centralus.aadbridge.mcapiaadbridge.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T17:01:42Z | |
centralus.mtonline.sls.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:47:21Z | |
centralus.standby.mtonline.sls.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:47:21Z | |
centraluseuap.api.cognitive.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T11:16:59Z | |
centraluseuap.dcsfe.prod.adu.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T02:53:42Z | |
centraluseuap.dev.cognitive.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T11:16:59Z | |
centremtest.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ceops.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cert.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
cert.learningservices.microsoft.com
|
CT Log | Current | — | — | — | — |
cert.microsoft.com
|
DNS | Current |
reroute.microsoft.com
|
— | — | — |
certauth.stsadweb.one.microsoft.com
|
CT Log | Current | — | — | — | — |
certificatecallssvcintbn2caller1.microsoft.com
|
CT Log | Current | — | — | — | — |
certification.drm.microsoft.com
|
CT Log | Current | — | — | — | — |
certification.isv.drm.microsoft.com
|
CT Log | Current | — | — | — | — |
cesforums.microsoft.com
|
CT Log | Current | — | — | — | — |
cetrain.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cfr.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cfrevtool.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cfws.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
ch1.monitoring.aeos.microsoft.com
|
CT Log | Current | — | — | — | — |
ch1.ppe.aeos.microsoft.com
|
CT Log | Current | — | — | — | — |
ch1ehsobe001.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
ch1ehsobe002.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
ch1ehsobe003.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
ch1ehsobe004.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
ch1ehsobe005.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
ch1ehsobe006.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
ch1outboundsmtppool1.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
ch1outboundsmtppool2.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
changemgmt.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
changemgmtext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
channelbuilder.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
channelbuilderbeta.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
channelincentives.microsoft.com
|
CT Log | Current | — | — | — | — |
channelincentivesbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
channelincentivesbeta2.microsoft.com
|
CT Log | Current | — | — | — | — |
channelincentivespx3.microsoft.com
|
CT Log | Current | — | — | — | — |
channelincentivespx3beta.microsoft.com
|
CT Log | Current | — | — | — | — |
channelinclusion.microsoft.com
|
CT Log | Current | — | — | — | — |
channelinclusiondev.microsoft.com
|
CT Log | Current | — | — | — | — |
channelinclusionpl.microsoft.com
|
CT Log | Current | — | — | — | — |
channelinclusionsand.microsoft.com
|
CT Log | Current | — | — | — | — |
channelinclusionsit.microsoft.com
|
CT Log | Current | — | — | — | — |
channelinclusiontest.microsoft.com
|
CT Log | Current | — | — | — | — |
channelinclusionuat.microsoft.com
|
CT Log | Current | — | — | — | — |
channels.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T03:42:38Z | |
chat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
chat.ppe.communication.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T05:23:33Z | |
chat1.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
chat3.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
chatsvcagg-df.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-21T18:32:04Z | |
chatsvcagg-int.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-21T18:32:04Z | |
chatsvcagg-msft.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-21T18:32:04Z | |
chatsvcagg.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-21T18:32:04Z | |
chatuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
chatuat1.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
chatuat3.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
chatuatreport.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
chinae2-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
chinaeast-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
chinan2-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
chinanorth-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
chipctpweb.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
choice.microsoft.com
|
CT Log | Current | — | — | — | — |
cid.prod.communication.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-22T01:04:07Z | |
cip2.microsoft.com
|
CT Log | Current | — | — | — | — |
citizenshipevidence.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ckg-dev.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T21:01:54Z | |
ckg-uat.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T06:57:24Z | |
ckms.prod.communication.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-21T16:51:56Z | |
claimsservice.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
claimsservicebeta.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
claimsservicebeta.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
clarityconnect.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
classfinder.microsoft.com
|
CT Log | Current | — | — | — | — |
classfinderbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
classic.aihardware.carina.stca.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T08:59:02Z | |
clearinghouse.one.microsoft.com
|
CT Log | Current | — | — | — | — |
clearinghousebld.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
clearinghousedev.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
clearinghouseone.one.microsoft.com
|
CT Log | Current | — | — | — | — |
clearinghouserca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
clearinghousercb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
clearinghousesedev.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
clearinghousetestaz.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
clearinghouseuat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
clicktoattend.microsoft.com
|
CT Log | Current | — | — | — | — |
clicktoattendppe.microsoft.com
|
CT Log | Current | — | — | — | — |
clientauth.sfmgt.ppe.dcatbcdr.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T06:50:16Z | |
clientcenterdev.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
cloud.microsoft.com
|
DNS | Current |
reroute.microsoft.com
|
— | — | — |
cloudappbackup.microsoft.com
|
CT Log | Current | — | — | — | — |
cloudappbackuptest.microsoft.com
|
CT Log | Current | — | — | — | — |
cloudblogs.microsoft.com
|
CT Log | Current | — | — | — | — |
cloudbrowser.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T19:14:18Z | |
cloudcollection-northeurope-s2s-afd-int.media.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:58:24Z | |
cloudcollection-westus-s2s-afd-int.media.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T04:53:33Z | |
cloudcrmifd.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cloudcrmifduat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
clouddamqa.microsoft.com
|
CT Log | Current | — | — | — | — |
cloudpartner.mspartner.microsoft.com
|
CT Log | Current | — | — | — | — |
cloudtile.photos.microsoft.com
|
CT Log | Current | — | — | — | — |
clpagmtws.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
clpagmtwsuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
clpentitlews.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
clpentitlewsuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
clplsws.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
clplswsuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
clpws.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
clpwsuat1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
clt.msops.microsoft.com
|
CT Log | Current | — | — | — | — |
cltuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cltuat1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cmc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cmcuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cmcuat2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cmd-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 12 | 2025-04-22T20:28:55Z | |
cmd-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-24T19:58:26Z | |
cmd-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-24T23:51:32Z | |
cmd-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 15 | 2025-04-21T20:51:22Z | |
cmgatewaysigning.gateway.configmgr.manage-selfhost.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T08:25:22Z | |
cmgatewaysigning.gateway.configmgr.manage.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-24T12:16:39Z | |
cmgimmsvc.microsoft.com
|
CT Log | Current | — | — | — | — |
cmmt.next.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
cmpdev.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
cmptest.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
cms-dev.cloudaccelerator.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T22:20:09Z | |
cms-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-24T23:51:32Z | |
cms.cdp.microsoft.com
|
CT Log | Current | — | 20 | 2025-04-21T21:03:45Z | |
cms.cloudaccelerator.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T16:52:02Z | |
cms.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T19:11:03Z | |
cmsbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsbn1test01.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsbn1test02.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsbn1test03.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsbn1test04.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsbn1test05.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsbn1test06.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsbn1test07.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsbn1test08.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsbn1test09.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsbn1test10.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsbn1test11.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsbn1test12.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsby2test51.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsby2test52.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsby2test53.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsby2test54.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsby2test55.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsby2test56.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsby2test57.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsby2test58.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsby2test59.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsby2test60.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsby2test61.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsby2test62.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsco2test51.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsco2test52.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsco2test53.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsco2test54.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsco2test55.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsco2test56.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsco2test57.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsco2test58.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsco2test59.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsco2test60.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsco2test61.microsoft.com
|
CT Log | Current | — | — | — | — |
cmsco2test62.microsoft.com
|
CT Log | Current | — | — | — | — |
cmscy1test51.microsoft.com
|
CT Log | Current | — | — | — | — |
cmscy1test52.microsoft.com
|
CT Log | Current | — | — | — | — |
cmscy1test53.microsoft.com
|
CT Log | Current | — | — | — | — |
cmscy1test54.microsoft.com
|
CT Log | Current | — | — | — | — |
cmscy1test55.microsoft.com
|
CT Log | Current | — | — | — | — |
cmscy1test56.microsoft.com
|
CT Log | Current | — | — | — | — |
cmscy1test57.microsoft.com
|
CT Log | Current | — | — | — | — |
cmscy1test58.microsoft.com
|
CT Log | Current | — | — | — | — |
cmscy1test59.microsoft.com
|
CT Log | Current | — | — | — | — |
cmscy1test60.microsoft.com
|
CT Log | Current | — | — | — | — |
cmscy1test62.microsoft.com
|
CT Log | Current | — | — | — | — |
cmscy1test63.microsoft.com
|
CT Log | Current | — | — | — | — |
cmscy1test64.microsoft.com
|
CT Log | Current | — | — | — | — |
cmscy1test65.microsoft.com
|
CT Log | Current | — | — | — | — |
cmscy1test66.microsoft.com
|
CT Log | Current | — | — | — | — |
cmserviceencrypt.gateway.configmgr.manage.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-24T15:39:22Z | |
cmsvcpp.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cmt.research.microsoft.com
|
CT Log | Current | — | — | — | — |
cmt2.research.microsoft.com
|
CT Log | Current | — | — | — | — |
cmt3.research.microsoft.com
|
CT Log | Current | — | — | — | — |
cnepubauthsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cnepubnsrsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cnryvmsatesttest01.infra.windows365.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T09:26:35Z | |
co1-ndes-05.microsoft.com
|
CT Log | Current | — | — | — | — |
co1-netnap01.ras.microsoft.com
|
CT Log | Current | — | — | — | — |
co1-netnap02.ras.microsoft.com
|
CT Log | Current | — | — | — | — |
co1-netnap03.ras.microsoft.com
|
CT Log | Current | — | — | — | — |
co1-netnap04.ras.microsoft.com
|
CT Log | Current | — | — | — | — |
co1-red-web-01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T10:23:13Z | |
co1-scmanv3-ext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1ecscrmis01f.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1ecscrmis02f.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1ecscrmis04b.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1ecscrmis05b.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1ecscrmis06b.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1ecscrmis101f.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1ecscrmis103b.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1ecscrmis104b.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1ehsobe001.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
co1ehsobe002.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
co1ehsobe003.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
co1ehsobe004.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
co1ehsobe005.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
co1ehsobe006.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
co1esvcampiis1.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1esvcampiis2.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1esvcampiis3.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1gcstoolsweb1.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1gcstoolsweb2.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1itintibmmp1.microsoft.com
|
CT Log | Current | — | — | — | — |
co1itintibmmp2.microsoft.com
|
CT Log | Current | — | — | — | — |
co1itna1ibmmp1.microsoft.com
|
CT Log | Current | — | — | — | — |
co1itna1ibmmp2.microsoft.com
|
CT Log | Current | — | — | — | — |
co1itrd2ibmmp1.microsoft.com
|
CT Log | Current | — | — | — | — |
co1itrd2ibmmp2.microsoft.com
|
CT Log | Current | — | — | — | — |
co1itrd3ibmmp1.microsoft.com
|
CT Log | Current | — | — | — | — |
co1itrd3ibmmp2.microsoft.com
|
CT Log | Current | — | — | — | — |
co1kis.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1miocorpprod.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
co1mssudelwb04.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profile01.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profile02.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profile03.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profile04.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profile05.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profile06.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profile07.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profile08.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profile09.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profile10.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profile11.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profile12.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profile13.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profile14.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profile15.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profiletest01.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profiletest02.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profiletest03.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profiletest04.microsoft.com
|
CT Log | Current | — | — | — | — |
co1profiletest05.microsoft.com
|
CT Log | Current | — | — | — | — |
co1vlsc01.microsoft.com
|
CT Log | Current | — | — | — | — |
co1vlsc02.microsoft.com
|
CT Log | Current | — | — | — | — |
co1vlsc03.microsoft.com
|
CT Log | Current | — | — | — | — |
co1vlsc04.microsoft.com
|
CT Log | Current | — | — | — | — |
co1vlsc05.microsoft.com
|
CT Log | Current | — | — | — | — |
co1vlsc06.microsoft.com
|
CT Log | Current | — | — | — | — |
co1xcwwb01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1xcwwb02.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1xcwwb03.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co1xtmafs01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co2agg04-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
co2oemwebprod01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co2oemwebprod02.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co2oemwebprod03.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co2oemwebprod04.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
co2vlscppe.microsoft.com
|
CT Log | Current | — | — | — | — |
co2vlsctest51.microsoft.com
|
CT Log | Current | — | — | — | — |
co2vlsctest52.microsoft.com
|
CT Log | Current | — | — | — | — |
co2vlsctest53.microsoft.com
|
CT Log | Current | — | — | — | — |
co2vlsctest54.microsoft.com
|
CT Log | Current | — | — | — | — |
co9ehsobe001.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
co9ehsobe002.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
co9ehsobe003.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
co9ehsobe004.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
co9ehsobe005.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
co9ehsobe006.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
cobranding.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
cobranding.partnerbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
code.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
codecs.microsoft.com
|
CT Log | Current | — | — | — | — |
codepremium.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
codesign.gtm.microsoft.com
|
CT Log | Current | — | — | — | — |
coesandbox4.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cogsdashboard.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T15:06:18Z | |
collaboratesync-dev.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T01:37:36Z | |
collaboratesync.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T20:34:31Z | |
columbia.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
comm-image.microsoft.com
|
CT Log | Current | — | — | — | — |
commerce.dsc.microsoft.com
|
CT Log | Current | — | — | — | — |
commerce.microsoft.com
|
CT Log | Current | — | — | — | — |
commercial-staging-dcatbackend.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T22:47:30Z | |
commercial-stagingdocumentpublisher-dcatbackend.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T22:47:30Z | |
commercial-stagingretrieval-dcatbackend.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T22:47:30Z | |
commercialproductlicensing.cls.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T06:01:11Z | |
communities2.microsoft.com
|
CT Log | Current | — | — | — | — |
community.advertising.microsoft.com
|
CT Log | Current | — | — | — | — |
community.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
community.microsoft.com
|
DNS | Current |
reroute.microsoft.com
|
— | — | — |
community.services.support.microsoft.com
|
CT Log | Current | — | — | — | — |
comodf.microsoft.com
|
CT Log | Current | — | — | — | — |
compass-ssl.microsoft.com
|
CT Log | Current | — | — | — | — |
compliance.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T23:01:47Z | |
compliance.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
config.microsoft.com
|
DNS | Current |
config-microsoft.l-0007.l-msedge.net
|
— | — | — |
config.teams.microsoft.com
|
CT Log | Current | — | 68 | 2025-04-23T05:23:24Z | |
configmgrenroll.microsoft.com
|
CT Log | Current | — | — | — | — |
configurator.microsoft.com
|
CT Log | Current | — | — | — | — |
connect.africa.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connect.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connect.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connect.fareast.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connect.microsoft.com
|
DNS | Current |
reroute.microsoft.com
|
— | — | — |
connect.middleeast.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connect.northamerica.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connect.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connect.southamerica.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connect.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connectedcrm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
connectedcrmctp.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
connectedcrmctpwcf.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
connectedcrmdev.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
connectedcrmdevwcf.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
connectedcrmifd.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
connectedcrmuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
connectedcrmwcf.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
connections.members.microsoft.com
|
CT Log | Current | — | — | — | — |
connectivity.microsoft.com
|
CT Log | Current | — | — | — | — |
connectppe.microsoft.com
|
CT Log | Current | — | — | — | — |
connects.africa.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connects.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connects.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connects.fareast.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connects.middleeast.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connects.northamerica.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connects.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connects.southamerica.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connects.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
connectus.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
connectuslpreportinguat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
connectusppe.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
connectusprd.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
connectustrain.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
connectusuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
consignmentgatewayservice.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:55:28Z | |
consumersecuritysupport.microsoft.com
|
CT Log | Current | — | — | — | — |
contentchannel-df.microsoft.com
|
CT Log | Current | — | — | — | — |
contentidea.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
contentvalidationfd.ch1b.microsoft.com
|
CT Log | Current | — | — | — | — |
context.answers.microsoft.com
|
CT Log | Current | — | — | — | — |
context.stg-answers.microsoft.com
|
CT Log | Current | — | — | — | — |
contracts.eagreements.microsoft.com
|
CT Log | Current | — | — | — | — |
contracts.vlcmuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
contracts.vlcmuat2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
contracts.vlcmuat3.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
controlplane.healthplatform.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-22T00:38:58Z | |
controls.partners.microsoft.com
|
CT Log | Current | — | — | — | — |
controls.platform.account.www.microsoft.com
|
CT Log | Current | — | — | — | — |
controlsbeta.partners.microsoft.com
|
CT Log | Current | — | — | — | — |
controltower-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
conversation.speech.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-21T15:20:43Z | |
coolproductsuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
coordinator.ppe.xbl.salus.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:55:50Z | |
coordinator.prod.xbl.salus.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:01:01Z | |
copilot-ci.api.sandbox.ads.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T19:31:16Z | |
copilot-feedback-backfill-test.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T10:36:45Z | |
copilotdash-sdf.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T06:17:24Z | |
copilotdash.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T18:25:19Z | |
copilotint.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T17:24:20Z | |
copilotstaging.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T17:24:20Z | |
copilotstudio.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-21T11:03:46Z | |
copilotstudio.preprod.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T02:50:51Z | |
copilotstudio.preview.microsoft.com
|
CT Log | Current | — | 14 | 2025-04-21T11:03:46Z | |
copilotstudio.test.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T15:54:12Z | |
core.msit.api.interfaces.records.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T16:34:12Z | |
coreservices.healthplatform.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-22T00:41:39Z | |
cornerstone.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
corp.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
corpadweb.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T10:23:13Z | |
corporatesalesperf.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
corprights.microsoft.com
|
CT Log | Current | — | — | — | — |
corptest.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
cosmic-operatorconnect.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:20:07Z | |
cosmicprod.geneva.keyvault.cosmic.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T03:48:54Z | |
coursemasterws.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
courses.microsoft.com
|
DNS | Current |
reroute.microsoft.com
|
— | — | — |
cp-ca1.healthplatform.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T01:00:07Z | |
cp-canary.healthplatform.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T00:38:58Z | |
cp-us1.healthplatform.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T01:00:54Z | |
cp.dev.sasweb.microsoft.com
|
CT Log | Current | — | — | — | — |
cp.pamweb.microsoft.com
|
CT Log | Current | — | — | — | — |
cp.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cp.sasweb.microsoft.com
|
CT Log | Current | — | — | — | — |
cp.test.sasweb.microsoft.com
|
CT Log | Current | — | — | — | — |
cp701-prod.do.dsp.mp.microsoft.com
|
CT Log | Current | — | — | — | — |
cpcourse.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cpcsaamssa1prodeuap1a.infra.windows365.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T07:13:47Z | |
cpcsaamssa1prodeuap1b.infra.windows365.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T06:18:12Z | |
cpcsaamssa1testtest01.infra.windows365.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T16:17:48Z | |
cppe.dns.microsoft.com
|
CT Log | Current | — | — | — | — |
cps.search.microsoft.com
|
CT Log | Current | — | — | — | — |
cpslite-stg.community.services.support.microsoft.com
|
CT Log | Current | — | — | — | — |
cpslite.community.services.support.microsoft.com
|
CT Log | Current | — | — | — | — |
cpsservices-sancert.microsoft.com
|
CT Log | Current | — | — | — | — |
cpsservices-stg-sancert.microsoft.com
|
CT Log | Current | — | — | — | — |
cpuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cre.raas.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:58:11Z | |
creatorapi.cpe.microsoft.com
|
CT Log | Current | — | — | — | — |
credit.msops.microsoft.com
|
CT Log | Current | — | — | — | — |
creditsitn.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
credittwo.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
critsit2011uat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
critsit30t.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
critsitperf.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
crl.microsoft.com
|
DNS | Current |
crl.www.ms.akadns.net
|
— | — | — |
crm2011.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
crm2011ctp.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
crm2011dev.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
crm2011uat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
crmcs.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
crmcssqa05.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
crmcsuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cs-ca1.healthplatform.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T00:55:15Z | |
cs-canary.healthplatform.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T00:41:39Z | |
cs-us1.healthplatform.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T01:06:24Z | |
csanalytics.powerplatform.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-22T17:30:58Z | |
csapp.ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
cscpe-logistics-cus01.ame-supplychain.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T01:49:54Z | |
cscpe-logistics-ncus01.ame-supplychain.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T02:24:34Z | |
cscpe-logistics-scus01.ame-supplychain.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T02:24:51Z | |
cscpsceaks.raydashboard.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T09:35:41Z | |
cslm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
csmsvcsqa05.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
csr.one.microsoft.com
|
CT Log | Current | — | — | — | — |
csrpob.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
csrrca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
csrrcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
csruat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
csrweb.registration.service.microsoft.com
|
CT Log | Current | — | — | — | — |
css.one.microsoft.com
|
CT Log | Current | — | — | — | — |
cssprofile.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cssremote.microsoft.com
|
CT Log | Current | — | — | — | — |
csswebex.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
csvapi-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 12 | 2025-04-22T20:30:45Z | |
csvapi-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T20:00:37Z | |
csvapi-int.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T20:00:37Z | |
csvapi-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 13 | 2025-04-21T21:12:41Z | |
csvapi-prod.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-22T20:18:09Z | |
csvapi-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T20:53:26Z | |
csweb.ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
ctest.microsoft.com
|
CT Log | Current | — | — | — | — |
ctp.services.social.microsoft.com
|
CT Log | Current | — | — | — | — |
ctp.social.expression.microsoft.com
|
CT Log | Current | — | — | — | — |
ctp.social.microsoft.com
|
CT Log | Current | — | — | — | — |
ctp.social.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
ctp.social.technet.microsoft.com
|
CT Log | Current | — | — | — | — |
ctp.widgets.membership.microsoft.com
|
CT Log | Current | — | — | — | — |
ctsdirpool1hlbext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ctslyncav.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ctslyncpool1hlbext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ctslyncsip.mssupport.microsoft.com
|
CT Log | Current | — | — | — | — |
ctslyncsip.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ctslyncwc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cuai-96.microsoft.com
|
CT Log | Current | — | — | — | — |
cuai97.microsoft.com
|
CT Log | Current | — | — | — | — |
current.pubcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
cus.prod.manageddevops.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:49:35Z | |
cus.prod.rp.manageddevops.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:49:35Z | |
cusred043apc91.microsoft.com
|
CT Log | Current | — | — | — | — |
cust-supp-chat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
customauthsigning.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:13:08Z | |
customersppe.microsoft.com
|
CT Log | Current | — | — | — | — |
custsurvey-dev.cloudaccelerator.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T09:11:48Z | |
custsurvey.cloudaccelerator.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T15:48:46Z | |
cvp.dss.microsoft.com
|
CT Log | Current | — | — | — | — |
cvp.membership.microsoft.com
|
CT Log | Current | — | — | — | — |
cvp.membership.ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
cvp.services.microsoft.com
|
CT Log | Current | — | — | — | — |
cvp.services.ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
cvpclusterweba.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cvpdemo.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cvpwebservicesprod.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cvpwebservicesuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cw.office.microsoft.com
|
CT Log | Current | — | — | — | — |
cwa.microsoft.com
|
CT Log | Current | — | — | — | — |
cws-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:41:55Z | |
cwsadminsvcext.one.microsoft.com
|
CT Log | Current | — | — | — | — |
cwscr-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:42:13Z | |
cwsdev.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cwsexrca.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cwsexrcb.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cwsext.one.microsoft.com
|
CT Log | Current | — | — | — | — |
cwsexuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cwsrc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cwsrcb2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cwstst.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cwsuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
cwsuatadminsvcext.one.microsoft.com
|
CT Log | Current | — | — | — | — |
cxn-2000.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
cxp.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
cxpqualityhub-scratch.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T17:43:55Z | |
d-signing.preview.ml.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:25:37Z | |
d15sslclientabapsdkprimary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:45:44Z | |
d15sslclientabapsdksecondary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:40:35Z | |
daas.microsoft.com
|
CT Log | Current | — | 43 | 2025-04-21T12:21:06Z | |
daashub-eu.holmes.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T22:20:23Z | |
daccess.microsoft.com
|
CT Log | Current | — | — | — | — |
das.microsoft.com
|
CT Log | Current | — | — | — | — |
das.one.microsoft.com
|
CT Log | Current | — | — | — | — |
data.choice.microsoft.com
|
CT Log | Current | — | — | — | — |
data.tag.microsoft.com
|
CT Log | Current | — | — | — | — |
data.tvdownload.microsoft.com
|
CT Log | Current | — | — | — | — |
data.us2.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
data1.us2.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
dataapi-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 11 | 2025-04-22T20:37:43Z | |
dataapi-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:06:49Z | |
dataapi-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-21T21:14:41Z | |
dataapi-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T21:00:00Z | |
dataassessmentsengine.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-17T00:00:00Z | |
dataencipherment.deploymentscheduler.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T21:53:48Z | |
datagridppe.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:41:07Z | |
datatransfer.microsoft.com
|
CT Log | Current | — | — | — | — |
datatransfer1.microsoft.com
|
CT Log | Current | — | — | — | — |
datatransferbr1.microsoft.com
|
CT Log | Current | — | — | — | — |
datatransferbr2.microsoft.com
|
CT Log | Current | — | — | — | — |
datatransferdb3.microsoft.com
|
CT Log | Current | — | — | — | — |
dataverse.microsoft.com
|
CT Log | Current | — | 12 | 2025-04-22T10:28:23Z | |
dataverse.preview.microsoft.com
|
CT Log | Current | — | 12 | 2025-04-22T10:28:23Z | |
datsrcaex.one.microsoft.com
|
CT Log | Current | — | — | — | — |
dawghouse.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
db.webfolders.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
db3iteu1ibmmp1.microsoft.com
|
CT Log | Current | — | — | — | — |
db3iteu1ibmmp2.microsoft.com
|
CT Log | Current | — | — | — | — |
dcode.support.microsoft.com
|
CT Log | Current | — | — | — | — |
dcodews.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
dcsfe.adu.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-22T02:25:32Z | |
dcsfe.dev.adu.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T20:05:58Z | |
dcsfe.prod.adu.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-22T02:25:32Z | |
dcupload.microsoft.com
|
CT Log | Current | — | — | — | — |
dedicated-15.microsoft.com
|
CT Log | Current | — | — | — | — |
dedicated-dev.microsoft.com
|
CT Log | Current | — | — | — | — |
dedicated.microsoft.com
|
CT Log | Current | — | — | — | — |
defender.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-21T23:01:47Z | |
definitionupdates.microsoft.com
|
CT Log | Current | — | — | — | — |
deliveryquality.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
demo.microsoft.com
|
DNS | Current | — | — | — | — |
demo.reports.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
demo.services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
demo.viewer.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
demopm.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
deploymentscheduler.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T08:49:06Z | |
desktop.adcenter-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
detego.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
dev-main.services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
dev-web.services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
dev.conversation.speech-test.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T13:21:50Z | |
dev.daas.microsoft.com
|
CT Log | Current | — | 13 | 2025-04-21T21:32:50Z | |
dev.esm.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T07:59:56Z | |
dev.fieldforce.microsoft.com
|
CT Log | Current | — | — | — | — |
dev.insights.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T14:57:35Z | |
dev.kse.microsoft.com
|
CT Log | Current | — | — | — | — |
dev.mai.fasttrack.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:39:58Z | |
dev.microsoft.com
|
DNS | Current |
developer.microsoft.com.edgekey.net
|
— | — | — |
dev.noe.api.medeina-dev.defender.microsoft.com
|
CT Log | Current | — | 21 | 2025-04-21T15:19:26Z | |
dev.norwayeast.api.medeina-dev.defender.microsoft.com
|
CT Log | Current | — | 21 | 2025-04-21T15:19:26Z | |
dev.norwaywest.api.medeina-dev.defender.microsoft.com
|
CT Log | Current | — | 22 | 2025-04-21T15:13:23Z | |
dev.now.api.medeina-dev.defender.microsoft.com
|
CT Log | Current | — | 22 | 2025-04-21T15:13:23Z | |
dev.services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
dev.social.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
dev.supplychainops.supplychain.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T07:25:57Z | |
devblogs.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T00:08:18Z | |
devbpricing.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
develop.microsoft.com
|
DNS | Current | — | — | — | — |
developer.microsoft.com
|
DNS | Current |
developer.microsoft.akadns.net
|
— | — | — |
developer.powerplatform.microsoft.com
|
CT Log | Current | — | 14 | 2025-04-22T00:16:32Z | |
developers.microsoft.com
|
DNS | Current |
developer.microsoft.com.edgekey.net
|
— | — | — |
developertools-test.powerplatform.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T18:33:44Z | |
developertools.powerplatform.microsoft.com
|
CT Log | Current | — | 12 | 2025-04-22T13:13:01Z | |
devforumsdev.microsoft.com
|
CT Log | Current | — | — | — | — |
devforumssit.microsoft.com
|
CT Log | Current | — | — | — | — |
devforumsuat.microsoft.com
|
CT Log | Current | — | — | — | — |
devicelistenerprod.eudb.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T01:18:21Z | |
devicelistenersh.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T03:01:05Z | |
devicemanagement.ppena01.ppe.cmdagent.infra.windows365.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T20:44:57Z | |
devicemanagement.shna01.sh.cmdagent.infra.windows365.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:43:46Z | |
deviceprofiler.microsoft.com
|
CT Log | Current | — | — | — | — |
deviceprofilersit.microsoft.com
|
CT Log | Current | — | — | — | — |
deviceprofileruat.microsoft.com
|
CT Log | Current | — | — | — | — |
devicequeryencryption.manage-beta.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T19:01:22Z | |
devicequeryencryption.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:11:32Z | |
devicequerysigning.manage-beta.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T10:04:20Z | |
devicequerysigning.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T13:52:34Z | |
devices.microsoft.com
|
DNS | Current |
msd-global.trafficmanager.net
|
— | — | — |
devint.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
devint.pubcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
devint.pubcenterdownload.microsoft.com
|
CT Log | Current | — | — | — | — |
devnxonline.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
devxboxsafetyactionservice.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:24:17Z | |
df-c14-01.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
df-c14-02.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
df-c14-03.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
df-c14-04.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
df-cas-05.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
df-grv-ems.ms-gms.microsoft.com
|
CT Log | Current | — | — | — | — |
df-mbx-e1501.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
df-off-ems.ms-gms.microsoft.com
|
CT Log | Current | — | — | — | — |
df-primary-ext.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
df-uch14-r01.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
df.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
df.partnersettings.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
df.reporting.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
df.settings.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
df.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
df.telemetry.microsoft.com
|
CT Log | Current | — | — | — | — |
df.urs.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
dfanalytics-test.powerplatform.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T16:38:38Z | |
dfanalytics.powerplatform.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T08:54:59Z | |
dfci.dds.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T00:41:20Z | |
dfssu.dogfood.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
dfssu.puppy.dogfood.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
dgtsslclientabapsdkprimary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T10:52:08Z | |
dgtsslclientabapsdksecondary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T10:32:31Z | |
diagnostic.microsoft.com
|
CT Log | Current | — | — | — | — |
diagnostics.support.microsoft.com
|
CT Log | Current | — | — | — | — |
dialdf.microsoft.com
|
CT Log | Current | — | — | — | — |
dialin.mds.microsoft.com
|
CT Log | Current | — | — | — | — |
dialin.microsoft.com
|
CT Log | Current | — | — | — | — |
dialin.mssupport.microsoft.com
|
CT Log | Current | — | — | — | — |
dialin.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
digitalpeace.microsoft.com
|
CT Log | Current | — | — | — | — |
digitalsupplychain.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-21T15:28:06Z | |
digitalsupplychain.preview.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-21T15:28:06Z | |
digitalsupplychain.test.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T15:10:34Z | |
directory.microsoft.com
|
DNS | Current | — | — | — | — |
directory.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T05:24:53Z | |
directorysynchronizationtool.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
directsales.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
directsalesperf.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
directsalessqa02.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
directsalessqa03.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
directsalessqa04.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
directsalessqa05.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
directsalesuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
directshare.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
discussions.connectppe.microsoft.com
|
CT Log | Current | — | — | — | — |
dlsua01.manage-dogfood.microsoft.com
|
CT Log | Current | — | — | — | — |
dmat-int.css.microsoft.com
|
CT Log | Current | — | — | — | — |
dmat-ppe.css.microsoft.com
|
CT Log | Current | — | — | — | — |
dmat.css.microsoft.com
|
CT Log | Current | — | — | — | — |
dmsua02.manage-dogfood.microsoft.com
|
CT Log | Current | — | — | — | — |
dmtsqa05.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
dns.microsoft.com
|
DNS | Current | — | — | — | — |
dns10.one.microsoft.com
|
CT Log | Current | — | — | — | — |
dns11.one.microsoft.com
|
CT Log | Current | — | — | — | — |
dns12.one.microsoft.com
|
CT Log | Current | — | — | — | — |
dns13.one.microsoft.com
|
CT Log | Current | — | — | — | — |
dns7.one.microsoft.com
|
CT Log | Current | — | — | — | — |
dnx.phx.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
doc.microsoft.com
|
DNS | Current |
dop-frndrendpoint-hnb3ambka5fefccx.z01.azurefd.net
|
— | — | — |
docs.microsoft.com
|
DNS | Current |
docs.microsoft.com-c.edgekey.net
|
— | — | — |
dogfood20.sc.microsoft.com
|
CT Log | Current | — | — | — | — |
dogfoodrights.microsoft.com
|
CT Log | Current | — | — | — | — |
domaindata-a.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
domaindata.ecx-dit2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
doscrm-ppa.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
doscrm-uat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
doscrm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
dotnet.microsoft.com
|
CT Log | Current | — | — | — | — |
doubloondash.research.microsoft.com
|
CT Log | Current | — | — | — | — |
download.cwa.microsoft.com
|
CT Log | Current | — | — | — | — |
download.imdf.microsoft.com
|
CT Log | Current | — | — | — | — |
download.microsoft.com
|
DNS | Current |
dlc-ds-shim.trafficmanager.net
|
— | — | — |
download.store.microsoft.com
|
CT Log | Current | — | — | — | — |
download.visualstudio.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T12:20:48Z | |
download.windowsbetatest.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
downloadoffice2010.microsoft.com
|
CT Log | Current | — | — | — | — |
dp.one.microsoft.com
|
CT Log | Current | — | — | — | — |
dp2.microsoft.com
|
CT Log | Current | — | — | — | — |
dp3.microsoft.com
|
CT Log | Current | — | — | — | — |
dpp-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:39:55Z | |
dr.fieldforce.microsoft.com
|
CT Log | Current | — | — | — | — |
drclpagmtws.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
drclpentitlews.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
drclplsws.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
drclpws.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
drcmc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
dreagreements.microsoft.com
|
CT Log | Current | — | — | — | — |
drlicensingadmin.microsoft.com
|
CT Log | Current | — | — | — | — |
drmslwb.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
drspsites.microsoft.com
|
CT Log | Current | — | — | — | — |
drvlasext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
drvlasint.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ds.microsoft.com
|
CT Log | Current | — | — | — | — |
ds.tagppe.microsoft.com
|
CT Log | Current | — | — | — | — |
dsc.microsoft.com
|
CT Log | Current | — | — | — | — |
dsctest.microsoft.com
|
CT Log | Current | — | — | — | — |
dtr-f.preview.main.ml.teams.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T13:08:52Z | |
dtr.eur.preview.main.ml.teams.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T13:08:52Z | |
dtr.ipdns.preview.main.ml.teams.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T13:08:52Z | |
dtr.nam.preview.main.ml.teams.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T17:24:27Z | |
dtr.preview.main.ml.teams.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T13:08:52Z | |
dublints.microsoft.com
|
CT Log | Current | — | — | — | — |
duschy644macas001.microsoft.com
|
CT Log | Current | — | — | — | — |
dv.salestracker.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
dyn-01.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
dynamics-crm.pinpoint.microsoft.com
|
CT Log | Current | — | — | — | — |
dynamics-erp.pinpoint.microsoft.com
|
CT Log | Current | — | — | — | — |
dynamics.pinpoint-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
dynamics.pinpoint.microsoft.com
|
CT Log | Current | — | — | — | — |
e.microsoft.com
|
DNS | Current | — | — | — | — |
e14mail.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
ea.microsoft.com
|
CT Log | Current | — | — | — | — |
eagreements-old.microsoft.com
|
CT Log | Current | — | — | — | — |
eagreements.microsoft.com
|
CT Log | Current | — | — | — | — |
eagreements2.microsoft.com
|
CT Log | Current | — | — | — | — |
eagreements2uat.microsoft.com
|
CT Log | Current | — | — | — | — |
eagrm.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
eagrm2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
eajs.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
eamils.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
earningspreviewpme.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:09:41Z | |
eastasia.int.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:01:25Z | |
eastasia.int.scm.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:01:25Z | |
eastasia.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:01:25Z | |
eastus.dcsfe.dev.adu.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T20:05:58Z | |
eastus.rp.dev.adu.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T17:13:59Z | |
eastus2.aadbridge.mcapiaadbridge.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T17:01:42Z | |
eastus2.int.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:21:06Z | |
eastus2.int.scm.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:21:06Z | |
eastus2.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:21:06Z | |
eastus2euap.api.cognitive.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T18:19:15Z | |
eastus2euap.dcsfe.prod.adu.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T02:25:32Z | |
eastus2euap.dev.cognitive.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T18:19:15Z | |
easylife.research.microsoft.com
|
CT Log | Current | — | — | — | — |
ebiprod.microsoft.com
|
CT Log | Current | — | — | — | — |
ebis.one.microsoft.com
|
CT Log | Current | — | — | — | — |
ebisdr.one.microsoft.com
|
CT Log | Current | — | — | — | — |
ebispartner.one.microsoft.com
|
CT Log | Current | — | — | — | — |
ebissit.one.microsoft.com
|
CT Log | Current | — | — | — | — |
ebistk.one.microsoft.com
|
CT Log | Current | — | — | — | — |
ebisuat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
ebisuatiaaswest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
ece.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ece.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
eceprod.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ecs.communication.microsoft.com
|
CT Log | Current | — | 68 | 2025-04-23T05:23:24Z | |
ecuxdut.dns.microsoft.com
|
CT Log | Current | — | — | — | — |
ecvlscppe.microsoft.com
|
CT Log | Current | — | — | — | — |
edadfs.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
edartcoresit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edccs.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
edccsuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edge.microsoft.com
|
DNS | Current |
edge-microsoft-com.ax-0002.ax-msedge.net
|
— | — | — |
edinsights.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
edinsightsuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edissfmstress.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edissfmuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edisstsstress.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edisstsuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edit.lync.microsoft.com
|
CT Log | Current | — | — | — | — |
edit.sharepoint.microsoft.com
|
CT Log | Current | — | — | — | — |
edit.visio.microsoft.com
|
CT Log | Current | — | — | — | — |
editorial-si.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
editorial.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
editorial.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
editorial.next.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
editorial.si.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
editorialui.current.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
edr2epp-uk.func.cp.wd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T15:48:01Z | |
edr2epp-us.func.cp.wd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T07:52:57Z | |
edsfm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
edslim-video-ppe.cpe.microsoft.com
|
CT Log | Current | — | — | — | — |
edsts.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
edstsuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edsystems.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
edsystems.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edsystems2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
education.microsoft.com
|
DNS | Current |
msdn-redirection-arfxbpadcbf7ajba.z01.azurefd.net
|
— | — | — |
edvx360webts01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edvxarcwebtt03.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edvxberwebtt01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edvxberwebtt04.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edvxberwebtu01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edvxberwebtu02.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edvxcmswebts01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edvxcsswebtd01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edvxcsswebtt01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edvxicswebcp01.xgroup.selfhost.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
edvxicswebcp02.xgroup.selfhost.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
edvxicswebcp03.xgroup.selfhost.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
edvxicswebcp04.xgroup.selfhost.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
edvxobrsqltt01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edweb.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
edweblive.microsoft.com
|
CT Log | Current | — | — | — | — |
edweblive.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
edwebliveuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
edwebuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
eelabs-iis-vm1.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
ehrconnectorsvc.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-21T11:38:46Z | |
ehstapforums.microsoft.com
|
CT Log | Current | — | — | — | — |
einvoice.microsoft.com
|
CT Log | Current | — | — | — | — |
eipeai.microsoft.com
|
CT Log | Current | — | — | — | — |
eipeaisit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
email.microsoft.com
|
DNS | Current | — | — | — | — |
email2.microsoft.com
|
CT Log | Current | — | — | — | — |
emailautoconfig.microsoft.com
|
CT Log | Current | — | — | — | — |
emailin.ppe.communication.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-21T14:45:50Z | |
emailin.prod.communication.microsoft.com
|
CT Log | Current | — | 46 | 2025-04-22T03:56:48Z | |
emails.microsoft.com
|
CT Log | Current | — | — | — | — |
emails.teams-nonprod.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:14:51Z | |
embedded.microsoft.com
|
CT Log | Current | — | — | — | — |
embedded.one.microsoft.com
|
CT Log | Current | — | — | — | — |
embeddeduat.microsoft.com
|
CT Log | Current | — | — | — | — |
emcdit4.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
emcws.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
emcws.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
emcws2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
emea-ehrconnectorsvc.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-21T11:38:46Z | |
emea-msit.voiceanalytics.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T09:30:44Z | |
emea.core.msit.api.interfaces.records.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T16:34:12Z | |
emea.irsf.calling.fraud.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T09:20:36Z | |
emea.learningapp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T04:38:51Z | |
emea.mail.microsoft.com
|
CT Log | Current | — | — | — | — |
emea.msit.api.interfaces.records.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T16:34:12Z | |
emea.voiceanalytics.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:46:08Z | |
emeadf.ipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T13:41:44Z | |
emeaowa.mail.microsoft.com
|
CT Log | Current | — | — | — | — |
emeaselling.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
emlpapp.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T16:07:01Z | |
emlt1app11.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:15:44Z | |
emluapp01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T12:00:16Z | |
emplhts11.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:47:14Z | |
empower-isv-ppe.one.microsoft.com
|
CT Log | Current | — | — | — | — |
empower-isv.one.microsoft.com
|
CT Log | Current | — | — | — | — |
ems-asp1.videolab.microsoft.com
|
CT Log | Current | — | — | — | — |
ems-asp2.videolab.microsoft.com
|
CT Log | Current | — | — | — | — |
ems1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ems2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
emsftp.videolab.microsoft.com
|
CT Log | Current | — | — | — | — |
emsl.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
emsluat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
emsluat3.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
emsluat4.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
enable.microsoft.com
|
CT Log | Current | — | — | — | — |
endpoint.microsoft.com
|
DNS | Current |
reroute.microsoft.com
|
— | — | — |
endpointdiscovery.ppe.cmdagent.infra.windows365.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T20:44:52Z | |
endpointdiscovery.sh.cmdagent.infra.windows365.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:43:40Z | |
endpointprivilegemgmtsigning.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T10:25:25Z | |
engage.microsoft.com
|
CT Log | Current | — | — | — | — |
engagehub.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T20:55:35Z | |
enroll.encryption.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
enroll.spla-essentials.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
enroll.spla-essentials.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
enroll.staging.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
enrollment.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:10:36Z | |
enterpriseenrollment-s.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
enterpriseenrollment-s.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:10:36Z | |
enterpriseenrollment-s.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
enterpriseenrollment-test.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:10:36Z | |
enterpriseenrollment.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:10:36Z | |
enterpriseenrollment.microsoft.com
|
CT Log | Current | — | — | — | — |
enterpriseenrollment.ntdev.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
enterpriseenrollment.ntdev.microsoft.com
|
CT Log | Current | — | — | — | — |
entertainment-df.microsoft.com
|
CT Log | Current | — | — | — | — |
entitlement.ecx-dit2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
entitlement.ecx-sit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
entitlement.ecx-uat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
entitlement.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-23T12:55:05Z | |
entitlementservice.cs-ca1.healthplatform.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T00:55:15Z | |
entitlementservice.cs-canary.healthplatform.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T00:41:39Z | |
entitlementservice.cs-us1.healthplatform.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T01:06:24Z | |
eobhldsitupdatecsorder.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
eopen.microsoft.com
|
CT Log | Current | — | — | — | — |
eopen.one.microsoft.com
|
CT Log | Current | — | — | — | — |
eopen2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
epcadminportalprod.pmp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T09:14:14Z | |
epcnvjportal.pmp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:12:10Z | |
epdp.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
epdpsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
epdpuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
epgforums.microsoft.com
|
CT Log | Current | — | — | — | — |
epmagent.manage-dogfood.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T01:01:47Z | |
epp.microsoft.com
|
CT Log | Current | — | — | — | — |
eppasia.microsoft.com
|
CT Log | Current | — | — | — | — |
epppob.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
eppsit2k8cal.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
eppuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
eps.one.microsoft.com
|
CT Log | Current | — | — | — | — |
epseaisvc03.microsoft.com
|
CT Log | Current | — | — | — | — |
epssit.one.microsoft.com
|
CT Log | Current | — | — | — | — |
epsuat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
erauthordrppe.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T02:40:31Z | |
es.microsoft.com
|
DNS | Current | — | — | — | — |
es.service.microsoft.com
|
CT Log | Current | — | — | — | — |
esbctp1.microsoft.com
|
CT Log | Current | — | — | — | — |
esbctp2.microsoft.com
|
CT Log | Current | — | — | — | — |
esbctp3.microsoft.com
|
CT Log | Current | — | — | — | — |
esbctp4.microsoft.com
|
CT Log | Current | — | — | — | — |
esbctp5.microsoft.com
|
CT Log | Current | — | — | — | — |
esbctpmb1.microsoft.com
|
CT Log | Current | — | — | — | — |
esbods.gtm.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
esbodsppa.gtm.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
esbsvc.gtm.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
esbsvcppa.gtm.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
esc.followerkustoapi.pipe.prod.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T11:46:48Z | |
esc.internalkustoapi.pipe.prod.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T11:46:48Z | |
esisupport.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:11:36Z | |
esuptxuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
eteam.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
etlupload.answerdesk.microsoft.com
|
CT Log | Current | — | — | — | — |
eu-1.x.cp.wd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T19:55:19Z | |
eu-ie-dubfail.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
eu.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
eu.fd.prod.api.personalization.ideas.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T00:47:29Z | |
eu.gateway.configmgr.manage-selfhost.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T00:29:46Z | |
eu.gateway.configmgr.manage.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-24T22:57:36Z | |
eu.kusto.aria.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T11:46:48Z | |
eu.microsoft.com
|
DNS | Current | — | — | — | — |
eu.si.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
eu.targetingservice.services.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T21:00:25Z | |
eu.tippnrtdlpservice.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T11:47:07Z | |
eu.tippreceiversvc.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T00:12:34Z | |
eu.whiteboard.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T04:03:18Z | |
eu01.care.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T03:26:59Z | |
eu01.dev.carenonprod.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T02:02:08Z | |
eu01.ppe.care.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T07:07:55Z | |
eu01.test.carenonprod.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T03:15:33Z | |
eu02.care.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T03:28:52Z | |
eu02.dev.carenonprod.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T02:04:53Z | |
eu02.ppe.care.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T07:09:24Z | |
eu02.test.carenonprod.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T03:17:46Z | |
eujs.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
eumils.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
eun.services-dev1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
eun.services-dm1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
eun.services-tm1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
eun.services-tst1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
eun.services-uat.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
eun.services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
euno.sbcmainipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T10:30:09Z | |
euno.sbcmainmgmt.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T14:41:51Z | |
euno.sbcteams.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T16:51:00Z | |
euno2.sbcmainipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T10:30:09Z | |
euno2.sbcmainmgmt.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T14:41:51Z | |
euno2.sbcteams.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T16:51:00Z | |
eunodf.ipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T13:41:44Z | |
eunodf.sbcmainipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:10:38Z | |
eunodf.sbcmainmgmt.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T13:10:28Z | |
eunodf.sbcteams.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T20:40:05Z | |
eunodf2.sbcmainipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:10:38Z | |
eunodf2.sbcmainmgmt.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T13:10:28Z | |
eunodf2.sbcteams.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T20:40:05Z | |
europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
europe.winqual.microsoft.com
|
CT Log | Current | — | — | — | — |
europenorth-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
europewest-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
eus.followerkustoapi.pipe.int.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T09:19:31Z | |
eus.int.support.inapp.services.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:04:36Z | |
eus.internalkustoapi.pipe.int.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T09:19:31Z | |
eus.onlinebackup.microsoft.com
|
CT Log | Current | — | — | — | — |
eus.prod.support.inapp.services.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T06:46:35Z | |
eus.prod.support.inapphelp.services.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T05:57:35Z | |
eus2.prod.manageddevops.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:49:35Z | |
eus2.prod.rp.manageddevops.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:49:35Z | |
euw.services-dev1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
euw.services-dm1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
euw.services-tm1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
euw.services-tst1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
euw.services-uat.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
euw.services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
euwe.sbcmainipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T10:30:09Z | |
euwe.sbcmainmgmt.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T14:41:51Z | |
euwe.sbcteams.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T16:51:00Z | |
euwe2.sbcmainipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T10:30:09Z | |
euwe2.sbcmainmgmt.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T14:41:51Z | |
euwe2.sbcteams.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T16:51:00Z | |
euwedf.ipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T13:41:44Z | |
euwedf.sbcmainipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:10:38Z | |
euwedf.sbcmainmgmt.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T13:10:28Z | |
euwedf.sbcteams.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T20:40:05Z | |
euwedf2.sbcmainipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:10:38Z | |
euwedf2.sbcmainmgmt.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T13:10:28Z | |
euwedf2.sbcteams.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T20:40:05Z | |
evd.lm.next.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
evd.next.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
evdesktop-si.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
evdesktop.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
event.microsoft.com
|
DNS | Current |
gtm.ms-studiosmedia.com
|
— | — | — |
events.microsoft.com
|
DNS | Current |
ingress8.prd.rainfocus.com
|
— | — | — |
events.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
events.research.microsoft.com
|
CT Log | Current | — | — | — | — |
eventsppe.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
eventsync.directory.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:24:53Z | |
ewartcoresit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
example.microsoft.com
|
CT Log | Current | — | — | — | — |
exch-a-934.bubwvm-dom.extest.microsoft.com
|
CT Log | Current | — | — | — | — |
exch-b-201.bzgmxa-dom.extest.microsoft.com
|
CT Log | Current | — | — | — | — |
exch-b-246.syfwml-dom.extest.microsoft.com
|
CT Log | Current | — | — | — | — |
exch-b-248.wdioog-dom.extest.microsoft.com
|
CT Log | Current | — | — | — | — |
exch-b-297.kvcxja-dom.extest.microsoft.com
|
CT Log | Current | — | — | — | — |
exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
exchangeonline.pinpoint.microsoft.com
|
CT Log | Current | — | — | — | — |
exchweb.docaccess.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
exec.microsoft.com
|
CT Log | Current | — | — | — | — |
execplanning.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
execplanninguat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
executionservices.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
exhb-95239.exhb-95239dom.extest.microsoft.com
|
CT Log | Current | — | — | — | — |
exhb-95239dom.extest.microsoft.com
|
CT Log | Current | — | — | — | — |
exp.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
expert.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
expertstaging.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
expertzone.apj.microsoft.com
|
CT Log | Current | — | — | — | — |
expertzone.ca.microsoft.com
|
CT Log | Current | — | — | — | — |
expertzone.emea.microsoft.com
|
CT Log | Current | — | — | — | — |
expertzone.microsoft.com
|
CT Log | Current | — | — | — | — |
expression.microsoft.com
|
CT Log | Current | — | — | — | — |
extensionsecurity.microsoftedge.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:48:22Z | |
extgblmigratppe.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
extgblmigratsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
extgccskynlb.microsoft.com
|
CT Log | Current | — | — | — | — |
extinszoom.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
extinszoom.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
extnetsrv.microsoft.com
|
CT Log | Current | — | — | — | — |
extorigin-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-22T20:43:57Z | |
extorigin-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:09:33Z | |
extorigin-ppe.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:12:55Z | |
extorigin-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 12 | 2025-04-21T21:07:53Z | |
extsky.microsoft.com
|
CT Log | Current | — | — | — | — |
extsky2.microsoft.com
|
CT Log | Current | — | — | — | — |
f.urs.microsoft.com
|
CT Log | Current | — | — | — | — |
failover.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
fareast.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
fb.answers.microsoft.com
|
CT Log | Current | — | — | — | — |
fbshareapp.tag.microsoft.com
|
CT Log | Current | — | — | — | — |
fd-bigbatch-prod.corp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T01:32:45Z | |
fd-cdr-prod.corp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T01:32:45Z | |
fd-cdr-prod2.corp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T01:32:45Z | |
fd-cdr-si.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T05:31:58Z | |
fd-de-prod.corp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T01:32:45Z | |
fd-de-prod2.corp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T01:32:45Z | |
fd-de-si.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T05:31:58Z | |
fd-de-si2.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T05:31:58Z | |
fd-emea.api.iris.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T00:48:33Z | |
fd-fastbi-prod.corp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T01:32:45Z | |
fd-fastbi-si.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T05:31:58Z | |
fd-hourlyfull-prod.corp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T01:32:45Z | |
fd-ncus-si.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T05:31:58Z | |
fd-test-si.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T05:31:58Z | |
fd-westus-si.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T05:31:58Z | |
fd.api.iris.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T00:48:33Z | |
fd.api.orgmsg.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T00:48:33Z | |
fd.msit.api.personalization.ideas.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T00:48:33Z | |
fd.prod.api.personalization.ideas.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T00:47:29Z | |
fe.ws.microsoft.com
|
CT Log | Current | — | — | — | — |
fe1-df.ws.microsoft.com
|
CT Log | Current | — | — | — | — |
fe1.update.microsoft.com
|
CT Log | Current | — | — | — | — |
fe1.ws.microsoft.com
|
CT Log | Current | — | — | — | — |
fe2-df.ws.microsoft.com
|
CT Log | Current | — | — | — | — |
fe2.update.microsoft.com
|
CT Log | Current | — | — | — | — |
fe2.ws.microsoft.com
|
CT Log | Current | — | — | — | — |
fedportal.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
fedportal.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
feed.microsoft.com
|
CT Log | Current | — | — | — | — |
feedback.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
feedback.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
feedback.kse.microsoft.com
|
CT Log | Current | — | — | — | — |
feedback.microsoft.com
|
DNS | Current |
feedback-microsoft-com.a-0001.a-msedge.net
|
— | — | — |
feedback.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
feedback.office.microsoft.com
|
CT Log | Current | — | — | — | — |
feedback.ppe.xbl.salus.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:54:35Z | |
feedback.prod.xbl.salus.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:00:30Z | |
feedback.search.microsoft.com
|
CT Log | Current | — | — | — | — |
feedback.smartscreen.microsoft.com
|
CT Log | Current | — | — | — | — |
feedback.windowsvista.microsoft.com
|
CT Log | Current | — | — | — | — |
feedbackinsights-ppe.m365.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T02:15:48Z | |
feedppe.microsoft.com
|
CT Log | Current | — | — | — | — |
feeds.microsoft.com
|
DNS | Current | — | — | — | — |
feedsdevazure.microsoft.com
|
CT Log | Current | — | — | — | — |
feedsppe.microsoft.com
|
CT Log | Current | — | — | — | — |
feedsppeazure.microsoft.com
|
CT Log | Current | — | — | — | — |
feedstestazure.microsoft.com
|
CT Log | Current | — | — | — | — |
fef.amsua0902.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:10:36Z | |
fef.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:10:36Z | |
fei.amsua0102.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
fei.amsua0202.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
fei.amsua0402.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
fei.amsua0502.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
fei.amsua0602.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
fei.amsua0702.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
fei.amsua0801.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
fei.amsua0901.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
fei.msua01.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
fei.msua02.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
fei.msua04.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
fei.msua05.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
fei.msua06.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
fei.msua07.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
fei.msuc01.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:44:29Z | |
fei.msuc02.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:44:29Z | |
fei.msuc03.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:44:29Z | |
fei.msuc05.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:44:29Z | |
ficp.support.microsoft.com
|
CT Log | Current | — | — | — | — |
fieldforce.microsoft.com
|
CT Log | Current | — | — | — | — |
fieldforceqa.microsoft.com
|
CT Log | Current | — | — | — | — |
filestore.community.support.microsoft.com
|
CT Log | Current | — | — | — | — |
filetransfer.support.microsoft.com
|
CT Log | Current | — | — | — | — |
filexfer.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
filtering.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
financialspricing.fp.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T05:31:51Z | |
findmebgservice.microsoft.com
|
CT Log | Current | — | — | — | — |
findmeservice.microsoft.com
|
CT Log | Current | — | — | — | — |
fireweb.docaccess.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
firstrelease.api.copilotforfinance.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T22:04:06Z | |
fit.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
fixit-stg.support.microsoft.com
|
CT Log | Current | — | — | — | — |
fixit.support.microsoft.com
|
CT Log | Current | — | — | — | — |
fixitcenter-stg.support.microsoft.com
|
CT Log | Current | — | — | — | — |
fixitcenter.support.microsoft.com
|
CT Log | Current | — | — | — | — |
fixitcenterws-stg.support.microsoft.com
|
CT Log | Current | — | — | — | — |
fixitcenterws.support.microsoft.com
|
CT Log | Current | — | — | — | — |
flashkeyencryptionservice-uat.devices.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T01:06:41Z | |
flashkeyencryptionservice.devices.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:28:00Z | |
flow.microsoft.com
|
CT Log | Current | — | 12 | 2025-04-22T07:39:53Z | |
followerkustoapi.eu2.pipe.prod.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T11:46:48Z | |
followerkustoapi.eus.pipe.int.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T09:19:31Z | |
followerkustoapi.eus.pipe.prod.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T11:46:48Z | |
followerkustoapi.neu.pipe.int.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T09:19:31Z | |
followerkustoapi.neu.pipe.prod.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T11:46:48Z | |
followerkustoapi.pipe.prod.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T11:46:48Z | |
followerkustoapi.weu.pipe.int.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T09:19:31Z | |
followerkustoapi.weu.pipe.prod.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T11:46:48Z | |
followerkustoapi.wu2.pipe.int.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T09:19:31Z | |
followerkustoapi.wus.pipe.prod.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T11:46:48Z | |
forefrontdl.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T04:40:48Z | |
forums.microsoft.com
|
DNS | Current |
forums.microsoft.akadns.net
|
— | — | — |
fp-db.ds.microsoft.com
|
CT Log | Current | — | — | — | — |
fp-pr1.ds.microsoft.com
|
CT Log | Current | — | — | — | — |
fp-tk2.ds.microsoft.com
|
CT Log | Current | — | — | — | — |
fp.wd.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T17:49:12Z | |
fpt.microsoft.com
|
CT Log | Current | — | — | — | — |
francec-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
francecentral.prod.support.inapphelp.services.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T18:40:54Z | |
frances-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
freebusytest.office.microsoft.com
|
CT Log | Current | — | — | — | — |
french.assessment.learningbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
frontdoor.educationhub.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T08:46:11Z | |
frontdoor.prod.edam.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T00:30:36Z | |
fs1.microsoft.com
|
CT Log | Current | — | — | — | — |
fs2.microsoft.com
|
CT Log | Current | — | — | — | — |
fsblueprint01.c.dfp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T20:19:01Z | |
fsocwavep.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T09:53:16Z | |
fss.msit.microsoft.com
|
CT Log | Current | — | — | — | — |
ftenomination-dev.cloudaccelerator.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T06:19:43Z | |
ftenomination.cloudaccelerator.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T13:01:53Z | |
ftp.audience.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
ftp.microsoft.com
|
DNS | Current |
ftp.microsoft.akadns.net
|
— | — | — |
fts-asap.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T00:16:43Z | |
fud.community.services.support.microsoft.com
|
CT Log | Current | — | — | — | — |
fud.stg-community.services.support.microsoft.com
|
CT Log | Current | — | — | — | — |
fulfillment-int.mp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T00:47:17Z | |
fulfillment.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-21T13:39:05Z | |
fulfillment.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
fulfilloffer.microsoft.com
|
CT Log | Current | — | — | — | — |
futuredecoded.microsoft.com
|
CT Log | Current | — | — | — | — |
futureunleashed.microsoft.com
|
CT Log | Current | — | — | — | — |
g.microsoft.com
|
CT Log | Current | — | — | — | — |
g15sslclientabapsdkprimary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:56:13Z | |
g15sslclientabapsdksecondary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:52:31Z | |
gallery.expression.microsoft.com
|
CT Log | Current | — | — | — | — |
gallery.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
gallery.technet.microsoft.com
|
CT Log | Current | — | — | — | — |
gamedevstore.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
gamereports.microsoft.com
|
CT Log | Current | — | — | — | — |
gamereportsuat.microsoft.com
|
CT Log | Current | — | — | — | — |
games.metaservices.microsoft.com
|
CT Log | Current | — | — | — | — |
gamesudf.metaservices.microsoft.com
|
CT Log | Current | — | — | — | — |
gapanalysis.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
garage.microsoft.com
|
CT Log | Current | — | — | — | — |
gateway.configmgr.manage-selfhost.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T00:29:46Z | |
gateway.configmgr.manage.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-24T22:57:36Z | |
gateway.microsoft.com
|
DNS | Current | — | — | — | — |
gblmigrationppe.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
gblmigrationsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
gbprca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
gbprcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
gbpuat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
gcc.relay.remotehelp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T10:30:41Z | |
gcc.relay.remotehelpdev.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:22:51Z | |
gccdepot.microsoft.com
|
CT Log | Current | — | — | — | — |
gchonlinerca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
gchonlinercb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
gcs-palladium.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
gcslearn.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
gcslearn.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
gcsmobile.microsoft.com
|
CT Log | Current | — | — | — | — |
gdciplxhyperv01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
gdssearchservice.microsoft.com
|
CT Log | Current | — | — | — | — |
geneva.riskregister-dev.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-23T06:52:44Z | |
geneva.riskregister-ppe.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T02:52:14Z | |
geneva.riskregister.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:12:50Z | |
genuine.microsoft.com
|
CT Log | Current | — | — | — | — |
genuine.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
genuinebeta.microsoft.com
|
CT Log | Current | — | — | — | — |
genuinebeta.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
geo.microsoft.com
|
DNS | Current |
geo.genuine.ms.akadns.net
|
— | — | — |
german.assessment.learningbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
germanycentral-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
germanynortheast-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
getappgw.css.microsoft.com
|
CT Log | Current | — | — | — | — |
geteventsservice.one.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T19:10:22Z | |
gethelp.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
getmscom.microsoft.com
|
CT Log | Current | — | — | — | — |
getmscomppe.microsoft.com
|
CT Log | Current | — | — | — | — |
getomdetails.one.microsoft.com
|
CT Log | Current | — | — | — | — |
getompobdetails.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
getsupport.microsoft.com
|
CT Log | Current | — | — | — | — |
gettechsupport.microsoft.com
|
CT Log | Current | — | — | — | — |
ggec.aihardware.carina.stca.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T05:26:48Z | |
gisv.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
github.microsoft.com
|
DNS | Current |
github-microsoft-htf0b3b8bfdbhffv.z01.azurefd.net
|
— | — | — |
glb.approvals-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 13 | 2025-04-22T20:19:32Z | |
glb.approvals-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T19:51:54Z | |
glb.approvals-int.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T19:51:54Z | |
glb.approvals-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 11 | 2025-04-21T20:50:52Z | |
glb.approvals-prod.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-23T15:55:36Z | |
glb.approvals-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-21T20:49:01Z | |
glb.backend.api-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:20:15Z | |
glb.backend.api-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-24T19:54:31Z | |
glb.backend.approvals-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:25:28Z | |
glb.backend.approvals-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:00:36Z | |
glb.backend.approvals-int.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T22:53:16Z | |
glb.backend.approvals-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T20:50:52Z | |
glb.backend.approvals-prod.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T15:55:36Z | |
glb.backend.approvals-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T20:52:22Z | |
glb.backend.catalog-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:29:16Z | |
glb.backend.catalog-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:03:53Z | |
glb.backend.catalogservice-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:33:41Z | |
glb.backend.catalogservice-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:06:48Z | |
glb.backend.cmd-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:40:54Z | |
glb.backend.cmd-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:09:42Z | |
glb.backend.dpp-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T21:41:21Z | |
glb.backend.extorigin-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:12:55Z | |
glb.backend.smt-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T21:39:29Z | |
glb.backend.smt-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T21:03:51Z | |
glb.backend.status-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T21:39:19Z | |
glb.backend.status-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T21:03:57Z | |
glb.backend.status-int.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T23:03:05Z | |
glb1.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
glb2.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
glb3.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
glb4.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
gler2.microsoft.com
|
CT Log | Current | — | — | — | — |
glerppe.microsoft.com
|
CT Log | Current | — | — | — | — |
globalmigration.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
glwebhookpoc.junoppe.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T09:32:22Z | |
gm-vazastav00.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T21:09:50Z | |
gmobiext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
gmodatatransfer.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
gmslenelconnection.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T03:26:40Z | |
gmxonline.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
go.microsoft.com
|
DNS | Current |
go.microsoft.com.edgekey.net
|
— | — | — |
goalkeeper.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
gotostatusuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
graph.microsoft.com
|
CT Log | Current | — | — | — | — |
graph.sasweb.microsoft.com
|
CT Log | Current | — | — | — | — |
graphapi.mcr.teams.microsoft.com
|
CT Log | Current | — | 16 | 2025-04-23T07:08:22Z | |
groove.microsoft.com
|
CT Log | Current | — | — | — | — |
grt.msops.microsoft.com
|
CT Log | Current | — | — | — | — |
grtuat.msops.microsoft.com
|
CT Log | Current | — | — | — | — |
gsm-east.systemcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
gsm-prod.systemcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
gsm.systemcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
gspappsqa02.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
gspsvc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
gspsvcsqa05.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
gspsvcuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
gsxinstall.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
gsxinstalluat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
gsxonline.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
gsxonlineuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
gtm10.one.microsoft.com
|
CT Log | Current | — | — | — | — |
gtm11.one.microsoft.com
|
CT Log | Current | — | — | — | — |
gtm12.one.microsoft.com
|
CT Log | Current | — | — | — | — |
gtm13.one.microsoft.com
|
CT Log | Current | — | — | — | — |
gtm14.one.microsoft.com
|
CT Log | Current | — | — | — | — |
gtsctms.microsoft.com
|
CT Log | Current | — | — | — | — |
gwps-test1.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
gwps-test3.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
haifa.pioneer.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
hbivstf.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
hcrs-uat.microsoft.com
|
CT Log | Current | — | — | — | — |
hcrs.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T00:44:22Z | |
hdcpservice-uat.devices.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T23:45:57Z | |
hdcpservice.devices.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T06:19:12Z | |
hdgnetappmon02.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T19:51:59Z | |
hdshowcase.microsoft.com
|
CT Log | Current | — | — | — | — |
healthcare.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T13:15:58Z | |
hedauth.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
heduat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
help.microsoft.com
|
DNS | Current |
reroute.microsoft.com
|
— | — | — |
highlanderagentsitpub.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderapjagentsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderapjpubsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderapjuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderpubdit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderpubuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderservice.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderserviceaoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderserviceapj.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderserviceeoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderservicesit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderservicestg.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderserviceuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
highlandersitpub.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderupdatecsorderaoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderupdatecsorderapj.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderupdatecsordereoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
highlanderupdatecsorderstg.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
hiring.microsoft.com
|
DNS | Current | — | — | — | — |
hivadataarchive.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
hiworld.dev.communication.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T15:11:12Z | |
hiworld.prod.communication.microsoft.com
|
CT Log | Current | — | 20 | 2025-04-22T01:21:08Z | |
hk2.aphavoc.microsoft.com
|
CT Log | Current | — | — | — | — |
hkregistration.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
hkregistration2.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
hldapjservicessit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hldesclientcert.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hldserviceapjuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hldserviceuataoc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hldsitupdatecsorder.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hldupdatecsorderapjuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hldupdatecsorderuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hldupdatecsorderuataoc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hlperftestenvag.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hlperftestenvservice.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hlperftestenvucso.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
holdenservice-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
holdenservice.microsoft.com
|
CT Log | Current | — | — | — | — |
home.dev.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
home.devarc.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
home.devcur.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
home.ep.microsoft.com
|
CT Log | Current | — | — | — | — |
home.epuat.microsoft.com
|
CT Log | Current | — | — | — | — |
home.membercenter.office.microsoft.com
|
CT Log | Current | — | — | — | — |
home.tdc.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
home.tdn.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
home.test.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
home.testcur.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
home.ttc.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
home.ttn.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hoss.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
hostprep-bmiprepos.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:13:19Z | |
hot-transfer.apps.microsoft.com
|
CT Log | Current | — | — | — | — |
hotfixex.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
hotfixgss.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
hrddi.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T16:05:34Z | |
hrimportv2monitor.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T19:18:29Z | |
hssweb.one.microsoft.com
|
CT Log | Current | — | — | — | — |
hssweb1.one.microsoft.com
|
CT Log | Current | — | — | — | — |
hssweb2.one.microsoft.com
|
CT Log | Current | — | — | — | — |
hssweb3.one.microsoft.com
|
CT Log | Current | — | — | — | — |
hup.microsoft.com
|
CT Log | Current | — | — | — | — |
huppob.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hupuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hwcservice.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
hyd2contiis01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hyd2omditsvc301.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hyd2omdutsvc101.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hyd2omdutwb101.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hyd2psxapp1sqa5.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
hyderabadts.microsoft.com
|
CT Log | Current | — | — | — | — |
hydgmtestiis03.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
i.apprep.smartscreen.microsoft.com
|
CT Log | Current | — | — | — | — |
i.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
i.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
i.partnersettings.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
i.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
i.urs.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
i.urs.microsoft.com
|
CT Log | Current | — | — | — | — |
i.w.apprep.smartscreen.microsoft.com
|
CT Log | Current | — | — | — | — |
ia.microsoft.com
|
CT Log | Current | — | — | — | — |
ic3he-consumer.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-21T12:26:56Z | |
ic3he-dfcus.teams.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-23T10:19:32Z | |
ic3he-exap-prod.teams.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-23T10:19:32Z | |
ic3he-ge-prod.teams.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-23T10:19:32Z | |
ic3he-prod.teams.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-23T10:19:32Z | |
icassp98.microsoft.com
|
CT Log | Current | — | — | — | — |
icbm.uat.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T12:21:53Z | |
ice.microsoft.com
|
CT Log | Current | — | — | — | — |
ice.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
icesportstipsin.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
icknowledge.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
icmods.microsoft.com
|
CT Log | Current | — | — | — | — |
icoe.one.microsoft.com
|
CT Log | Current | — | — | — | — |
icoeuat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
ics.one.microsoft.com
|
CT Log | Current | — | — | — | — |
icsuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
id.daas.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T04:39:25Z | |
id.microsoft.com
|
DNS | Current |
account.msa.akadns6.net
|
— | — | — |
identity.microsoft.com
|
DNS | Current |
prdf.aadg.msidentity.com
|
— | — | — |
idp.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
ie.microsoft.com
|
CT Log | Current | — | — | — | — |
iebadamuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
iebmessage.microsoft.com
|
CT Log | Current | — | — | — | — |
ieonline.microsoft.com
|
CT Log | Current | — | — | — | — |
ieonlinews.microsoft.com
|
CT Log | Current | — | — | — | — |
ies.asia.microsoft.com
|
CT Log | Current | — | — | — | — |
ies.europe.microsoft.com
|
CT Log | Current | — | — | — | — |
ignite.microsoft.com
|
CT Log | Current | — | — | — | — |
iioherculescluster-fe1.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T19:33:35Z | |
ilc.followerkustoapi.pipe.prod.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T11:48:40Z | |
ilc.internalkustoapi.pipe.prod.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T11:48:40Z | |
im.microsoft.com
|
CT Log | Current | — | — | — | — |
images-dev.ti.defender.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T23:55:25Z | |
imap-tdf.fraud.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T12:15:46Z | |
imap.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
imap.failover.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
imap.fraud.microsoft.com
|
CT Log | Current | — | 12 | 2025-04-22T10:12:35Z | |
imap.pioneer.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
imap.primary.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
imdf.microsoft.com
|
CT Log | Current | — | — | — | — |
img.microsoft.com
|
DNS | Current |
i.microsoft.com.edgekey.net
|
— | — | — |
imh.response.microsoft.com
|
CT Log | Current | — | — | — | — |
imknowledge.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
imp-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
imp-prod.microsoft.com
|
CT Log | Current | — | — | — | — |
imp.microsoft.com
|
CT Log | Current | — | — | — | — |
improveyourads.microsoft.com
|
CT Log | Current | — | — | — | — |
improveyouradsstaging.microsoft.com
|
CT Log | Current | — | — | — | — |
imqa.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
in.gateway.configmgr.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T23:11:55Z | |
ind.daas.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T11:33:21Z | |
indiacentral-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
indiasouth-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
indiawest-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
indirect-operatorconnect.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:20:07Z | |
info.microsoft.com
|
CT Log | Current | — | — | — | — |
info1.microsoft.com
|
CT Log | Current | — | — | — | — |
infrastructureforums.microsoft.com
|
CT Log | Current | — | — | — | — |
ingest-trd-bpsg27744tgvru8u8c.z3.dev.kusto.fabric.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T12:45:49Z | |
innovation.connect.microsoft.com
|
CT Log | Current | — | — | — | — |
innovation.connectppe.microsoft.com
|
CT Log | Current | — | — | — | — |
input.microsoft.com
|
CT Log | Current | — | — | — | — |
int-liveprod.services.social.microsoft.com
|
CT Log | Current | — | — | — | — |
int-liveprod.social.community.microsoft.com
|
CT Log | Current | — | — | — | — |
int-liveprod.social.expression.microsoft.com
|
CT Log | Current | — | — | — | — |
int-liveprod.social.microsoft.com
|
CT Log | Current | — | — | — | — |
int-liveprod.social.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
int-liveprod.social.technet.microsoft.com
|
CT Log | Current | — | — | — | — |
int.api.creator.store.microsoft.com
|
CT Log | Current | — | — | — | — |
int.api.membership.microsoft.com
|
CT Log | Current | — | — | — | — |
int.creatorapi.cpe.microsoft.com
|
CT Log | Current | — | — | — | — |
int.dialog-frontend.speech-test.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:03:21Z | |
int.kse.microsoft.com
|
CT Log | Current | — | — | — | — |
int.learningcredentials.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T08:42:05Z | |
int.mc.microsoft.com
|
CT Log | Current | — | — | — | — |
int.microsoft.com
|
DNS | Current |
aisvnxtgateway-prod.azurefd.net
|
— | — | — |
int.mstf.microsoft.com
|
CT Log | Current | — | — | — | — |
int.profileapi.services.microsoft.com
|
CT Log | Current | — | — | — | — |
int.provgateway.playready.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T21:01:25Z | |
int.services.social.microsoft.com
|
CT Log | Current | — | — | — | — |
int.sharedpassport4httpcert.microsoft.com
|
CT Log | Current | — | — | — | — |
int.sharedpassportcert.microsoft.com
|
CT Log | Current | — | — | — | — |
int.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
int.social.community.microsoft.com
|
CT Log | Current | — | — | — | — |
int.social.expression.microsoft.com
|
CT Log | Current | — | — | — | — |
int.social.microsoft.com
|
CT Log | Current | — | — | — | — |
int.social.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
int.social.technet.microsoft.com
|
CT Log | Current | — | — | — | — |
int.wercms.microsoft.com
|
CT Log | Current | — | — | — | — |
int.whiteboard.microsoft.com
|
CT Log | Current | — | — | — | — |
int.widgets.membership.microsoft.com
|
CT Log | Current | — | — | — | — |
integratedcampaignprogram.microsoft.com
|
CT Log | Current | — | — | — | — |
integratedcampaignprogramuat.microsoft.com
|
CT Log | Current | — | — | — | — |
internal.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
internal.advertiser-si.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
internal.asia.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
internal.bcp.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
internal.beta.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
internal.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
internal.eu.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
internal.eu.advertiser-si.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
internal.ksp.microsoft.com
|
CT Log | Current | — | — | — | — |
internal.main.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
internal.sandbox-ui.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
internalkustoapi.eu2.pipe.prod.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T11:46:48Z | |
internalkustoapi.eus.pipe.int.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T09:19:31Z | |
internalkustoapi.eus.pipe.prod.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T11:46:48Z | |
internalkustoapi.neu.pipe.int.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T09:19:31Z | |
internalkustoapi.neu.pipe.prod.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T11:46:48Z | |
internalkustoapi.pipe.prod.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T11:46:48Z | |
internalkustoapi.weu.pipe.int.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T09:19:31Z | |
internalkustoapi.weu.pipe.prod.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T11:46:48Z | |
internalkustoapi.wu2.pipe.int.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T09:19:31Z | |
internalkustoapi.wus.pipe.prod.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T11:46:48Z | |
interruptions-stg.microsoft.com
|
CT Log | Current | — | — | — | — |
interruptions.microsoft.com
|
CT Log | Current | — | — | — | — |
intuneppestatus.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
inv-int.mp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T15:03:51Z | |
invalidation-amp-prod-westus.cms.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:04:37Z | |
invalidation-internal-ci-westus.cms.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T19:06:57Z | |
invalidation-internal-int-eastus.cms.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T17:30:34Z | |
invalidation-internal-int-westus.cms.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T13:29:33Z | |
invalidation-mr-ppe-eastus.cms.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T03:11:00Z | |
invalidation-mr-ppe-westus2.cms.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T18:55:27Z | |
inventory.microsoft.com
|
DNS | Current |
arg-dev-web.azurewebsites.net
|
— | — | — |
invitation.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
invitations.microsoft.com
|
CT Log | Current | — | — | — | — |
invoice.microsoft.com
|
DNS | Current |
invoice-ui-prod.trafficmanager.net
|
— | — | — |
invoice.services.dev.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T13:03:08Z | |
invoice.services.prd.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T17:08:04Z | |
invoice.services.tst.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T07:00:55Z | |
invreservations-int.mp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T11:48:59Z | |
iosprofilesigning.manage-beta.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T06:49:31Z | |
iplspecserver.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T07:49:00Z | |
ipt.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T14:16:44Z | |
ipv6.ppe.pstnhub.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:52:34Z | |
iridias.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
irsf.calling-sdf.fraud.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T09:43:30Z | |
issgsxapp1dev05.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
issuerservice.cp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T19:18:58Z | |
itasignon.microsoft.com
|
CT Log | Current | — | — | — | — |
itatstctool.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
itc3payment.ocp.iwes.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
itpro-tams-poola-ip-usea-prod.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T08:13:26Z | |
itsmex.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
itsmuatr2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
itstreaming.microsoft.com
|
CT Log | Current | — | — | — | — |
iusdxbonec7501-fe1-0-0.ipv6.microsoft.com
|
CT Log | Current | — | — | — | — |
iusdxbonec7501-fe1-1-0.ipv6.microsoft.com
|
CT Log | Current | — | — | — | — |
ivrdevcr.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
ivrrca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
ivrrcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
ivruat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
iwforums.microsoft.com
|
CT Log | Current |
iwforums.partners.extranet.microsoft.com
|
— | — | — |
iwsolve.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
japaneast-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
japanese.assessment.learningbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
japanwest-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
jazz.microsoft.com
|
CT Log | Current | — | — | — | — |
jetstream.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
jingxiangsu-test.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T02:56:10Z | |
jira.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
jitadminir.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitadminpr.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitadminsg.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitadminuatir.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitadminuatpr.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitadminuatsg.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitbat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitir.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitirbat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitirbat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitirprj.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitirrc.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitirrca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitirrcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitiruat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitiruat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitoaadminaz.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitoaadminazr.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitoaadminir.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitoaadminplt.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitoaadminuat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitpr.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitprbat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitprbat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitprprj.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitprrc.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitprrca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitprrcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitpruat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitpruat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitpruataz.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitsg.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitsgbat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitsgbat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitsgprj.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitsgrc.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitsgrca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitsgrcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitsguat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jitsguat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
jlopsbn2.microsoft.com
|
CT Log | Current | — | — | — | — |
jlopscy2.microsoft.com
|
CT Log | Current | — | — | — | — |
jmatfy15.microsoft.com
|
CT Log | Current | — | — | — | — |
jmatfy17.microsoft.com
|
CT Log | Current | — | — | — | — |
jmatfy18.microsoft.com
|
CT Log | Current | — | — | — | — |
jmatfy19.microsoft.com
|
CT Log | Current | — | — | — | — |
jmatfy20.microsoft.com
|
CT Log | Current | — | — | — | — |
jmatpipcfy17.microsoft.com
|
CT Log | Current | — | — | — | — |
jmatpipcfy19.microsoft.com
|
CT Log | Current | — | — | — | — |
jmatpipcfy20.microsoft.com
|
CT Log | Current | — | — | — | — |
jobboard.careers.microsoft.com
|
CT Log | Current | — | — | — | — |
jobboardppe.microsoft.com
|
CT Log | Current | — | — | — | — |
join.microsoft.com
|
CT Log | Current | — | — | — | — |
jp.download.windowsbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
jp.tippnrtdlpservice.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T10:13:31Z | |
jp.tippreceiversvc.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:55:30Z | |
jp.webfolders.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
juclttestiis.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
julpodevwb1011.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
julpodevwb4111.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
julpopfwb107.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
julpostwb1011.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
julpostwb201.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
julpostwb401.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
jusan27.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
jussdevwb401.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
juvlcmnlbpoc02.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
jwttokensigning.manage-beta.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T21:06:21Z | |
jwttokensigning.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T15:10:55Z | |
k4wauthuataoc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
k4wperf.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
k4wsitauth.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
k4wsitpub.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
k4wuataoc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
kailani-aus.one.microsoft.com
|
CT Log | Current | — | — | — | — |
kailani-cac.one.microsoft.com
|
CT Log | Current | — | — | — | — |
kailani-cae.one.microsoft.com
|
CT Log | Current | — | — | — | — |
kailani-cin.one.microsoft.com
|
CT Log | Current | — | — | — | — |
kailani-cus.one.microsoft.com
|
CT Log | Current | — | — | — | — |
kailani-ess.one.microsoft.com
|
CT Log | Current | — | — | — | — |
kailani-euap.one.microsoft.com
|
CT Log | Current | — | — | — | — |
kailani-getloc-prod-01.one.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T01:55:03Z | |
kailani-sin.one.microsoft.com
|
CT Log | Current | — | — | — | — |
kailani-southeast-asia-1.one.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-21T22:50:44Z | |
kailani-uks.one.microsoft.com
|
CT Log | Current | — | — | — | — |
kailani-ukw.one.microsoft.com
|
CT Log | Current | — | — | — | — |
kailani10.one.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-21T22:50:44Z | |
kbsadmin.one.microsoft.com
|
CT Log | Current | — | — | — | — |
kd-encryption.preview.ml.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T01:06:47Z | |
kd.ipdns.public-teams.keys.ml.teams.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T00:30:12Z | |
kd.nam.public-teams.keys.ml.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T13:15:39Z | |
kd.public-teams.keys.ml.teams.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T00:30:12Z | |
kd.samafr.public-teams.keys.ml.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T00:30:12Z | |
kepler.powerplatform.microsoft.com
|
CT Log | Current | — | 12 | 2025-04-21T12:42:39Z | |
kex-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
keydelivery.one.microsoft.com
|
CT Log | Current | — | — | — | — |
keydeliveryrca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
keydeliveryrcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
keydeliveryuat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
keyinfotool.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
keyinfotoolrca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
keyinfotoolrcaex.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
keyinfotoolrcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
keyinfotoolrcbex.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
keyinftooluat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
keyinftooluatb.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
keyrecoveryagent.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:21:23Z | |
kisdr.one.microsoft.com
|
CT Log | Current | — | — | — | — |
kisrca.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
kisrcb.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
kit.one.microsoft.com
|
CT Log | Current | — | — | — | — |
kmc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
kmcdit1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
kmcdr.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
kmcuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
kmcuat2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
kmsfile.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
kmstraining.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
kmsuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
kmsweb.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
knowledge.microsoft.com
|
CT Log | Current | — | — | — | — |
knowme.services.microsoft.com
|
CT Log | Current | — | 12 | 2025-04-21T19:28:29Z | |
koreacentral-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
koreapay.microsoft.com
|
CT Log | Current | — | — | — | — |
koreappiuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
koreasouth-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
kse.microsoft.com
|
CT Log | Current | — | — | — | — |
ksp-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
ksp.microsoft.com
|
CT Log | Current | — | — | — | — |
ksp1.microsoft.com
|
CT Log | Current | — | — | — | — |
ksp2.microsoft.com
|
CT Log | Current | — | — | — | — |
ksp3.microsoft.com
|
CT Log | Current | — | — | — | — |
ksp4.microsoft.com
|
CT Log | Current | — | — | — | — |
ksp5.microsoft.com
|
CT Log | Current | — | — | — | — |
ksp6.microsoft.com
|
CT Log | Current | — | — | — | — |
ksp7.microsoft.com
|
CT Log | Current | — | — | — | — |
kspis1.microsoft.com
|
CT Log | Current | — | — | — | — |
kspis2.microsoft.com
|
CT Log | Current | — | — | — | — |
kspis4.microsoft.com
|
CT Log | Current | — | — | — | — |
kspis5.microsoft.com
|
CT Log | Current | — | — | — | — |
kspis6.microsoft.com
|
CT Log | Current | — | — | — | — |
kspv201.microsoft.com
|
CT Log | Current | — | — | — | — |
kspv202.microsoft.com
|
CT Log | Current | — | — | — | — |
kspv203.microsoft.com
|
CT Log | Current | — | — | — | — |
kspv204.microsoft.com
|
CT Log | Current | — | — | — | — |
kspv205.microsoft.com
|
CT Log | Current | — | — | — | — |
kspv206.microsoft.com
|
CT Log | Current | — | — | — | — |
kspv501.microsoft.com
|
CT Log | Current | — | — | — | — |
kspv502.microsoft.com
|
CT Log | Current | — | — | — | — |
kspv503.microsoft.com
|
CT Log | Current | — | — | — | — |
kspv504.microsoft.com
|
CT Log | Current | — | — | — | — |
kspv505.microsoft.com
|
CT Log | Current | — | — | — | — |
kspv506.microsoft.com
|
CT Log | Current | — | — | — | — |
kstd9.cp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:39:28Z | |
kudos.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
kudosstaging.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
kudosviewer.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
kusto.aria.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T11:46:48Z | |
kvcxja-dom.extest.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oagreement-int-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oagreement-int-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oagreement-prod-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oagreement-prod-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oagreement-prod-db5.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oapproval-int-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oapproval-int-ch1.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oapproval-int-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oapproval-prod-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oapproval-prod-ch1.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oapproval-prod-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
l2obenefit-int-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
l2odocument-int-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
l2odocument-int-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
l2odocument-prod-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
l2odocument-prod-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oempowerment-int-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oempowerment-int-ch1.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oempowerment-int-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oempowerment-prod-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oempowerment-prod-ch1.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oempowerment-prod-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oquote-dev-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oquote-int-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oquote-int-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oquote-prod-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oquote-prod-ch1.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oquote-prod-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oquotecenter-int-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oquotecenter-prod-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oquotecenter-prod-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oquotecenter-prod-db5.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oquotecomposer-int-ch1.microsoft.com
|
CT Log | Current | — | — | — | — |
l2oquotecomposer-int-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
l2otemplate-int-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
l2otemplate-int-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
l2otemplate-prod-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
l2otemplate-prod-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
lab.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
lab.technet.microsoft.com
|
CT Log | Current | — | — | — | — |
lab3.sbx.enablon.ehs.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:10:18Z | |
lab4.sbx.enablon.ehs.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T17:59:55Z | |
lab6.sbx.enablon.ehs.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T23:08:54Z | |
labcheck.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
labcheckppe.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
labs.microsoft.com
|
DNS | Current | — | — | — | — |
lb.service.microsoft.com
|
CT Log | Current | — | — | — | — |
lbadmin.service.microsoft.com
|
CT Log | Current | — | — | — | — |
lbr.service.microsoft.com
|
CT Log | Current | — | — | — | — |
lbt.service.microsoft.com
|
CT Log | Current | — | — | — | — |
lbu165.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
lbu168.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
lbu170.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
lcaemweb.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
lcatxweb03hv.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
lcaweb02.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
lcawebfolders.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
lcps.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
lddconverter-dcatbackend.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:47:30Z | |
learning.microsoft.com
|
DNS | Current | — | — | — | — |
learningadmin.microsoft.com
|
CT Log | Current | — | — | — | — |
learningapp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T04:38:51Z | |
learningbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
learningcentral.microsoft.com
|
CT Log | Current | — | — | — | — |
learningservices.microsoft.com
|
CT Log | Current | — | — | — | — |
legacy.imap.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
legacy.pop.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
legacyintra.microsoft.com
|
CT Log | Current | — | — | — | — |
legacyshare.microsoft.com
|
CT Log | Current | — | — | — | — |
lepton.research.microsoft.com
|
CT Log | Current | — | — | — | — |
letterbox.msops.microsoft.com
|
CT Log | Current | — | — | — | — |
lex.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
lg.microsoft.com
|
CT Log | Current | — | — | — | — |
libroker.mdc.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
lic.apps.microsoft.com
|
CT Log | Current | — | — | — | — |
licensecode.one.microsoft.com
|
CT Log | Current | — | — | — | — |
licensecodedev.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
licensecoderca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
licensecodercb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
licensecodesedev.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
licensecodeuat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
licensewise-sit.microsoft.com
|
CT Log | Current | — | — | — | — |
licensewise-uat.microsoft.com
|
CT Log | Current | — | — | — | — |
licensewise.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing-a.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing-b.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing-dit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing-dit01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing-dit2.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing-perf.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing-perf2.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing-sit.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing-sit2.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing-test.powerplatform.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T01:05:49Z | |
licensing-uat.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing-uat1.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing-uatc.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing.drm.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing.isv.drm.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
licensing.powerplatform.microsoft.com
|
CT Log | Current | — | 14 | 2025-04-22T01:22:18Z | |
licensingadmin.microsoft.com
|
CT Log | Current | — | — | — | — |
licensingadminuat2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
licensingperf.microsoft.com
|
CT Log | Current | — | — | — | — |
licensingprdc.microsoft.com
|
CT Log | Current | — | — | — | — |
licensingsit1.microsoft.com
|
CT Log | Current | — | — | — | — |
licensingsit2.microsoft.com
|
CT Log | Current | — | — | — | — |
licensingsit3.microsoft.com
|
CT Log | Current | — | — | — | — |
licensinguat1.microsoft.com
|
CT Log | Current | — | — | — | — |
licensinguat2.microsoft.com
|
CT Log | Current | — | — | — | — |
listapi-uk.func.cp.wd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T17:54:07Z | |
listapi-us.func.cp.wd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:29:23Z | |
listmanager-si.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
listmanager.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
liveaudio.ar.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
lm8tapforums.microsoft.com
|
CT Log | Current | — | — | — | — |
location.microsoft.com
|
DNS | Current |
location-microsoft-com.b-0005.b-msedge.net
|
— | — | — |
login.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
login.microsoft.com
|
DNS | Current |
a.privatelink.msidentity.com
|
— | — | — |
logistics.msops.microsoft.com
|
CT Log | Current | — | — | — | — |
logisticsivr.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
logmanagerservice.aus.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:13:43Z | |
logmanagerservice.ind.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T20:30:37Z | |
logmanagerservice.sea.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T19:53:31Z | |
logmanagerservice.weu.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T16:43:28Z | |
logmanagerservice.wus2.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T14:36:52Z | |
logobuilder.mspartner.microsoft.com
|
CT Log | Current | — | — | — | — |
logobuilderqa.mspartner.microsoft.com
|
CT Log | Current | — | — | — | — |
logs.staging.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
logupload.answerdesk.microsoft.com
|
CT Log | Current | — | — | — | — |
lookup.ppe.xbl.salus.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:54:06Z | |
lookup.prod.xbl.salus.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:59:58Z | |
lqg.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsb.licensing-dit2.microsoft.com
|
CT Log | Current | — | — | — | — |
lsb.licensing-sit.microsoft.com
|
CT Log | Current | — | — | — | — |
lsb.licensing-uat.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp00.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp01.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp02.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp03.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp04.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp05.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp06.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp07.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp08.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp09.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp10.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp11.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp12.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp13.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp14.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp15.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp16.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp17.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp18.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp19.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp20.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp21.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp22.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp23.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp24.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp25.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp26.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp27.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp28.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsdp29.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm00.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm01.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm02.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm03.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm04.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm05.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm06.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm07.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm08.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm09.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm10.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm11.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm12.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm13.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm14.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm15.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm16.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm17.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm18.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm19.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm20.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm21.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm22.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm23.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm24.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm25.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm26.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm27.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm28.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm29.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm81.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm82.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm83.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lslm84.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
lsua01.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
lsub01.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
ltkprodvm01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
lumiazilla.microsoft.com
|
CT Log | Current | — | — | — | — |
lusred043apc91.microsoft.com
|
CT Log | Current | — | — | — | — |
lva.beta.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
lva.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
lvtk.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
lx.azure.microsoft.com
|
CT Log | Current | — | — | — | — |
lync.microsoft.com
|
CT Log | Current | — | — | — | — |
lync00.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync01.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync02.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync03.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync04.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync05.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync06.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync07.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync08.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync09.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync0a.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync0b.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync0d.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync0x.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync10.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync11.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync12.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync13.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync14.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync15.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync16.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync17.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync18.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync19.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync1d.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync20.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync21.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync22.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync23.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync24.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync25.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync26.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync27.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync28.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync29.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync2d.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync30.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync31.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync32.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync33.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync34.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync35.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync36.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync37.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync38.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync39.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lync3d.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lyncdf01.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lyncdf02.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lyncdiscover.mds.microsoft.com
|
CT Log | Current | — | — | — | — |
lyncdiscover.microsoft.com
|
CT Log | Current | — | — | — | — |
lyncdiscover.mssupport.microsoft.com
|
CT Log | Current | — | — | — | — |
lyncdiscover.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
lyncdiscoverinternal.mds.microsoft.com
|
CT Log | Current | — | — | — | — |
lyncdiscoverinternal.microsoft.com
|
CT Log | Current | — | — | — | — |
lyncmobile.microsoft.com
|
CT Log | Current | — | — | — | — |
lynconline.pinpoint.microsoft.com
|
CT Log | Current | — | — | — | — |
lyncp3a.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lyncp3b.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lyncp4a.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
lyncp4b.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
m.bmsua01.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
m.bmsua02.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
m.bmsub01.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
m.bmsuc01.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
m.dmsua01.manage-dogfood.microsoft.com
|
CT Log | Current | — | — | — | — |
m.dmsua02.manage-dogfood.microsoft.com
|
CT Log | Current | — | — | — | — |
m.dmsub01.manage-dogfood.microsoft.com
|
CT Log | Current | — | — | — | — |
m.fei.amsua0102.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
m.fei.amsua0202.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
m.fei.amsua0402.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
m.fei.amsua0502.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
m.fei.amsua0602.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
m.fei.amsua0702.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
m.fei.amsua0801.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
m.fei.amsua0901.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
m.fei.msua01.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
m.fei.msua02.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
m.fei.msua04.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
m.fei.msua05.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
m.fei.msua06.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
m.fei.msua07.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
m.fei.msuc01.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:44:29Z | |
m.fei.msuc02.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:44:29Z | |
m.fei.msuc03.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:44:29Z | |
m.fei.msuc05.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:44:29Z | |
m.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
m.manage-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
m.manage.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-24T18:13:52Z | |
m.microsoft.com
|
DNS | Current |
origin.mobile.ms.akadns.net
|
— | — | — |
m.msua01.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msua01.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msua02.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msua02.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msua03.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msua03.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msua04.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msua05.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msub01.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msub01.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msub02.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msub03.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msub05.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msuc01.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msuc02.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msuc03.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.msuc05.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
m.testcmsua04.testc.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
mac.microsoft.com
|
CT Log | Current | — | — | — | — |
mac2.microsoft.com
|
CT Log | Current | — | — | — | — |
maf.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
maf.api.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
mai.fasttrack.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T23:49:23Z | |
mail-01.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-02.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-1a.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-1af.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-1b.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-1bf.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-1c.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-1cf.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-1d.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-1df.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-2a.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-2af.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-2b.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-2bf.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-2c.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-2cf.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-2d.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-2df.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-apj1.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-co1lp0176.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-co1lp0177.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-co1lp0178.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-co1lp0179.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-co1lp0180.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-co1lp0181.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-co1lp0182.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-co1lp0183.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0171.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0172.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0173.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0174.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0175.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0176.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0177.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0178.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0179.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0180.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0181.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0182.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0183.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0184.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0185.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0186.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0187.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0188.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8lp0189.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8un0243.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8un0244.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8un0245.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8un0246.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8un0247.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8un0248.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8un0249.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8un0251.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8un0252.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8un0253.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db8un0254.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0235.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0236.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0237.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0238.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0239.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0240.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0241.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0242.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0243.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0244.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0245.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0246.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0247.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0248.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0249.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0250.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0251.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0252.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9lp0253.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9un0243.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9un0244.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9un0245.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9un0246.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9un0247.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9un0248.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9un0249.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9un0251.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9un0252.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9un0253.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-db9un0254.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-dub.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-eur1.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-muc.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-sin1.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-sin2.microsoft.com
|
CT Log | Current | — | — | — | — |
mail-tx2.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail.beta.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail.dedicated-dev.microsoft.com
|
CT Log | Current | — | — | — | — |
mail.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
mail.managed.microsoft.com
|
CT Log | Current | — | — | — | — |
mail.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail.microsoft.com
|
CT Log | Current | — | — | — | — |
mail.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail.windows.microsoft.com
|
CT Log | Current | — | — | — | — |
mail.winse.microsoft.com
|
CT Log | Current | — | — | — | — |
mail01.apjfw.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail01.apsfw.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail01.apsswp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail01.eurfw.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail01.eurswp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail01.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail01.owadf.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail01.redfw.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail01.spaswp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail01.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail02.apsfw.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail02.apsswp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail02.eurfw.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail02.eurswp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail02.owadf.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail02.redfw.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail02.spaswp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail02.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail03.apsswp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail03.eurfw.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail03.eurswp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail03.owadf.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail03.redfw.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail03.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail04.apsswp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail04.eurswp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail04.owadf.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail04.redfw.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail04.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail05.apsswp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail05.redfw.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail05.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail06.redfw.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail06.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail07.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail08.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail09.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail1.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
mail1.microsoft.com
|
DNS | Current | — | — | — | — |
mail10.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail11.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail12.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail13.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0117.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0118.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0119.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0120.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0121.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0122.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0123.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0124.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0125.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0126.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0127.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0128.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0129.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0130.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0131.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0132.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0133.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0134.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0135.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0136.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0137.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0138.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0139.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0140.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0141.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0142.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0143.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0144.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0145.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0146.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0147.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0148.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0149.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0150.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0151.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0152.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0153.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0154.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0155.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0156.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0158.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0159.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0160.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0161.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0162.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0163.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0164.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0165.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0166.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0167.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0168.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0169.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0170.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0171.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0172.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0173.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0174.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0175.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0176.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0177.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0178.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0179.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0180.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0181.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0182.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0183.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0184.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0185.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0186.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0187.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0188.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0189.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0190.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0191.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0192.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0193.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0194.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0195.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0196.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0197.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0198.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0199.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0200.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0201.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0202.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0203.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0204.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0205.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0206.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0207.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0208.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0209.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0210.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0211.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1bn0212.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1hn0213.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1hn0214.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1hn0215.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1hn0216.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1hn0217.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1hn0218.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1hn0219.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1hn0220.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0223.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0224.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0225.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0226.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0227.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0228.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0229.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0230.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0231.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0232.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0233.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0234.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0235.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0236.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0237.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0238.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0239.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0240.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0241.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1nn0242.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0021.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0022.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0023.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0024.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0025.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0026.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0027.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0028.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0029.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0030.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0031.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0032.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0033.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0034.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0035.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0036.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0037.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0038.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0039.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0040.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0041.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0042.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0043.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0044.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0045.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0046.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0047.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0048.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0049.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0050.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0051.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0052.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0053.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0054.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0055.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0056.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0057.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0058.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0059.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0060.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0061.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0062.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0063.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0064.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0065.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0066.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0067.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0068.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0069.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0070.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0071.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0072.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0073.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0074.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0075.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0076.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0077.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0078.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0079.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0080.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0081.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0082.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0083.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0084.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0085.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0086.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0087.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0088.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0089.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0090.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0091.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0092.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0093.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0094.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0095.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0096.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0097.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0098.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0099.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0100.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0101.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0102.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0104.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0105.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0106.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0107.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0108.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0109.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0110.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0111.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0112.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0113.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0114.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0115.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-am1on0116.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0117.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0118.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0119.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0120.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0121.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0122.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0123.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0124.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0125.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0126.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0127.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0128.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0129.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0130.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0131.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0132.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0133.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0134.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0135.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0136.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0137.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0138.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0139.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0140.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0141.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0142.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0143.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0144.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0145.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0146.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0147.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0148.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0149.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0150.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0151.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0152.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0153.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0154.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0155.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0156.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0158.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0159.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0160.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0161.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0162.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0163.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0164.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0165.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0166.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0167.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0168.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0169.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0170.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0171.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0172.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0173.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0174.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0175.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0176.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0177.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0178.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0179.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0180.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0181.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0182.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0183.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0184.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0185.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0186.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0187.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0188.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0189.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0190.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0191.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0192.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0193.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0194.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0195.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0196.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0197.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0198.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0199.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0200.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0201.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0202.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0203.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0204.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0205.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0206.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0207.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0208.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0209.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0210.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0211.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1bn0212.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1hn0165.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1hn0166.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1hn0213.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1hn0214.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1hn0215.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1hn0216.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1hn0217.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1hn0218.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1hn0219.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1hn0220.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0223.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0224.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0225.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0226.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0227.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0228.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0229.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0230.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0231.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0232.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0233.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0234.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0235.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0236.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0237.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0238.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0239.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0240.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0241.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1nn0242.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0021.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0022.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0023.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0024.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0025.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0026.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0027.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0028.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0029.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0030.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0031.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0032.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0033.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0034.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0035.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0036.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0037.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0038.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0039.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0040.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0041.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0042.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0043.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0044.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0045.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0046.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0047.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0048.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0049.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0050.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0051.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0052.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0053.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0054.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0055.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0056.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0057.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0058.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0059.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0060.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0061.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0062.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0063.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0064.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0065.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0066.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0067.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0068.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0069.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0070.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0071.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0072.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0073.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0074.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0075.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0076.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0077.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0078.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0079.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0080.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0081.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0082.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0083.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0084.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0085.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0086.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0087.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0088.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0089.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0090.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0091.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0092.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0093.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0094.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0095.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0096.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0097.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0098.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0099.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0100.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0101.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0102.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0103.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0104.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0105.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0106.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0107.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0108.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0109.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0110.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0111.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0112.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0113.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0114.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0115.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-ch1on0116.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0117.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0118.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0119.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0120.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0121.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0122.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0123.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0124.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0125.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0126.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0127.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0128.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0129.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0130.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0131.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0132.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0133.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0134.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0135.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0136.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0137.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0138.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0139.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0140.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0141.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0142.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0143.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0144.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0145.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0146.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0147.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0148.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0149.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0150.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0151.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0152.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0153.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0154.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0155.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0156.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0158.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0159.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0160.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0161.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0162.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0163.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0164.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0165.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0166.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0167.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0168.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0169.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0170.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0171.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0172.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0173.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0174.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0175.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0176.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0177.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0178.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0179.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0180.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0181.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0182.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0183.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0184.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0185.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0186.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0187.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0188.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0189.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0190.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0191.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0192.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0193.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0194.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0195.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0196.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0197.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0198.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0199.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0200.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0201.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0202.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0203.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0204.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0205.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0206.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0207.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0208.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0209.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0210.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0211.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1bn0212.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1gn0250.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1hn0213.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1hn0214.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1hn0215.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1hn0216.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1hn0217.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1hn0218.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1hn0219.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1hn0220.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0223.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0224.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0225.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0226.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0227.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0228.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0229.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0230.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0231.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0232.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0233.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0234.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0235.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0236.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0237.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0238.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0239.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0240.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0241.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1nn0242.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0021.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0022.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0023.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0024.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0025.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0026.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0027.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0028.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0029.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0030.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0031.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0032.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0033.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0034.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0035.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0036.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0037.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0038.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0039.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0040.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0041.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0042.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0043.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0044.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0045.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0046.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0047.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0048.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0049.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0050.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0051.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0052.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0053.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0054.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0055.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0056.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0057.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0058.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0059.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0060.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0061.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0062.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0063.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0064.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0065.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0066.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0067.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0068.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0069.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0070.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0071.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0072.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0073.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0074.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0075.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0076.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0077.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0078.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0079.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0080.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0081.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0082.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0083.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0084.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0085.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0086.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0087.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0088.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0089.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0090.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0091.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0092.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0093.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0094.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0095.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0096.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0097.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0098.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0099.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0100.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0101.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0102.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0103.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0104.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0105.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0106.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0107.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0108.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0109.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0110.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0111.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0112.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0113.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0114.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0115.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co1on0116.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0119.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0120.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0121.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0122.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0123.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0124.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0125.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0126.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0127.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0128.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0129.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0130.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0131.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0132.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0133.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0134.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0135.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0136.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0137.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0138.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0139.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0140.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0141.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0142.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0143.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0144.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0145.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0146.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0147.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0148.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0149.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0150.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0151.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0152.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0153.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0154.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0155.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0156.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0158.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0159.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0160.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0161.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0162.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0163.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0164.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0165.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0166.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0167.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0168.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0169.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0170.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0171.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0172.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0173.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0174.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0175.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0176.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0177.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0178.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0179.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0180.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0181.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0182.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0183.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0184.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0185.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0186.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0187.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0188.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0189.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0190.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0191.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0192.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0193.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0194.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0195.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0196.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0197.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0198.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0199.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0200.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0201.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0202.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0203.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0204.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0205.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0206.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0207.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0208.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0209.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0210.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0211.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0212.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0213.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9bn0214.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9gn0250.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9hn0213.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9hn0214.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9hn0215.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9hn0216.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9hn0217.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9hn0218.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9hn0219.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9hn0220.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0223.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0224.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0225.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0226.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0227.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0228.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0229.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0230.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0231.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0232.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0233.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0234.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0235.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0236.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0237.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0238.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0239.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0240.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0241.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9nn0242.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0023.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0024.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0025.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0026.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0027.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0028.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0029.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0030.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0031.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0032.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0033.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0034.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0035.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0036.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0037.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0038.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0039.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0040.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0041.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0042.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0043.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0044.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0045.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0046.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0047.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0048.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0049.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0050.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0051.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0052.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0053.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0054.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0055.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0056.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0057.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0058.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0059.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0060.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0061.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0062.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0063.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0064.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0065.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0066.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0067.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0068.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0069.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0070.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0071.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0072.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0073.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0074.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0075.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0076.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0077.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0078.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0079.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0080.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0081.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0082.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0083.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0084.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0085.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0086.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0087.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0088.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0089.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0090.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0091.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0092.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0093.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0094.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0095.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0096.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0097.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0098.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0099.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0100.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0101.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0102.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0103.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0104.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0105.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0106.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0107.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0108.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0109.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0110.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0111.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0112.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0113.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0114.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0115.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0116.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0117.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-co9on0118.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0117.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0118.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0119.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0120.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0121.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0122.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0123.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0124.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0125.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0126.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0127.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0128.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0129.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0130.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0131.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0132.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0133.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0134.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0135.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0136.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0137.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0138.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0139.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0140.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0141.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0142.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0143.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0144.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0145.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0146.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0147.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0148.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0149.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0150.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0151.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0152.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0153.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0154.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0155.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0156.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0158.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0159.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0160.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0161.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0162.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0163.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0164.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0165.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0166.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0167.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0168.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0169.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0170.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0171.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0172.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0173.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0174.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0175.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0176.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0177.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0178.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0179.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0180.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0181.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0182.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0183.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0184.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0185.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0186.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0187.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0188.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0189.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0190.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0191.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0192.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0193.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0194.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0195.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0196.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0197.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0198.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0199.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0200.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0201.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0202.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0203.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0204.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0205.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0206.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0207.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0208.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0209.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0210.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0211.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8bn0212.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8gn0250.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8hn0213.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8hn0214.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8hn0215.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8hn0216.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8hn0217.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8hn0218.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8hn0219.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8hn0220.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0223.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0224.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0225.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0226.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0227.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0228.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0229.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0230.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0231.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0232.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0233.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0234.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0235.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0236.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0237.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0238.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0239.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0240.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0241.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8nn0242.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0021.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0022.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0023.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0024.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0025.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0026.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0027.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0028.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0029.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0030.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0031.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0032.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0033.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0034.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0035.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0036.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0037.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0038.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0039.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0040.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0041.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0042.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0043.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0044.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0045.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0046.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0047.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0048.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0049.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0050.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0051.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0052.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0053.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0054.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0055.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0056.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0057.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0058.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0059.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0060.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0061.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0062.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0063.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0064.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0065.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0066.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0067.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0068.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0069.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0070.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0071.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0072.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0073.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0074.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0075.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0076.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0077.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0078.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0079.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0080.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0081.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0082.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0083.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0084.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0085.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0086.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0087.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0088.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0089.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0090.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0091.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0092.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0093.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0094.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0095.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0096.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0097.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0098.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0099.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0100.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0101.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0102.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0103.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0104.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0105.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0106.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0107.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0108.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0109.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0110.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0111.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0112.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0113.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0114.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0115.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db8on0116.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0117.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0118.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0119.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0120.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0121.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0122.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0123.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0124.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0125.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0126.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0127.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0128.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0129.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0130.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0131.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0132.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0133.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0134.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0135.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0136.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0137.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0138.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0139.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0140.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0141.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0142.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0143.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0144.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0145.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0146.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0147.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0148.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0149.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0150.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0151.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0152.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0153.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0154.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0155.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0156.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0158.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0159.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0160.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0161.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0162.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0163.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0164.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0165.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0166.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0167.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0168.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0169.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0170.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0171.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0172.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0173.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0174.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0175.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0176.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0177.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0178.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0179.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0180.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0181.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0182.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0183.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0184.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0185.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0186.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0187.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0188.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0189.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0190.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0191.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0192.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0193.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0194.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0195.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0196.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0197.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0198.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0199.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0200.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0201.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0202.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0203.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0204.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0205.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0206.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0207.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0208.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0209.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0210.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0211.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9bn0212.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9gn0250.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9hn0213.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9hn0214.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9hn0215.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9hn0216.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9hn0217.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9hn0218.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9hn0219.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9hn0220.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0223.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0224.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0225.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0226.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0227.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0228.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0229.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0230.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0231.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0232.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0233.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0234.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0235.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0236.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0237.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0238.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0239.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0240.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0241.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9nn0242.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0021.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0022.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0023.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0024.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0025.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0026.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0027.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0028.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0029.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0030.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0031.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0032.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0033.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0034.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0035.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0036.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0037.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0038.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0039.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0040.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0041.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0042.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0043.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0044.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0045.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0046.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0047.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0048.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0049.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0050.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0051.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0052.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0053.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0054.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0055.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0056.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0057.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0058.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0059.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0060.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0061.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0062.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0063.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0064.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0065.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0066.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0067.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0068.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0069.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0070.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0071.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0072.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0073.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0074.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0075.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0076.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0077.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0078.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0079.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0080.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0081.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0082.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0083.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0084.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0085.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0086.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0087.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0088.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0089.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0090.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0091.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0092.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0093.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0094.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0095.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0096.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0097.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0098.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0099.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0100.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0101.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0102.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0103.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0104.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0105.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0106.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0107.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0108.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0109.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0110.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0111.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0112.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0113.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0114.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0115.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-db9on0116.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0117.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0118.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0119.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0120.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0121.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0122.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0123.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0124.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0125.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0126.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0127.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0128.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0129.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0130.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0131.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0132.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0133.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0134.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0135.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0136.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0137.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0138.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0139.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0140.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0141.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0142.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0143.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0144.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0145.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0146.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0147.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0148.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0149.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0150.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0151.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0152.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0153.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0154.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0155.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0156.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0158.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0159.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0160.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0161.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0162.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0163.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0164.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0165.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0166.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0167.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0168.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0169.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0170.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0171.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0172.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0173.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0174.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0175.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0176.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0177.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0178.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0179.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0180.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0181.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0182.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0183.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0184.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0185.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0186.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0187.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0188.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0189.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0190.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0191.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0192.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0193.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0194.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0195.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0196.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0197.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0198.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0199.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0200.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0201.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0202.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0203.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0204.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0205.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0206.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0207.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0208.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0209.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0210.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0211.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2bn0212.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2hn0213.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2hn0214.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2hn0215.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2hn0216.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2hn0217.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2hn0218.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2hn0219.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2hn0220.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0223.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0224.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0225.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0226.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0227.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0228.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0229.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0230.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0231.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0232.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0233.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0234.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0235.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0236.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0237.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0238.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0239.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0240.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0241.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2nn0242.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0021.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0022.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0023.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0024.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0025.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0026.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0027.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0028.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0029.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0030.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0031.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0032.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0033.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0034.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0035.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0036.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0037.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0038.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0039.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0040.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0041.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0042.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0043.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0044.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0045.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0046.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0047.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0048.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0049.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0050.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0051.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0052.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0053.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0054.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0055.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0056.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0057.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0058.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0059.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0060.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0061.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0062.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0063.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0064.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0065.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0066.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0067.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0068.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0069.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0070.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0071.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0072.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0073.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0074.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0075.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0076.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0077.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0078.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0079.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0080.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0081.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0082.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0083.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0084.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0085.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0086.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0087.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0088.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0089.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0090.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0091.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0092.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0093.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0094.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0095.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0096.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0097.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0098.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0099.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0100.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0101.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0102.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0103.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0104.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0105.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0106.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0107.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0108.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0109.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0110.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0111.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0112.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0113.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0114.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0115.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-tx2on0116.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0117.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0118.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0119.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0120.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0121.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0122.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0123.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0124.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0125.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0126.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0127.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0128.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0129.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0130.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0131.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0132.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0133.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0134.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0135.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0136.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0137.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0138.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0139.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0140.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0141.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0142.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0143.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0144.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0145.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0146.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0147.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0148.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0149.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0150.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0151.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0152.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0153.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0154.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0155.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0156.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0158.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0159.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0160.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0161.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0162.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0163.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0164.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0165.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0166.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0167.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0168.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0169.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0170.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0171.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0172.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0173.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0174.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0175.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0176.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0177.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0178.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0179.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0180.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0181.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0182.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0183.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0184.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0185.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0186.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0187.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0188.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0189.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0190.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0191.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0192.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0193.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0194.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0195.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0196.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0197.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0198.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0199.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0200.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0201.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0202.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0203.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0204.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0205.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0206.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0207.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0208.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0209.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0210.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0211.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3bn0212.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3hn0213.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3hn0214.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3hn0215.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3hn0216.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3hn0217.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3hn0218.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3hn0219.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3hn0220.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0223.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0224.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0225.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0226.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0227.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0228.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0229.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0230.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0231.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0232.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0233.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0234.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0235.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0236.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0237.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0238.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0239.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0240.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0241.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3nn0242.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0021.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0022.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0023.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0024.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0025.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0026.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0027.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0028.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0029.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0030.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0031.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0032.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0033.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0034.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0035.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0036.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0037.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0038.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0039.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0040.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0041.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0042.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0043.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0044.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0045.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0046.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0047.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0048.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0049.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0050.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0051.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0052.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0053.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0054.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0055.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0056.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0057.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0058.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0059.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0060.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0061.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0062.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0063.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0064.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0065.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0066.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0067.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0068.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0069.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0070.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0071.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0072.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0073.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0074.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0075.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0076.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0077.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0078.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0079.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0080.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0081.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0082.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0083.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0084.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0085.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0086.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0087.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0088.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0089.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0090.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0091.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0092.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0093.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0094.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0095.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0096.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0097.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0098.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0099.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0100.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0101.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0102.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0103.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0104.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0105.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0106.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0107.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0108.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0109.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0110.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0111.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0112.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0113.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0114.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0115.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14-va3on0116.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
mail14.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail15.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail16.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail17.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail18.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail19.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail2.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
mail2.microsoft.com
|
DNS | Current | — | — | — | — |
mail20.swp.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
mail3.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
mail3.microsoft.com
|
DNS | Current | — | — | — | — |
mail4.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
mail4.microsoft.com
|
CT Log | Current | — | — | — | — |
mail5.microsoft.com
|
CT Log | Current | — | — | — | — |
mail7.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
mail7.microsoft.com
|
CT Log | Current | — | — | — | — |
maila.assist.microsoft.com
|
CT Log | Current | — | — | — | — |
maila.microsoft.com
|
CT Log | Current | — | — | — | — |
mailb.microsoft.com
|
CT Log | Current | — | — | — | — |
mailc.microsoft.com
|
CT Log | Current | — | — | — | — |
main.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
main.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
main.adcenterapidownload.microsoft.com
|
CT Log | Current | — | — | — | — |
main.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
main.evdesktop.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
main.maf.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
mainentwba01.dns.microsoft.com
|
CT Log | Current | — | — | — | — |
maintenance.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
make.powerpages.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-23T08:32:16Z | |
make.preview.powerpages.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-23T08:32:16Z | |
malfoy.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
malpapp.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T14:06:49Z | |
malpapp11.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T14:06:49Z | |
malpapp21.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T14:06:49Z | |
malpts11.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:44:12Z | |
manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
manage-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
manage.devcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
manage.microsoft.com
|
DNS | Current |
manage-pe.trafficmanager.net
|
— | — | — |
managementportal-dev.cloudaccelerator.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T20:18:24Z | |
managementportal.cloudaccelerator.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:06:23Z | |
managerforums.microsoft.com
|
CT Log | Current | — | — | — | — |
managerhubeng.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:24:36Z | |
map.microsoft.com
|
DNS | Current |
mapmicrosoft.azurelbs.com
|
— | — | — |
mappingstore-dcatbackend.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:47:30Z | |
mappoint-css.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
maps.microsoft.com
|
DNS | Current |
mapsmicrosoft.azurelbs.com
|
— | — | — |
marketing.microsoft.com
|
DNS | Current | — | — | — | — |
marketingepuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
marketingplanning.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
marketingplanninguat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
marketingsites-prod.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T01:51:41Z | |
marketplaceapi.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T11:24:55Z | |
mars.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
marsservice.cp.microsoft.com
|
CT Log | Current | — | — | — | — |
mass.microsoft.com
|
CT Log | Current | — | — | — | — |
mass.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
massppe.microsoft.com
|
CT Log | Current | — | — | — | — |
massppe.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mbamtestservice.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
mblhybrid.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mbpmpit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mbs-pna.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mbs-pnb.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mbs-pnc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mbs-pnd.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mbs-pne.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mbs-pnf.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mbs-ppe.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mbs-pta.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mbs-trn.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mbs-uat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mbs.microsoft.com
|
CT Log | Current | — | — | — | — |
mbs2.microsoft.com
|
CT Log | Current | — | — | — | — |
mbs3.microsoft.com
|
CT Log | Current | — | — | — | — |
mbs4.microsoft.com
|
CT Log | Current | — | — | — | — |
mbs5.microsoft.com
|
CT Log | Current | — | — | — | — |
mbsbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
mbsbeweb.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mbselrn.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mbsinternal.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
mbsmobile.microsoft.com
|
CT Log | Current | — | — | — | — |
mbsproducts.microsoft.com
|
CT Log | Current | — | — | — | — |
mbsupdates-ppe.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mbsupdates-trn.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mbsupdates-uat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mbsupdates.microsoft.com
|
CT Log | Current | — | — | — | — |
mc.microsoft.com
|
CT Log | Current | — | — | — | — |
mcapicpl.cloudlicensing.enterprise.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T06:01:11Z | |
mckprealtime.microsoft.com
|
CT Log | Current | — | — | — | — |
mcp.microsoft.com
|
CT Log | Current | — | — | — | — |
mcpbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
mcpuat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mct.microsoft.com
|
CT Log | Current | — | — | — | — |
mdepextmgmt.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T07:33:56Z | |
mdmorgwsold.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmplatformws.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmplatformwspp.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmprivacyws.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmprivacyws.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmprivacyws.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmprivacyws.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmprivacywsa.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmprivacywsb.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmprivacywscorp.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmprivacywsfe.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmprivacywsfebay.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmprivacywspp.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmprivacywspp.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmprivacywspp.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmprivacywspp.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmprivacywspp.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmsms.microsoft.com
|
CT Log | Current | — | — | — | — |
mdmsmspp.microsoft.com
|
CT Log | Current | — | — | — | — |
mdpppme.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T14:09:42Z | |
measure.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-21T18:01:24Z | |
media-assetcatalog-origin-co3.microsoft.com
|
CT Log | Current | — | — | — | — |
media-assetcatalog-origin-db3.microsoft.com
|
CT Log | Current | — | — | — | — |
media-assetcatalog.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T00:59:52Z | |
media.microsoft.com
|
DNS | Current |
ashy-meadow-0b28bcb0f.azurestaticapps.net
|
— | — | — |
media.ml.mdc.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
mediaacq.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mediaacquisitions.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mediaacquisitionsuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mediabank.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mediabankppe.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mediacataloginterface.microsoft.com
|
CT Log | Current | — | — | — | — |
mediadiscovery-origin.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:23:42Z | |
mediapartners.ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
meet.mds.microsoft.com
|
CT Log | Current | — | — | — | — |
meet.microsoft.com
|
DNS | Current | — | — | — | — |
meet.mssupport.microsoft.com
|
CT Log | Current | — | — | — | — |
meet.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
meet0x.microsoft.com
|
CT Log | Current | — | — | — | — |
meetdf.microsoft.com
|
CT Log | Current | — | — | — | — |
mels.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
members.microsoft.com
|
CT Log | Current | — | — | — | — |
memberstest2.microsoft.com
|
CT Log | Current | — | — | — | — |
merchantcenter.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
merchantcenter.si.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
mert.microsoft.com
|
CT Log | Current | — | — | — | — |
messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
metadst.prod.communication.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T15:19:36Z | |
metro.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
metrotrain.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
metrouat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
metstressiis2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mfsa1.microsoft.com
|
CT Log | Current | — | — | — | — |
mgmt.rs.wd.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T23:24:06Z | |
mic0-tk5dmdmz05.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
mic0-tk5dmdmz06.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
microsoftclub.microsoft.com
|
CT Log | Current | — | — | — | — |
microsoftclubadmin.microsoft.com
|
CT Log | Current | — | — | — | — |
microsoftclubadminbvt.microsoft.com
|
CT Log | Current | — | — | — | — |
microsoftclubadminloadtest.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
microsoftclubadminuatnew.microsoft.com
|
CT Log | Current | — | — | — | — |
microsoftclubbvt.microsoft.com
|
CT Log | Current | — | — | — | — |
microsoftclubpartnersload.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
microsoftclubuatnew.microsoft.com
|
CT Log | Current | — | — | — | — |
microsoftquote.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
microsoftquotedr.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
microsoftradewsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
microsoftradsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
microsoftraduat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
microsoftretailstore.microsoft.com
|
CT Log | Current | — | — | — | — |
middletier.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T16:03:37Z | |
migration.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
migrationstg.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mimos.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mimosbpm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mimospitint.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mir.prod.reco.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T20:18:45Z | |
missionemp.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
missionempuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mmsmri.managed.microsoft.com
|
CT Log | Current | — | — | — | — |
mobile.me.microsoft.com
|
CT Log | Current | — | — | — | — |
mobile.microsoft.com
|
DNS | Current |
origin.mobile.ms.akadns.net
|
— | — | — |
mobile.muc.microsoft.com
|
CT Log | Current | — | — | — | — |
mobilebeta.microsoft.com
|
CT Log | Current | — | — | — | — |
mobilectp.microsoft.com
|
CT Log | Current | — | — | — | — |
mobiledf.microsoft.com
|
CT Log | Current | — | — | — | — |
mobilezilla.microsoft.com
|
CT Log | Current | — | — | — | — |
mocl.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mocl.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mocmc-dogfood.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mocmc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mocmcprep.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
moddpm.office.microsoft.com
|
CT Log | Current | — | — | — | — |
moderate.ppe.xbl.salus.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:53:01Z | |
moderate.prod.xbl.salus.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:59:31Z | |
moet.microsoft.com
|
CT Log | Current | — | — | — | — |
moet.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
moet2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
monitoring.int.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
monitoring.ppe.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
monitoring.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
moosdk.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
moservices-df.microsoft.com
|
CT Log | Current | — | — | — | — |
moservices.microsoft.com
|
CT Log | Current | — | — | — | — |
moviesanywhere-afd-int.media.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T06:19:13Z | |
mp2sslclientabapsdkprimary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:11:48Z | |
mpa.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mpadevcr.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mpadevnx.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mpadevpr.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mpadevse.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mpan.microsoft.com
|
CT Log | Current | — | — | — | — |
mpanbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
mparca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mparcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mparcb2.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mpauat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mpauat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mpcpkmaprcb.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mpcpkrca.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mpdsslclientabapsdkprimary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:36:10Z | |
mpdsslclientabapsdksecondary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:22:18Z | |
mpn.microsoft.com
|
CT Log | Current | — | — | — | — |
mpnppe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
mpnppeauth.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
mpo-uat.microsoft.com
|
CT Log | Current | — | — | — | — |
mpodownload.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mpoupload.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mppe.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mpsd-mdm.microsoft.com
|
CT Log | Current | — | — | — | — |
mptestweb.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
mptestweb.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
mptst00.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T23:01:52Z | |
mpusslclientabapsdkprimary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:55:28Z | |
mpusslclientabapsdksecondary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:52:28Z | |
mr2.microsoft.com
|
CT Log | Current | — | — | — | — |
mr3.microsoft.com
|
CT Log | Current | — | — | — | — |
mrs.microsoft.com
|
CT Log | Current | — | — | — | — |
mrss.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mrsurveysystem.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ms1sslclientabapsdkprimary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:23:57Z | |
ms1sslclientabapsdksecondary.redmond.corp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T05:21:00Z | |
ms2sslclientabapsdkprimary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:01:28Z | |
ms2sslclientabapsdksecondary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:43:55Z | |
ms2sslclientfqdn.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:07:32Z | |
msa.one.microsoft.com
|
CT Log | Current | — | — | — | — |
msaasentitlements-bn2.microsoft.com
|
CT Log | Current | — | — | — | — |
msaasentitlements-bn2b.microsoft.com
|
CT Log | Current | — | — | — | — |
msaasentitlements-co3.microsoft.com
|
CT Log | Current | — | — | — | — |
msaasentitlements-cy2.microsoft.com
|
CT Log | Current | — | — | — | — |
msaasentitlements-db5.microsoft.com
|
CT Log | Current | — | — | — | — |
msaasentitlements-dm3.microsoft.com
|
CT Log | Current | — | — | — | — |
msaasentitlements-hk2.microsoft.com
|
CT Log | Current | — | — | — | — |
msauat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msauction.microsoft.com
|
CT Log | Current | — | — | — | — |
msc.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T19:43:23Z | |
mscampusexperience.microsoft.com
|
CT Log | Current | — | — | — | — |
mscatalog.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:55:32Z | |
msclubdevpartner.microsoft.com
|
CT Log | Current | — | — | — | — |
mscollect.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mscollectuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnect.africa.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnect.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnect.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnect.fareast.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnect.middleeast.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnect.northamerica.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnect.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnect.southamerica.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnect.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnects.africa.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnects.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnects.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnects.fareast.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnects.middleeast.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnects.northamerica.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnects.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnects.southamerica.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
msconnects.southpacific.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
mscprodrs.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mscprodws.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mscritsit.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mscritsit40.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mscrl.microsoft.com
|
CT Log | Current | — | — | — | — |
mscuatwstwo.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msdn-pak.one.microsoft.com
|
CT Log | Current | — | — | — | — |
msdn-pak.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msdn-pak2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
msdn.one.microsoft.com
|
CT Log | Current | — | — | — | — |
msdn2.microsoft.com
|
CT Log | Current | — | — | — | — |
msdnasia.one.microsoft.com
|
CT Log | Current | — | — | — | — |
msdnasia.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msdnbenefits.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msdness.microsoft.com
|
CT Log | Current | — | — | — | — |
msdnessv2.microsoft.com
|
CT Log | Current | — | — | — | — |
msdnopenmat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
msedsystems.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msengage-apac.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msengage-emea.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msengage-na.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msengage.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msengagetestna.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msengageu-apac.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msengageu-emea.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msengageu-na.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msengageu.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msevents.microsoft.com
|
CT Log | Current | — | — | — | — |
mseventsppe.microsoft.com
|
CT Log | Current | — | — | — | — |
mseventstest.microsoft.com
|
CT Log | Current | — | — | — | — |
mseventstrain.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mseventsww.microsoft.com
|
CT Log | Current | — | — | — | — |
mseventswwdev.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mseventswwetest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mseventswwtest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
msft-net.ucm.ads.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T05:55:13Z | |
msfterpmebdr.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T23:10:29Z | |
msfterpmedr.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T15:36:21Z | |
msftguest.microsoft.com
|
CT Log | Current | — | — | — | — |
msftofficetalk.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msftofficetalkservices.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msgsslclientabapsdkprimary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:12:17Z | |
msgsslclientabapsdksecondary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:09:57Z | |
mshinfo.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msinvoicerxp.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msinvoicerxp2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msinvoicetst.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msip.clientidentity.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T09:20:09Z | |
msiservicescorp.dns.microsoft.com
|
CT Log | Current | — | — | — | — |
msiservicesext.microsoft.com
|
CT Log | Current | — | — | — | — |
msit.api.interfaces.records.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T16:34:12Z | |
msit.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
msitfindmebgservice.microsoft.com
|
CT Log | Current | — | — | — | — |
msitfindmeservice.microsoft.com
|
CT Log | Current | — | — | — | — |
msitideation.microsoft.com
|
CT Log | Current | — | — | — | — |
msitsearch.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msitservicecatalog.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msitservicecatalogext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msitservicecatalogperf.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msitservicecatalogsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msitservicecatalogsitext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msitservicecataloguat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msitservicecataloguatext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mskkjp.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mslextshares.one.microsoft.com
|
CT Log | Current | — | — | — | — |
mslextsharesbeta.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mslextsharesbeta.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
mslpvpprodcert.lc.microsoft.com
|
CT Log | Current | — | — | — | — |
msmedia.microsoft.com
|
CT Log | Current | — | — | — | — |
msocaf.microsoft.com
|
CT Log | Current | — | — | — | — |
msolvdev2crmapp.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msolvdev2sw.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msolvdevcrmapp.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msolvdevfs1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msolvdevsw.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msolvsmokefs1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msolvsmokesw.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msonline.microsoft.com
|
CT Log | Current | — | — | — | — |
msonlineppe2010.microsoft.com
|
CT Log | Current | — | — | — | — |
msopcpws.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msopcpwsuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msoppeshare.microsoft.com
|
CT Log | Current | — | — | — | — |
msops.microsoft.com
|
CT Log | Current | — | — | — | — |
msoshare.microsoft.com
|
CT Log | Current | — | — | — | — |
msowac.microsoft.com
|
CT Log | Current | — | — | — | — |
msox-stg.support.microsoft.com
|
CT Log | Current | — | — | — | — |
msox.support.microsoft.com
|
CT Log | Current | — | — | — | — |
mspacsr.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T00:39:47Z | |
mspartner.microsoft.com
|
CT Log | Current | — | — | — | — |
mspartnerbi-int.microsoft.com
|
CT Log | Current | — | — | — | — |
mspartnerbi.microsoft.com
|
CT Log | Current | — | — | — | — |
mspartnerbi.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mspartnerbiuat.microsoft.com
|
CT Log | Current | — | — | — | — |
mspartnerira.microsoft.com
|
CT Log | Current | — | — | — | — |
mspartnerotp-ppe.partners.microsoft.com
|
CT Log | Current | — | — | — | — |
mspartnerotp.partners.microsoft.com
|
CT Log | Current | — | — | — | — |
msppstage.microsoft.com
|
CT Log | Current | — | — | — | — |
mspress.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msptr.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msqdrwsext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msqperfui1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msqperfwsext1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msqprodwsext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msqsit02ui.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msqsit02wsext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msqsit04wsext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msqsit3ui.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msqsit3wsext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msqsit4ui.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msqsit4wsext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msquat1ui.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msquat1wsext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msquat2ui.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msquat2wsext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
msrc-blog-ppe.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T08:33:02Z | |
msrc-keyserver.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T09:00:43Z | |
msrc-ppe.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T08:33:02Z | |
msretail-crm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msretail-crm.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mssiebel.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mssolveweb.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mssolvewebuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mssqlperf.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mssws.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msswspreprod.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mstdsadmin.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T13:04:17Z | |
mstf.microsoft.com
|
CT Log | Current | — | — | — | — |
mstntfsfilteringservice-dogfood.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:58:14Z | |
msu1.beta.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msu1.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msu1.test.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msu1a.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msu1b.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msu1c.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msu2.beta.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msu2a.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msu2b.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msu2c.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msu3b.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msua01.beta.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msua01.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msua01.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msua01dr.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msua02.beta.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msua02.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msua02.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msua02dr.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msua03.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msua03.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msua04.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msua04dr.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msua05.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msua05dr.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msub01.beta.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msub01.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msub01.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msub01dr.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msub02.beta.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msub02.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msub02dr.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msub03.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msub03dr.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msub05.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msub05dr.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msuc01.beta.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msuc01.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msuc02.beta.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msuc02.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msuc02dr.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msuc03.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msuc03dr.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msuc05.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msuc05dr.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
msusslclientabapsdkprimary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:23:40Z | |
msusslclientabapsdksecondary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:18:42Z | |
msvacationnew.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T00:42:45Z | |
msvacationsrvc.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T01:58:49Z | |
msvacationuat.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T14:03:10Z | |
msvendordemo.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
msvendordev.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
msvendortest.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
msvoicereporting.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msvoicereportinguat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msvoicereports.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
msybidata.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
mta.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta10.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta11.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta12.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta13.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta14.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta15.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta16.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta17.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta18.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta19.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta2.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta20.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta21.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta22.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta23.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta24.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta25.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta26.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta27.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta28.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta29.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta3.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta30.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta31.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta32.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta33.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta34.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta35.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta36.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta37.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta38.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta39.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta4.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta40.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta41.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta42.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta43.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta44.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta45.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta46.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta47.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta48.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta49.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta5.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta50.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta6.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta7.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta8.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mta9.email2.microsoft.com
|
CT Log | Current | — | — | — | — |
mto.security.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-21T23:01:47Z | |
mtonline.sls.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:47:21Z | |
muv6lc1.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:24:47Z | |
mva.microsoft.com
|
CT Log | Current | — | — | — | — |
mvls.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mvls2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mvp.support.ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
mxpampapp.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T18:10:10Z | |
mxpampapp01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T18:10:10Z | |
mxpampapp02.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T18:10:10Z | |
mxpappapp.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T06:54:45Z | |
mxpappapp11.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T06:54:45Z | |
mxpappapp21.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T06:54:45Z | |
mxpappappcl.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T06:54:45Z | |
mxpempapp.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T17:58:22Z | |
mxpemuapp01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T07:27:33Z | |
mxpmapapp.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T10:35:18Z | |
mxpmapapp01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T10:35:18Z | |
mxpmapapp02.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T10:35:18Z | |
mxpps1papp.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T03:20:07Z | |
mxpps1papp01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T03:20:07Z | |
mxpps1papp02.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T03:20:07Z | |
mxpps2papp.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T02:32:45Z | |
mxpps2papp01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T02:32:45Z | |
mxpps2papp02.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T02:32:45Z | |
mxppsuapp.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T00:26:26Z | |
mxppsuapp01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T00:26:26Z | |
mxppsuapp02.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T00:26:26Z | |
my.microsoft.com
|
DNS | Current |
account.microsoft.com.edgekey.net
|
— | — | — |
my2010.microsoft.com
|
CT Log | Current | — | — | — | — |
myaccount.microsoft.com
|
DNS | Current |
na.privatelink.msidentity.com
|
— | — | — |
myagentsvcxboxautheobsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
myagentsvcxboxcffsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
myagentsvcxboxpubeobperf.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
myagentsvcxboxpubeobsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
myapplications.microsoft.com
|
CT Log | Current | — | — | — | — |
myk4wserviceaoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
myk4wserviceapj.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
myk4wserviceauth.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
myk4wserviceeoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mylearning.microsoft.com
|
CT Log | Current | — | — | — | — |
mymfe.microsoft.com
|
CT Log | Current | — | — | — | — |
mymicrosoftitperf.microsoft.com
|
CT Log | Current | — | — | — | — |
myoem.microsoft.com
|
CT Log | Current | — | — | — | — |
myphone-int.microsoft.com
|
CT Log | Current | — | — | — | — |
myphone.microsoft.com
|
CT Log | Current | — | — | — | — |
myprofile-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
myservice.surface.microsoft.com
|
CT Log | Current | — | — | — | — |
myserviceauthaoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
myserviceauthuataoc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
myservicechinauat.surface.microsoft.com
|
CT Log | Current | — | — | — | — |
myserviceuataoc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
myserviceuatapj.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
myservicezuneaoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
myservicezuneaocuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
myservicezuneapj.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
myservicezuneapjsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
myservicezuneapjuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
myservicezuneauthaoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
myservicezuneeoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
myservicezunesit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
myservicezunestg.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mysignins-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
mysrvczuneauthuataoc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mysurfaceserviceaoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mysurfaceserviceapj.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mysurfaceserviceauth.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mysurfaceserviceeoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mysurfaceservicestg.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
mysvcxboxautheobsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mysvcxboxcffsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mysvcxboxpubeobsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mysvczuneautheobsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
mysvczunepubeobsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
myxboxservicestg.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
n.partnersettings.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
n.urs.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-ch1-nsp-244-209-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-ch1-nsp-245-209-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-ch1-nsp-246-209-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-ch1-nsp-247-209-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-ch1-nsp-248-209-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-ch1-nsp-249-209-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-ch1-nsp-250-209-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-ch1-nsp-251-209-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-ch1-nsp-252-209-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-ch1-nsp-253-209-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-ch1-nsp-254-209-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-tx2-nsp-221-208-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-tx2-nsp-222-208-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-tx2-nsp-243-208-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-tx2-nsp-244-208-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-tx2-nsp-245-208-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-tx2-nsp-246-208-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-tx2-nsp-247-208-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-tx2-nsp-248-208-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-tx2-nsp-249-208-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-tx2-nsp-250-208-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-tx2-nsp-251-208-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-tx2-nsp-252-208-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-tx2-nsp-253-208-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-tx2-nsp-254-208-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-va3-nsp-244-210-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-va3-nsp-245-210-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-va3-nsp-246-210-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-va3-nsp-247-210-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-va3-nsp-248-210-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-va3-nsp-249-210-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-va3-nsp-250-210-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-va3-nsp-251-210-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-va3-nsp-252-210-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-va3-nsp-253-210-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01-va3-nsp-254-210-56-157.outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
na01.care.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T03:23:46Z | |
na01.dev.carenonprod.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T01:54:44Z | |
na01.ppe.care.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T07:05:09Z | |
na01.test.carenonprod.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T03:08:13Z | |
na02.care.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T03:25:35Z | |
na02.dev.carenonprod.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T01:56:29Z | |
na02.ppe.care.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T07:06:28Z | |
na02.test.carenonprod.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T03:09:58Z | |
na03.dev.carenonprod.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T01:58:15Z | |
na03.test.carenonprod.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T03:11:44Z | |
na04.dev.carenonprod.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T01:59:59Z | |
na04.test.carenonprod.ais.wsd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T03:13:30Z | |
nam.daas.microsoft.com
|
CT Log | Current | — | 28 | 2025-04-21T12:21:06Z | |
nam.dev.daas.microsoft.com
|
CT Log | Current | — | 13 | 2025-04-21T21:32:50Z | |
nam.test.daas.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-21T21:16:02Z | |
nam.vaas.daas.microsoft.com
|
CT Log | Current | — | 34 | 2025-04-22T19:35:16Z | |
nazaraserver.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
ncaf.volab.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:14:24Z | |
nceauthuataoc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
nceperf.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
nceuataoc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ncufun.account.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
ncufun.account.manage-dogfood.microsoft.com
|
CT Log | Current | — | — | — | — |
ncufun.account.manage-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
ncufun.account.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
ne.onlinebackup.microsoft.com
|
CT Log | Current | — | — | — | — |
netservforextranet.microsoft.com
|
CT Log | Current | — | — | — | — |
networktest.windowsphone-int.com.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
neu.followerkustoapi.pipe.int.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T10:10:14Z | |
neu.internalkustoapi.pipe.int.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T10:10:14Z | |
neu.prod.manageddevops.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:49:35Z | |
neu.prod.rp.manageddevops.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:49:35Z | |
neufun.account.manage-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
neufun.account.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
neuron.support.microsoft.com
|
CT Log | Current | — | — | — | — |
neuronperf.support.microsoft.com
|
CT Log | Current | — | — | — | — |
neurontest.support.microsoft.com
|
CT Log | Current | — | — | — | — |
neuronuat.support.microsoft.com
|
CT Log | Current | — | — | — | — |
news.microsoft.com
|
DNS | Current |
m3l38343je5e.wpeproxy.com
|
— | — | — |
next.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
next.cammt-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
next.pubcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimbrtcrm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimbrtfilequn.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimbrtfilesin.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimbrtsrs.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimcrm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimfiledub.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimfilejpn.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimfilequn.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimfilesin.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimhotfix.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimhotfixsrs.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimperfclient.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimperfcrm.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimperfjobsrv.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimsmokecrm.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimsrs.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimtwip.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimtwipclient.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ngimtwipfile.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
noam-df.learningapp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T04:38:51Z | |
noam-msit.voiceanalytics.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:03:10Z | |
noam.learningapp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T04:38:51Z | |
noam.telcomessaging.prod.communication.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T12:25:50Z | |
noamdf.ipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T21:26:26Z | |
nortelallianceforums.microsoft.com
|
CT Log | Current | — | — | — | — |
northamerica.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
northeurope.dcsfe.prod.adu.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:29:12Z | |
northeurope.int.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T19:54:40Z | |
northeurope.int.scm.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T19:54:40Z | |
northeurope.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T19:54:40Z | |
notifications.microsoft.com
|
DNS | Current | — | — | — | — |
nowformscorp.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
nowformscorpblu.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
nowformscorpblunext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
nowformscorpcn.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
nowformscorpcnnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
nowformscorpcol.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
nowformscorpcolnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
nowformscorpemea.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
nowformscorpemeanext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
nowformscorpkaw.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
nowformscorpkawnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
nowformscorpnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
nowformscorpsg.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
nowformscorpsgnext.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
npiauthsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
npipubsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
nss-dogfood.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:27:34Z | |
nss.ext.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
ntdevrights.microsoft.com
|
CT Log | Current | — | — | — | — |
nus.onlinebackup.microsoft.com
|
CT Log | Current | — | — | — | — |
nxtpipeline.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
nz.daas.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T19:13:21Z | |
o.ipdns.public-teams.main.ml.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T09:34:46Z | |
o.nam.public-teams.main.ml.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T09:34:46Z | |
o.public-teams.main.ml.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T09:34:46Z | |
o1.garage.microsoft.com
|
CT Log | Current | — | — | — | — |
o1.sendgrid.microsoft.com
|
CT Log | Current | — | — | — | — |
o140.track.notif.careersppe.microsoft.com
|
CT Log | Current | — | — | — | — |
o2.sendgrid.microsoft.com
|
CT Log | Current | — | — | — | — |
o3.sendgrid.microsoft.com
|
CT Log | Current | — | — | — | — |
o365wac.microsoft.com
|
CT Log | Current | — | — | — | — |
o365wac3.microsoft.com
|
CT Log | Current | — | — | — | — |
o365wfl.microsoft.com
|
CT Log | Current | — | — | — | — |
oab.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
oas-preview.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oas-stg.microsoft.com
|
CT Log | Current | — | — | — | — |
oas-stg.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.as.ficp.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.consumersecuritysupport.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.ec.ficp.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.eu.ficp.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.ficp-ppe.dns.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.ficp.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.fixitcenter-ppe.dns.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.fixitcenter.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.g1-ficp-ppe.dns.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.g2-ficp-ppe.dns.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.mpo-preview.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.mpo-uat.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.partners.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.partnersuat.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.partnersuat.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.premier-beta.dns.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.premieruat.dns.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.stg-ficp.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.stg-fixitcenter.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.stg-g1-ficp.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.support-preprod.dns.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.support-preview.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.support-stg.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.support.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.support.pinpoint.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.support.store.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.wc.ficp.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oas.world.ficp.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oasfileupload-stg.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oasfileupload.microsoft.com
|
CT Log | Current | — | — | — | — |
oasfileupload.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oasfuagentsvc.microsoft.com
|
CT Log | Current | — | — | — | — |
oasfuagentsvc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oasfuconsole.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oasp.microsoft.com
|
CT Log | Current | — | — | — | — |
oaspcontent.microsoft.com
|
CT Log | Current | — | — | — | — |
oauth.sellerdashboard.microsoft.com
|
CT Log | Current | — | — | — | — |
oca.microsoft.com
|
CT Log | Current | — | — | — | — |
ocajapan.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
occapimglobal.iconchannelservicesppe.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T17:23:26Z | |
occapimglobal.iconchannelservicesprod.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T15:38:59Z | |
occclientglobal.iconchannelserviceppe.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T10:46:12Z | |
ocdus.mte.microsoft.com
|
CT Log | Current | — | — | — | — |
oceecefiles.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ocl.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ocldr.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ocluat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ocpclient.ocp.iwes.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
ocps.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs00x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs01x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs02x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs03x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs04x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs05x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs06x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs07x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs08x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs09x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs10x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs11x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs12x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs13x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs14x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs15x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs16x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs17x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs18x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs19x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs20x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs21x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs22x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs23x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs24x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs25x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs26x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs27x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs28x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocs29x.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ocsp.microsoft.com
|
DNS | Current | — | — | — | — |
ocsprod.microsoft.com
|
CT Log | Current | — | — | — | — |
ocsqa.microsoft.com
|
CT Log | Current | — | — | — | — |
ocss30.microsoft.com
|
CT Log | Current | — | — | — | — |
odcqa.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
oddsslclientabapsdkprimary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:38:50Z | |
oddsslclientabapsdksecondary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:26:05Z | |
odgsslclientabapsdkprimary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:50:42Z | |
odgsslclientabapsdksecondary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:47:51Z | |
odtsslclientabapsdkprimary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T10:19:52Z | |
odtsslclientabapsdksecondary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T10:13:16Z | |
odusslclientabapsdkprimary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:58:40Z | |
odusslclientabapsdksecondary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:56:33Z | |
odysseyservice.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
odysseyserviceuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oem.microsoft.com
|
CT Log | Current | — | — | — | — |
oem.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oem.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
oemauthreg.microsoft.com
|
CT Log | Current | — | — | — | — |
oemauthsqa.microsoft.com
|
CT Log | Current | — | — | — | — |
oemcollab.microsoft.com
|
CT Log | Current | — | — | — | — |
oemcollaboration.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oemcollabppe.microsoft.com
|
CT Log | Current | — | — | — | — |
oemcomponents.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oemcomponentsbeta.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oemcrmsrs.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oemcrmsrspp.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oemcrmsrspp.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
oemcrmuatsitsrs.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
oemperfren.microsoft.com
|
CT Log | Current | — | — | — | — |
oemppe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
oemppeauth.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
oemprod.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oempub.microsoft.com
|
CT Log | Current | — | — | — | — |
oemrensqa.microsoft.com
|
CT Log | Current | — | — | — | — |
oemuat.microsoft.com
|
CT Log | Current | — | — | — | — |
oemuatcollab.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
offermanager.dsc.microsoft.com
|
CT Log | Current | — | — | — | — |
offermanageruat.dsc.microsoft.com
|
CT Log | Current | — | — | — | — |
offerstoreworkerservice-dcatbackend.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:47:30Z | |
office.microsoft.com
|
DNS | Current |
ocsa-prod-azhueag4dtemfwe5.b01.azurefd.net
|
— | — | — |
office.pinpoint.microsoft.com
|
CT Log | Current | — | — | — | — |
office.pipe.aria.microsoft.com
|
CT Log | Current | — | — | — | — |
office15client.microsoft.com
|
CT Log | Current | — | — | — | — |
office2010.microsoft.com
|
CT Log | Current | — | — | — | — |
office2010beta.microsoft.com
|
CT Log | Current | — | — | — | — |
office365.microsoft.com
|
CT Log | Current | — | — | — | — |
office365.pinpoint.microsoft.com
|
CT Log | Current | — | — | — | — |
officebeta.microsoft.com
|
CT Log | Current | — | — | — | — |
officebetaimages.microsoft.com
|
CT Log | Current | — | — | — | — |
officeclient.microsoft.com
|
CT Log | Current | — | — | — | — |
officecouncil1.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
officeimages.microsoft.com
|
CT Log | Current | — | — | — | — |
officeint.microsoft.com
|
CT Log | Current | — | — | — | — |
officelive.microsoft.com
|
CT Log | Current | — | — | — | — |
officepreview.microsoft.com
|
CT Log | Current | — | — | — | — |
officeredir.microsoft.com
|
CT Log | Current | — | — | — | — |
officestrings-int.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
officestrings.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
officetestfive1.microsoft.com
|
CT Log | Current | — | — | — | — |
officewebapps-df.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
officewebapps-df.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
offloctest.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
offtools.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oips-external.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
oisxsvc-stg.support.microsoft.com
|
CT Log | Current | — | — | — | — |
oisxsvc.support.microsoft.com
|
CT Log | Current | — | — | — | — |
olm.microsoft.com
|
CT Log | Current | — | — | — | — |
olrrt.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
om.one.microsoft.com
|
CT Log | Current | — | — | — | — |
om.systemcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
om2.one.microsoft.com
|
CT Log | Current | — | — | — | — |
omaportaldevsts.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
omaportaldevsvcs.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
omaportalperfsvcs.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
omaportalsitsts.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
omaportalsitsvcs.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
omaportalsvcs.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
omaportaluatsvcs.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
omh.response.microsoft.com
|
CT Log | Current | — | — | — | — |
ompob.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
oms.one.microsoft.com
|
CT Log | Current | — | — | — | — |
omspob.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
omsuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
omswatpob.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
omswatuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
omuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
omwftest.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
onboarding.data.tvdownload.microsoft.com
|
CT Log | Current | — | — | — | — |
onboarding.epg.tvdownload.microsoft.com
|
CT Log | Current | — | — | — | — |
onboardws.dev.supplychainops.supplychain.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T07:25:57Z | |
onecallreporting.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
onegdc.microsoft.com
|
CT Log | Current | — | — | — | — |
onegw.microsoft.com
|
CT Log | Current | — | — | — | — |
onegwppe.microsoft.com
|
CT Log | Current | — | — | — | — |
onegwppe.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
oneview.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
onlinehelp.microsoft.com
|
CT Log | Current | — | — | — | — |
onviewrpt.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
opadevcr.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
opadevpr.one.microsoft.com
|
CT Log | Current | — | — | — | — |
opadevse.one.microsoft.com
|
CT Log | Current | — | — | — | — |
oparca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
oparcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
opauat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
opauat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
openisv.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
openisvuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
opensearch-co1.microsoft.com
|
CT Log | Current | — | — | — | — |
opensearch-db3.microsoft.com
|
CT Log | Current | — | — | — | — |
opensearch-dm2.microsoft.com
|
CT Log | Current | — | — | — | — |
operatorconnect.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:20:07Z | |
opexweb.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ops.kse.microsoft.com
|
CT Log | Current | — | — | — | — |
opxuat.microsoft.com
|
CT Log | Current | — | — | — | — |
or.delivery.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:06:53Z | |
orange.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
orange.quarantine.beta.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
orange.quarantine.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
order-admin.bn4.microsoft.com
|
CT Log | Current | — | — | — | — |
order-admin.dm2.microsoft.com
|
CT Log | Current | — | — | — | — |
order.ecx-dit2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
order.rest.store.internal.bn4c.microsoft.com
|
CT Log | Current | — | — | — | — |
order.rest.store.internal.co1c.microsoft.com
|
CT Log | Current | — | — | — | — |
order.rest.store.internal.dm2c.microsoft.com
|
CT Log | Current | — | — | — | — |
ordercom.store.microsoft.com
|
CT Log | Current | — | — | — | — |
ordercomtest.store.microsoft.com
|
CT Log | Current | — | — | — | — |
ordermanagement.ecx-sit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ordermanagement.ecx-uat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
orders.microsoft.com
|
DNS | Current | — | — | — | — |
orders.msops.microsoft.com
|
CT Log | Current | — | — | — | — |
orderstest.msops.microsoft.com
|
CT Log | Current | — | — | — | — |
ordersuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
orgaccount.microsoft.com
|
CT Log | Current | — | — | — | — |
orgmanagementservice.cs-ca1.healthplatform.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T00:55:15Z | |
orgmanagementservice.cs-canary.healthplatform.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T00:41:39Z | |
orgmanagementservice.cs-us1.healthplatform.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T01:06:24Z | |
origin.delivery.mp.microsoft.com
|
CT Log | Current | — | 12 | 2025-04-21T21:06:53Z | |
orsapp.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
orsuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
osdtraining.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ose.officeupdate.microsoft.com
|
CT Log | Current | — | — | — | — |
ostatus.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
osub.microsoft.com
|
CT Log | Current | — | — | — | — |
othfrontdoor.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
otp-dev.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
ottsterpar.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:40:56Z | |
ottsterpcl.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:40:56Z | |
ottstgtsar.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:14:30Z | |
ottstgtscl.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:14:30Z | |
ottstmisar.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T21:24:41Z | |
ottstmiscl1.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T21:24:41Z | |
ottstmpar.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T21:59:13Z | |
ottstmpcl.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T21:59:13Z | |
outbound.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
outletcoverage.microsoft.com
|
CT Log | Current | — | — | — | — |
outletcoverage2008.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
outletcoverageppe.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
outletcoverageuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
outlook.europe.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
outlook.microsoft.com
|
DNS | Current | — | — | — | — |
outlookbackup.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
outlookbeta.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
ovwtt.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
owa.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
owa.microsoft.com
|
DNS | Current | — | — | — | — |
ownershipapi.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T15:02:37Z | |
p.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
p.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
p.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
p.urs.microsoft.com
|
CT Log | Current | — | — | — | — |
p3dk.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pa.one.microsoft.com
|
CT Log | Current | — | — | — | — |
pa.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pa1.lync.mds.microsoft.com
|
CT Log | Current | — | — | — | — |
pa2.lync.mds.microsoft.com
|
CT Log | Current | — | — | — | — |
pac-summit.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:17:21Z | |
pacsr.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pacsrdevcr.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
pacsrdevcr.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
paintelodata.one.microsoft.com
|
CT Log | Current | — | — | — | — |
paintelodataserviceex.one.microsoft.com
|
CT Log | Current | — | — | — | — |
paintelodatauat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
paintelodatauatv2.one.microsoft.com
|
CT Log | Current | — | — | — | — |
paintelodatav2.one.microsoft.com
|
CT Log | Current | — | — | — | — |
pairl.one.microsoft.com
|
CT Log | Current | — | — | — | — |
paivr.one.microsoft.com
|
CT Log | Current | — | — | — | — |
paivr.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pakeyinfo.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pakeyinfoexde.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
pakeyinfoexrca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
pakeyinfoexrcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
pakeyinfoext.one.microsoft.com
|
CT Log | Current | — | — | — | — |
pakeyinfoextuat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
pakeyinfoextuat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
pakeyinfoextuatb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
pakeyinfoinrca.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
pakeyinfoinrcb.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
palladium.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
palladium2.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
palladium3.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
paonlinedev.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
paperftestex.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
papri.one.microsoft.com
|
CT Log | Current | — | — | — | — |
parcagch.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
parcbgch.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
pared.one.microsoft.com
|
CT Log | Current | — | — | — | — |
partbuilder.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
partbuilderuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
partner-access.security.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-21T23:01:47Z | |
partner.manage-dogfood.microsoft.com
|
CT Log | Current | — | — | — | — |
partner.manage-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
partner.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
partner.microsoft.com
|
DNS | Current |
partnerdelivery.microsoft.com.edgekey.net
|
— | — | — |
partner.store.microsoft.com
|
CT Log | Current | — | — | — | — |
partneradshare.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerapi.directory.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:24:53Z | |
partnerauthsqa.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerconnect.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerdashboard.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerdashboardbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerdemopvpmio.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerfilesystem.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerfilesystem.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerfilesystembeta.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerfilesystemuat.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
partnering.one.microsoft.com
|
CT Log | Current | — | — | — | — |
partneringbeta.one.microsoft.com
|
CT Log | Current | — | — | — | — |
partneringuat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerlearning.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerrendersqa.microsoft.com
|
CT Log | Current | — | — | — | — |
partners.advertising.microsoft.com
|
CT Log | Current | — | — | — | — |
partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
partners.microsoft.com
|
DNS | Current |
pmc.partners.microsoft.akadns.net
|
— | — | — |
partners.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
partners.support.microsoft.com
|
CT Log | Current | — | — | — | — |
partnersales.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
partnersalessqa05.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
partnersalesuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
partnersbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
partnersdemo.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
partnersdemoctp.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
partnersearchcomponents.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
partnersearchcomponentsbeta.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerservices.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerservicesbeta.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
partnersettings.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerssl.search.microsoft.com
|
CT Log | Current | — | — | — | — |
partnersslstg.search.microsoft.com
|
CT Log | Current | — | — | — | — |
partnersuat.support.microsoft.com
|
CT Log | Current | — | — | — | — |
partnersupport.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerws.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
partnerwsbeta.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
partsupport.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
parttest.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
parttestdevcur.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
parttestint.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
parttestppe.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
parttesttdc.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
parttesttdn.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
parttesttestcur.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
parttestttc.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
parttestttn.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
pasgp.one.microsoft.com
|
CT Log | Current | — | — | — | — |
paskuat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
paspsites.microsoft.com
|
CT Log | Current | — | — | — | — |
paspsites2010.microsoft.com
|
CT Log | Current | — | — | — | — |
paw.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
paxt3vdevweb07.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
pay.microsoft.com
|
DNS | Current |
mspayment-fd-prod.azurefd.net
|
— | — | — |
pay.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
payeeopsportalprod.pmp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T13:08:39Z | |
payeeportal.pmp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T09:06:35Z | |
payment.microsoft.com
|
DNS | Current | — | — | — | — |
paymentcentral.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T13:05:31Z | |
paymentcentralvnext.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T00:41:32Z | |
paymentcentralvnextdev.pmp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T14:22:41Z | |
paymentcentralvnextuat.pmp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:03:43Z | |
paymentclienttoken.cp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T02:24:31Z | |
payments.microsoft.com
|
DNS | Current |
mspayment-portal-prod.azurefd.net
|
— | — | — |
paystub.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
paystubdevex.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
paystubppe.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
pb1.lync.mds.microsoft.com
|
CT Log | Current | — | — | — | — |
pcdconverter-dcatbackend.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:47:30Z | |
pcdlookup-dcatbackend.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:47:30Z | |
pceilo.gtm.cae.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T20:32:46Z | |
pcm.complianceautomation.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T20:18:02Z | |
pcmanager.api.mc.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T09:16:57Z | |
pctrax.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T21:40:55Z | |
pctraxuat.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T19:07:16Z | |
pdpdataexchange.cp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T15:58:34Z | |
pds.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pdsdemo.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
pecpreprod.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pending.sls-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-22T21:04:30Z | |
pending.sls-dev.update.microsoft.com
|
CT Log | Current | — | 20 | 2025-04-22T21:32:32Z | |
pending.sls-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:17:29Z | |
perf.azvsmas-stg.microsoft.com
|
CT Log | Current |
azvs-performancetesting.trafficmanager.net
|
1 | 2025-04-22T17:30:41Z | |
perf.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
perfplx.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
pf.microsoft.com
|
CT Log | Current | — | — | — | — |
pfbimpnppe.microsoft.com
|
CT Log | Current | — | — | — | — |
pfxprofilesigning.manage-beta.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:53:26Z | |
phishingfilter.microsoft.com
|
CT Log | Current | — | — | — | — |
phoenix.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
phoenixtntc.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
phoenixtntn.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
phoenixuatn.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
phonedev.microsoft.com
|
CT Log | Current | — | — | — | — |
phoneeng.microsoft.com
|
CT Log | Current | — | — | — | — |
phx.cmd-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:09:42Z | |
phx.cms.cdp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T21:03:45Z | |
phx.dataapi-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:56:12Z | |
phx.dataapi-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:25:13Z | |
phx.dataapi-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:14:41Z | |
phx.origin.delivery.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:06:53Z | |
phx.pub-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:32:36Z | |
phx.sfs-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T21:26:13Z | |
phx.sfs-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:32:23Z | |
phx.sfs-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:32:18Z | |
pi.beta.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
piapife.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
pidplus.one.microsoft.com
|
CT Log | Current | — | — | — | — |
pidplus.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pidplus2uat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
pidplusmt.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pidplusrca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
pidplussitercb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
pidplussvcrca.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
pidplussvcrcb.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
piinternalfe.microsoft.com
|
CT Log | Current | — | — | — | — |
piinternalfe2.microsoft.com
|
CT Log | Current | — | — | — | — |
piinternalfeppe.microsoft.com
|
CT Log | Current | — | — | — | — |
pinpoint-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
pinpoint.microsoft.com
|
CT Log | Current | — | — | — | — |
pintool.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pinunblock.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pioneer.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
pipc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pipcbu.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pipcwebuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
piservicetest.dns.microsoft.com
|
CT Log | Current | — | — | — | — |
pkgsql01a.ntdev.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T21:34:56Z | |
pkgsqlrw.ntdev.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T21:34:56Z | |
planetarycomputer-staging.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T11:09:30Z | |
planetarycomputer.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:55:51Z | |
pls-adhoc.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:26:42Z | |
pls-cacheinv-int.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T02:45:54Z | |
pls-dev.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T07:22:33Z | |
pls-int.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T16:09:58Z | |
pls-test.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T07:22:33Z | |
plxadmin.training.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
pmcperfweb.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
pmcs.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pmcstest.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
pmr.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
poedsregions.one.microsoft.com
|
CT Log | Current | — | — | — | — |
points.microsoft.com
|
CT Log | Current | — | — | — | — |
pointsbiz.microsoft.com
|
CT Log | Current | — | — | — | — |
policheck.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T09:53:08Z | |
pomsapbrokerservice.cis.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T03:04:16Z | |
ponf.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pop.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
pop.failover.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
pop.microsoft.com
|
DNS | Current |
pie-prod-bvgxf9hvaqf0bmda.b02.azurefd.net
|
— | — | — |
pop.pioneer.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
pop.primary.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
portal-df.sdg.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T18:23:01Z | |
portal.bmsua01.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.bmsua02.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.bmsub01.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.bmsuc01.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.dmsua01.manage-dogfood.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.dmsua02.manage-dogfood.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.dmsub01.manage-dogfood.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.ds.mrs.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.ex.azure.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.fei.amsua0102.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
portal.fei.amsua0202.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
portal.fei.amsua0402.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
portal.fei.amsua0502.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
portal.fei.amsua0602.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
portal.fei.amsua0702.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
portal.fei.amsua0801.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
portal.fei.amsua0901.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
portal.fei.msua01.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
portal.fei.msua02.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
portal.fei.msua04.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
portal.fei.msua05.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
portal.fei.msua06.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
portal.fei.msua07.manage.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T18:13:52Z | |
portal.fei.msuc01.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:44:29Z | |
portal.fei.msuc02.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:44:29Z | |
portal.fei.msuc03.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:44:29Z | |
portal.fei.msuc05.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:44:29Z | |
portal.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.manage-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.manage.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-24T18:13:52Z | |
portal.microsoft.com
|
DNS | Current |
admin-portal.office.com
|
— | — | — |
portal.msrc.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msua01.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msua01.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msua02.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msua02.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msua03.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msua03.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msua04.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msua05.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msub01.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msub01.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msub02.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msub03.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msub05.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msuc01.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msuc02.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msuc03.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.msuc05.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.onlinebackup.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.testcmsua04.testc.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
portal.ts.mrs.microsoft.com
|
CT Log | Current | — | — | — | — |
portaldemo.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
portalsitcur.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
portalsitnxt.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
portaluat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
pos.service.microsoft.com
|
CT Log | Current | — | — | — | — |
posadirect.microsoft.com
|
CT Log | Current | — | — | — | — |
posadirectdev.microsoft.com
|
CT Log | Current | — | — | — | — |
posadirectsand.microsoft.com
|
CT Log | Current | — | — | — | — |
posadirectsit.microsoft.com
|
CT Log | Current | — | — | — | — |
posaduat.microsoft.com
|
CT Log | Current | — | — | — | — |
powerva.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-21T12:13:22Z | |
pp01.mobilling.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe-onecert.core.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T14:16:50Z | |
ppe.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.adcenterapidownload.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.adcenterhelp.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.api.cfar.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T13:40:35Z | |
ppe.archive.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.beta.code.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.businesslearning.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.centralus.api.medeina-ppe.defender.microsoft.com
|
CT Log | Current | — | 18 | 2025-04-21T20:57:12Z | |
ppe.cfar.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T13:40:35Z | |
ppe.clponline.netservices.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.cmdagent.infra.windows365.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T20:44:52Z | |
ppe.code.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.desktop.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.dm.api.medeina-ppe.defender.microsoft.com
|
CT Log | Current | — | 18 | 2025-04-21T20:57:12Z | |
ppe.evdesktop.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.gallery.expression.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.gallery.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.gallery.technet.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.learningadmin.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.learningcentral.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.maf.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.mc.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.mediacataloginterface.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.mstf.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.mylearning.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.partnerlearning.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.sharedpassport4httpcert.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.ssl.iridias.azurecxp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T06:53:26Z | |
ppe.technet.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.treasuryhub.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T23:16:49Z | |
ppe.usw3.api.medeina-ppe.defender.microsoft.com
|
CT Log | Current | — | 16 | 2025-04-21T20:45:26Z | |
ppe.visualstudiogallery.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.wer.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.wercms.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe.westus3.api.medeina-ppe.defender.microsoft.com
|
CT Log | Current | — | 16 | 2025-04-21T20:45:26Z | |
ppe2010my.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe2010spsites.microsoft.com
|
CT Log | Current | — | — | — | — |
ppe2010spteam.microsoft.com
|
CT Log | Current | — | — | — | — |
ppeint.cts.speech-test.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T02:37:24Z | |
ppelegacyintra.microsoft.com
|
CT Log | Current | — | — | — | — |
ppelegacyshare.microsoft.com
|
CT Log | Current | — | — | — | — |
ppemsonline.microsoft.com
|
CT Log | Current | — | — | — | — |
ppemy.microsoft.com
|
CT Log | Current | — | — | — | — |
ppemy2010.microsoft.com
|
CT Log | Current | — | — | — | — |
ppeo365wfl.microsoft.com
|
CT Log | Current | — | — | — | — |
ppepaspsites.microsoft.com
|
CT Log | Current | — | — | — | — |
ppepaspsites2010.microsoft.com
|
CT Log | Current | — | — | — | — |
ppespsites.microsoft.com
|
CT Log | Current | — | — | — | — |
ppespsites2010.microsoft.com
|
CT Log | Current | — | — | — | — |
ppespsiteswac.microsoft.com
|
CT Log | Current | — | — | — | — |
ppespteam.microsoft.com
|
CT Log | Current | — | — | — | — |
ppeteam2010.microsoft.com
|
CT Log | Current | — | — | — | — |
pqoprod.sharedpassportcert.microsoft.com
|
CT Log | Current | — | — | — | — |
pr1testtimestamping2048.microsoft.com
|
CT Log | Current | — | — | — | — |
pr1testtimestamping4096.microsoft.com
|
CT Log | Current | — | — | — | — |
pr1timestamping2048.microsoft.com
|
CT Log | Current | — | — | — | — |
pr1timestamping4096.microsoft.com
|
CT Log | Current | — | — | — | — |
prd-wus2-402.sentinel.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:33:24Z | |
pre.sc.microsoft.com
|
CT Log | Current | — | — | — | — |
pre20.sc.microsoft.com
|
CT Log | Current | — | — | — | — |
premcopja.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
premier.microsoft.com
|
CT Log | Current | — | — | — | — |
preprod.training.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
prev.windows.microsoft.com
|
CT Log | Current | — | — | — | — |
preview-ws.msdn2.microsoft.com
|
CT Log | Current | — | — | — | — |
preview.admin.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
preview.aihardware.carina.stca.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T08:59:42Z | |
preview.data.tvdownload.microsoft.com
|
CT Log | Current | — | — | — | — |
preview.epg.tvdownload.microsoft.com
|
CT Log | Current | — | — | — | — |
preview.mceondemand.microsoft.com
|
CT Log | Current | — | — | — | — |
preview.microsoft.com
|
DNS | Current |
siweb.microsoft.akadns.net
|
— | — | — |
preview.mscuat.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:36:06Z | |
preview.powerva.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-21T12:13:22Z | |
preview.reports.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
preview.services.silverlight.microsoft.com
|
CT Log | Current | — | — | — | — |
preview.update.microsoft.com
|
CT Log | Current | — | — | — | — |
preview.viewer.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
preview.wfp.microsoft.com
|
CT Log | Current | — | — | — | — |
previewdf.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
previewsapi.services.mtps.microsoft.com
|
CT Log | Current | — | — | — | — |
pricing.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pricingingestion-dcatbackend.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:47:30Z | |
primary.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
print.microsoft.com
|
DNS | Current |
reroute.microsoft.com
|
— | — | — |
privacy.microsoft.com
|
DNS | Current |
privacy.microsoft.com.edgekey.net
|
— | — | — |
prod-cca.api.dfp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:08:43Z | |
prod-eca.api.dfp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:52:08Z | |
prod-eca.data.dfp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T19:40:47Z | |
prod-operatorconnect.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:20:07Z | |
prod-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
prod.am.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T00:33:22Z | |
prod.api.personalization.ideas.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T20:21:38Z | |
prod.australiaeast.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T16:31:53Z | |
prod.bl.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T22:38:38Z | |
prod.bn.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T16:35:29Z | |
prod.brazilsouth.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T00:33:36Z | |
prod.by.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-22T00:28:44Z | |
prod.canadacentral.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-21T17:03:57Z | |
prod.canadaeast.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T00:29:00Z | |
prod.cbn.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T18:22:55Z | |
prod.centralindia.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T17:00:48Z | |
prod.chn.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T16:45:18Z | |
prod.cq.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T00:33:36Z | |
prod.cy.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T15:21:32Z | |
prod.db.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T16:30:01Z | |
prod.decryptionservice.cdl.cp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T03:39:28Z | |
prod.dewc.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 15 | 2025-04-21T16:37:57Z | |
prod.do.dsp.mp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T05:26:59Z | |
prod.dxb.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T16:35:04Z | |
prod.eastus.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T22:38:38Z | |
prod.eastus2.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T16:35:29Z | |
prod.eastus2euap.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T18:22:55Z | |
prod.fieldforce.microsoft.com
|
CT Log | Current | — | — | — | — |
prod.fp.wd.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T14:12:58Z | |
prod.francecentral.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-21T16:31:27Z | |
prod.germanywestcentral.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 15 | 2025-04-21T16:37:57Z | |
prod.japaneast.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 31 | 2025-04-21T16:30:58Z | |
prod.jnb.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T16:40:00Z | |
prod.koreacentral.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T16:32:23Z | |
prod.ln.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T00:26:52Z | |
prod.manageddevops.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:49:35Z | |
prod.mwh.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-21T16:27:53Z | |
prod.northeurope.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T16:30:01Z | |
prod.par.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-21T16:31:27Z | |
prod.pn.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T17:00:48Z | |
prod.provgateway.playready.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T21:01:25Z | |
prod.qac.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 21 | 2025-04-22T00:36:28Z | |
prod.qatarcentral.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 21 | 2025-04-22T00:36:28Z | |
prod.rp.manageddevops.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:49:35Z | |
prod.salestracker.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
prod.se.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T16:32:23Z | |
prod.sec.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T16:36:33Z | |
prod.sg.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T18:18:35Z | |
prod.sharedpassport4httpcert.microsoft.com
|
CT Log | Current | — | — | — | — |
prod.sharedpassportcert.microsoft.com
|
CT Log | Current | — | — | — | — |
prod.sn.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T00:32:29Z | |
prod.southafricanorth.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T16:40:00Z | |
prod.southcentralus.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T00:32:29Z | |
prod.southeastasia.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T18:18:35Z | |
prod.swedencentral.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T16:36:33Z | |
prod.switzerlandnorth.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T16:45:18Z | |
prod.sy.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T16:31:53Z | |
prod.ty.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 31 | 2025-04-21T16:30:58Z | |
prod.uaenorth.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T16:35:04Z | |
prod.uksouth.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T00:26:52Z | |
prod.usw3.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T16:41:10Z | |
prod.westcentralus.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T15:21:32Z | |
prod.westeurope.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T00:33:22Z | |
prod.westus.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-22T00:28:44Z | |
prod.westus2.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-21T16:27:53Z | |
prod.westus3.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T16:41:10Z | |
prod.yq.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T00:29:00Z | |
prod.yt.api.securitycopilot.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-21T17:03:57Z | |
prod2-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
prod3-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
prodbf-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
prodff-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
prodmc-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
productactivation.one.microsoft.com
|
CT Log | Current | — | — | — | — |
producthelp.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
productivity.microsoft.com
|
CT Log | Current | — | — | — | — |
products-a.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
products.ecx-dit2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
productstudio.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
profile.microsoft.com
|
CT Log | Current | — | — | — | — |
profileapi.services.microsoft.com
|
CT Log | Current | — | — | — | — |
profileint-client-prod-prudential.benefits.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T06:59:27Z | |
profileppe.microsoft.com
|
CT Log | Current | — | — | — | — |
profiletest1.microsoft.com
|
CT Log | Current | — | — | — | — |
profiletest2.microsoft.com
|
CT Log | Current | — | — | — | — |
projectgreenwich.microsoft.com
|
CT Log | Current | — | — | — | — |
projectgreenwich.research.microsoft.com
|
CT Log | Current | — | — | — | — |
projectmaven.microsoft.com
|
CT Log | Current | — | 14 | 2025-04-22T11:11:46Z | |
projectmaven.preview.microsoft.com
|
CT Log | Current | — | 14 | 2025-04-22T11:11:46Z | |
projectsophia.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-21T21:22:13Z | |
projectsophia.preview.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-21T21:22:13Z | |
projectspex.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
prosource.emea.microsoft.com
|
CT Log | Current | — | — | — | — |
prosource.microsoft.com
|
CT Log | Current | — | — | — | — |
prosourcehttpaoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
prosourcehttpapjuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
prosourcehttpapoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
prosourceuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
protect.microsoft.com
|
CT Log | Current | — | — | — | — |
protectplan.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
provision.groove.microsoft.com
|
CT Log | Current | — | — | — | — |
provisioning-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-22T20:47:54Z | |
provisioning.c.dfp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T18:49:00Z | |
provisioning.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
provisioningservice.cs-ca1.healthplatform.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T00:55:15Z | |
provisioningservice.cs-canary.healthplatform.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T00:41:39Z | |
provisioningservice.cs-us1.healthplatform.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T01:06:24Z | |
proxy.dfci.dds.eu02.manage-selfhost.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T18:09:31Z | |
prp.spserv.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T21:01:25Z | |
ps.prod.api.personalization.ideas.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T20:21:38Z | |
psa.microsoft.com
|
CT Log | Current | — | — | — | — |
psapp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T03:11:39Z | |
psappeu.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T03:11:39Z | |
psig.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
psigdev.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
psigreport.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
psigsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
psigstg.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
psigstg.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
psiguat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
pslpapp.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:24:47Z | |
pslpapp11.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:24:47Z | |
pslpapp21.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:24:47Z | |
pslpts11.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T12:03:40Z | |
psluapp01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:34:12Z | |
psmb2bwspp.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
psmreporting.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
psmreportingppe.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
psms.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
psmsand.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
psmspreprod.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
psmstrain.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
psmtest2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
pss-imc-01.microsoft.com
|
CT Log | Current | — | — | — | — |
pssnsmgt.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pssnsmgtuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
psswebfolders.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
psx.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
psxuat.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
pt.pre.sc.microsoft.com
|
CT Log | Current | — | — | — | — |
pt.sc.microsoft.com
|
CT Log | Current | — | — | — | — |
pub-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-22T20:54:09Z | |
pub-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:11:57Z | |
pub-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:23:22Z | |
pub-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T21:06:53Z | |
pub.mac.microsoft.com
|
CT Log | Current | — | — | — | — |
pubble.events.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T08:27:32Z | |
pubcenter-444.microsoft.com
|
CT Log | Current | — | — | — | — |
pubcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
pubcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
pubcenterdownload.microsoft.com
|
CT Log | Current | — | — | — | — |
pubformsuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
public.microsoft.com
|
DNS | Current | — | — | — | — |
publish.3rdpartycode.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:00:52Z | |
publish.3rdpartydisclosures.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:00:52Z | |
publish.3rdpartysource.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:00:52Z | |
publisher-si.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
publishing.int.windows.microsoft.com
|
CT Log | Current | — | — | — | — |
puppyfood20.sc.microsoft.com
|
CT Log | Current | — | — | — | — |
purchase.dgp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T01:42:36Z | |
purchase.mp.microsoft.com
|
CT Log | Current | — | — | — | — |
purview.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T23:01:47Z | |
pvpwebmvm01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
pvpwebmvm02.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
pvpwebmvm08.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
pvpws.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pvpwsbeta.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
px.vc.microsoft.com
|
CT Log | Current | — | — | — | — |
px14.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
px15.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
pxcn01.vc.microsoft.com
|
CT Log | Current | — | — | — | — |
pxcn02.vc.microsoft.com
|
CT Log | Current | — | — | — | — |
pxj.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T02:32:09Z | |
qa.community.data.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T19:30:33Z | |
qa.profileapi.services.microsoft.com
|
CT Log | Current | — | — | — | — |
qa.salestracker.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
qa.services.social.microsoft.com
|
CT Log | Current | — | — | — | — |
qa.social.expression.microsoft.com
|
CT Log | Current | — | — | — | — |
qa.social.microsoft.com
|
CT Log | Current | — | — | — | — |
qa.social.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
qa.social.technet.microsoft.com
|
CT Log | Current | — | — | — | — |
qasupportdiscussionsrps.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
qat.daas.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-21T22:19:20Z | |
qfe.pubcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
qs.wau.store.microsoft.com
|
CT Log | Current | — | — | — | — |
qtrip.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
qtripuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
qualitycheckpoint-dev.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T17:12:33Z | |
quarantine.beta.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
quarantine.messaging.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T00:00:00Z | |
quarantine.staging.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
query-internal-ci-eastus-origin.cms.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:27:07Z | |
query-internal-ci-eastus.cms.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:27:07Z | |
query-preview-amp-prod-eastus-secondary.cms.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T10:28:26Z | |
query-preview-amp-prod-eastus.cms.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T10:28:26Z | |
query-preview-amp-prod-westus-secondary.cms.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T15:53:58Z | |
query-preview-amp-prod-westus.cms.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T15:53:58Z | |
query.internal.cms.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:27:07Z | |
query.prod.cms.rt.microsoft.com
|
CT Log | Current | — | — | — | — |
r.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
r.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
r.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
ra.microsoft.com
|
DNS | Current |
ra.partners.extranet.microsoft.com
|
— | — | — |
ra10.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ra20.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ra30.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ra40.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ra50.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
ra60.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
rad.microsoft.com
|
CT Log | Current | — | — | — | — |
radius.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
radiusstaging.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
radtnhandler.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
radtnhandler.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
raduatuploadlog.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
raduploadlog.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rampup.assessment.learningbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
rap.microsoft.com
|
CT Log | Current | — | — | — | — |
rap01.microsoft.com
|
CT Log | Current | — | — | — | — |
rap02.microsoft.com
|
CT Log | Current | — | — | — | — |
rap03.microsoft.com
|
CT Log | Current | — | — | — | — |
rap04.microsoft.com
|
CT Log | Current | — | — | — | — |
rapinac.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
rapport.microsoft.com
|
CT Log | Current | — | — | — | — |
rapportdit1.microsoft.com
|
CT Log | Current | — | — | — | — |
rapportdit2.microsoft.com
|
CT Log | Current | — | — | — | — |
rapportdut.microsoft.com
|
CT Log | Current | — | — | — | — |
rapportsit1.microsoft.com
|
CT Log | Current | — | — | — | — |
rapportuat1.microsoft.com
|
CT Log | Current | — | — | — | — |
rapportuat2.microsoft.com
|
CT Log | Current | — | — | — | — |
rapportuatdr.microsoft.com
|
CT Log | Current | — | — | — | — |
ras.microsoft.com
|
CT Log | Current | — | — | — | — |
rating.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ratingstaging.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rc.engagehub.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T20:55:35Z | |
rcaonline.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
rcbonline.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
rdca.microsoft.com
|
CT Log | Current | — | — | — | — |
rdg.microsoft.com
|
CT Log | Current | — | — | — | — |
readytodeploy-dev-westus3.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T15:36:07Z | |
readytodeploy-dev.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T15:35:03Z | |
readytogo.microsoft.com
|
CT Log | Current | — | — | — | — |
readytogoppe.microsoft.com
|
CT Log | Current | — | — | — | — |
readytogotmppe.microsoft.com
|
CT Log | Current | — | — | — | — |
rec.mp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T02:10:50Z | |
reconintelligenceple.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:24:31Z | |
reconintelligenceppe.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T01:31:52Z | |
recruitppe.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T04:21:28Z | |
red-lcsdr-02.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
reddas01.microsoft.com
|
CT Log | Current | — | — | — | — |
reddas03.microsoft.com
|
CT Log | Current | — | — | — | — |
reddaspg01.microsoft.com
|
CT Log | Current | — | — | — | — |
reddaspg02.microsoft.com
|
CT Log | Current | — | — | — | — |
redeem-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
redflag-dev-westus3.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:19:47Z | |
redflag-dev.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:19:47Z | |
redir.metaservices.microsoft.com
|
CT Log | Current | — | — | — | — |
redir.ppe.adc.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
redmond3.download.microsoft.com
|
CT Log | Current | — | — | — | — |
redmondts.microsoft.com
|
CT Log | Current | — | — | — | — |
regional.ppe-onecert.core.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T14:16:50Z | |
register.microsoft.com
|
CT Log | Current | — | — | — | — |
register.one.microsoft.com
|
CT Log | Current | — | — | — | — |
register3.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
registermsdn.one.microsoft.com
|
CT Log | Current | — | — | — | — |
registermsdncsr.one.microsoft.com
|
CT Log | Current | — | — | — | — |
registermsdncsrpob.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
registermsdncsruat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
registermsdnpob.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
registermsdnuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
registration.ppena01.ppe.cmdagent.infra.windows365.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T20:44:55Z | |
registration.sellerdashboard.microsoft.com
|
CT Log | Current | — | — | — | — |
registration.service.microsoft.com
|
CT Log | Current | — | — | — | — |
registration.shna01.sh.cmdagent.infra.windows365.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:43:42Z | |
regmat3.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
regmgmt.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
regmgmt3.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
releaseserviceapi.one.microsoft.com
|
CT Log | Current | — | — | — | — |
releaseserviceuat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
remote.microsoft.com
|
DNS | Current | — | — | — | — |
remoteagent.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
reno.mail.microsoft.com
|
CT Log | Current | — | — | — | — |
reportapi.current.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
reporting.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
reporting.msops.microsoft.com
|
CT Log | Current | — | — | — | — |
reportingapi-bcp.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
reportingapi.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
reportingtest.msops.microsoft.com
|
CT Log | Current | — | — | — | — |
reports.emea.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
reports.membercenter.office.microsoft.com
|
CT Log | Current | — | — | — | — |
reports.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
reports.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
reports.training.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
reports.us2.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
reports01.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
reports03.emea.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
reports05.us2.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
reportusage.cp.microsoft.com
|
CT Log | Current | — | — | — | — |
reprocessor-dcatbackend.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:47:30Z | |
reroute.microsoft.com
|
CT Log | Current | — | — | — | — |
reroute443.microsoft.com
|
CT Log | Current | — | — | — | — |
research.microsoft.com
|
CT Log | Current | — | — | — | — |
reservation.beta.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
reservation.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
resources.next.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
resourcestudio.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
response.microsoft.com
|
CT Log | Current | — | — | — | — |
retail.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
retail.store.microsoft.com
|
CT Log | Current | — | — | — | — |
retailaoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
retailaocuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
retailauth.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
retailauthsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
retailauthsitent.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
retailauthuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
retailsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
retailsitent.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
retailstg.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rewards.blr.microsoft.com
|
CT Log | Current | — | — | — | — |
rf.care-gc.microsoft.com
|
CT Log | Current | — | — | — | — |
ris.prod.api.personalization.ideas.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T12:51:46Z | |
riskregister-dev.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-23T06:52:44Z | |
riskregister-ppe.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T02:52:14Z | |
riskregister.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:12:50Z | |
rlbizsitnlb.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
rlinquire.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rlinquireuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rlservice.microsoft.com
|
CT Log | Current | — | — | — | — |
rlserviceuat.microsoft.com
|
CT Log | Current | — | — | — | — |
rlwebcapprod.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rlwebcapprod7.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rlwebcapuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
rm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rm2.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rm2bcdr.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rm2dev.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
rm2stg.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rm2test.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
rmc.microsoft.com
|
CT Log | Current | — | — | — | — |
rmtp.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
robo.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
roboperf.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
roclicensing-a.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
roclicensing-b.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
roclicensing.ecx-dit2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
roclicensing.ecx-sit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
roclicensing.ecx-uat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
royalty.microsoft.com
|
CT Log | Current | — | — | — | — |
royalty.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
royaltyuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
rp.dev.adu.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T17:13:59Z | |
rp.dev.weu.sentineldev.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:22:27Z | |
rp.dev2.weu.sentineldev.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:16:18Z | |
rp.dev3.weu.sentineldev.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:22:27Z | |
rp.prod.communication.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T04:40:25Z | |
rpl-db.ds.microsoft.com
|
CT Log | Current | — | — | — | — |
rpl-pr1.ds.microsoft.com
|
CT Log | Current | — | — | — | — |
rpl-sin.ds.microsoft.com
|
CT Log | Current | — | — | — | — |
rpl-tk2.ds.microsoft.com
|
CT Log | Current | — | — | — | — |
rpm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rpmuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rps.rewards.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T23:25:53Z | |
rps.wdcp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T17:43:43Z | |
rpsqa04.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
rr1mdmorgaz1.microsoft.com
|
CT Log | Current | — | — | — | — |
rs.wd.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T13:48:29Z | |
rs1.tag.microsoft.com
|
CT Log | Current | — | — | — | — |
rs1.tagbayppe.microsoft.com
|
CT Log | Current | — | — | — | — |
rsmext.one.microsoft.com
|
CT Log | Current | — | — | — | — |
rsmextqa.one.microsoft.com
|
CT Log | Current | — | — | — | — |
rsmextst.gtm.microsoft.com
|
CT Log | Current | — | — | — | — |
rsmint.gtm.microsoft.com
|
CT Log | Current | — | — | — | — |
rsprod.tag.microsoft.com
|
CT Log | Current | — | — | — | — |
rss.microsoft.com
|
DNS | Current | — | — | — | — |
rstest.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rtam.awasa.microsoft.com
|
CT Log | Current | — | — | — | — |
rtc.webresponse.one.microsoft.com
|
CT Log | Current | — | — | — | — |
rtc12partnertap.microsoft.com
|
CT Log | Current | — | — | — | — |
rtc12tap.microsoft.com
|
CT Log | Current | — | — | — | — |
rtc2.one.microsoft.com
|
CT Log | Current | — | — | — | — |
rtc5t10qumulo.t10.selfhost.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T06:02:33Z | |
rtcbranding.meet.microsoft.com
|
CT Log | Current | — | — | — | — |
rtcclientusability.microsoft.com
|
CT Log | Current | — | — | — | — |
rtcforums.microsoft.com
|
CT Log | Current | — | — | — | — |
rtctest.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rtoops2.microsoft.com
|
CT Log | Current | — | — | — | — |
rts.videolab.microsoft.com
|
CT Log | Current | — | — | — | — |
rtsmpc-rca.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
rtsmpc-rcb.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
rtsnlb.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rtsonline.one.microsoft.com
|
CT Log | Current | — | — | — | — |
rtsonlinerca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
rtsonlinercb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
rtsonlinest.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
rtsonlinetstrca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
rtsonlineuat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
runtimetools.iris.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T00:00:09Z | |
rxpevtsvc.microsoft.com
|
CT Log | Current | — | — | — | — |
rxpevtsvc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rxpevtsvcppa.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
rxpstnttoolws.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
rxpsuattoolws.gtm.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
rxpsuattoolws.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
s.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
s.imp-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
s.partnersettings.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
s.reporting.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
s.settings.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
s.urs.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
s.urs.microsoft.com
|
CT Log | Current | — | — | — | — |
sabenefitsuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
saestp01.microsoft.com
|
CT Log | Current | — | — | — | — |
safeguard-ppe.css.microsoft.com
|
CT Log | Current | — | — | — | — |
safeguard.css.microsoft.com
|
CT Log | Current | — | — | — | — |
safetyfilter.microsoft.com
|
CT Log | Current | — | — | — | — |
salestracker.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
salus.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T19:01:46Z | |
samsdev.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
samsla.microsoft.com
|
CT Log | Current | — | — | — | — |
san.oas.support.microsoft.com
|
CT Log | Current | — | — | — | — |
sancert-neuron.support.microsoft.com
|
CT Log | Current | — | — | — | — |
sancert-vkbbarchive.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sancert-vkbbexternal.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sandbox-sharedservices-api.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
sandbox-ui.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
sandbox.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
sandbox.api.current.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
sandbox.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
sandboxapi.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
sandboxccapi.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
sandboxevd.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
sapbpdev.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:22:16Z | |
sapbpsbx.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T11:49:49Z | |
sapbpsi2.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T12:10:26Z | |
sapbptst.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:40:07Z | |
sapdev09.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:08:40Z | |
sapdev09db.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T21:12:35Z | |
sapdev15.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:13:17Z | |
sapdev16.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:46:44Z | |
sapdev2web.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T11:01:26Z | |
sapdev99web.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T18:29:49Z | |
sapdsda01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T19:44:13Z | |
sapdsda02.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T19:44:13Z | |
sapdsga01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T23:56:48Z | |
sapdsga02.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T23:56:48Z | |
sapdsta01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T20:10:26Z | |
sapdsta02.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T20:10:26Z | |
sapdsta03.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T20:10:26Z | |
sapdsxa01.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T21:55:16Z | |
sapdsxa02.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T21:55:16Z | |
sappwdreset.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
sapsb215.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T12:38:58Z | |
sapsbx00.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T11:56:20Z | |
sapsbx09.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T10:52:17Z | |
sapsbx09db-1.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T21:09:47Z | |
sapsbx15.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T12:14:03Z | |
sapsi200web.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T10:57:40Z | |
sapsi209db-1.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T18:32:00Z | |
sapsi209ms.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T12:35:41Z | |
sapsi211.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:53:53Z | |
sapsi215.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T12:18:31Z | |
sapsi216.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T12:38:06Z | |
sapts215ms.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:29:21Z | |
saptst00web.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:07:43Z | |
saptst09db-1.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:30:38Z | |
saptst09ms.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:43:26Z | |
saptst15ms.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:20:45Z | |
saptst16ms.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:47:46Z | |
saptstmail.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:33:18Z | |
saptstoterparc1.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:40:56Z | |
saptstoterparc2.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:40:56Z | |
saptstotgtsarc1.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:14:30Z | |
saptstotgtsarc2.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:14:30Z | |
saptstotmisarc1.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T21:24:41Z | |
saptstotmisarc2.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T21:24:41Z | |
sapuat00web.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T11:40:06Z | |
sas-int.css.microsoft.com
|
CT Log | Current | — | — | — | — |
sas-ppe.css.microsoft.com
|
CT Log | Current | — | — | — | — |
sas.css.microsoft.com
|
CT Log | Current | — | — | — | — |
sas.office.microsoft.com
|
CT Log | Current | — | — | — | — |
saservices.microsoft.com
|
CT Log | Current | — | — | — | — |
sasperf.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sassit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sat.dev.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sat.ep.microsoft.com
|
CT Log | Current | — | — | — | — |
sat.epuat.microsoft.com
|
CT Log | Current | — | — | — | — |
sat.tdc.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sat.tdn.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sat.test.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sat.testcur.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sat.testperf.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sat.ttc.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sat.ttn.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
satdog-p2.myphone-int.microsoft.com
|
CT Log | Current | — | — | — | — |
satest.infra.windows365.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T12:51:02Z | |
saw.csvapi-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 11 | 2025-04-22T20:32:50Z | |
saw.csvapi-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-24T20:02:49Z | |
saw.csvapi-int.eudb.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-24T20:02:49Z | |
saw.csvapi-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 11 | 2025-04-21T21:12:41Z | |
saw.csvapi-prod.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T20:20:32Z | |
saw.csvapi-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T20:55:23Z | |
sb.backend.extorigin-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:44:59Z | |
sb.backend.extorigin-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:12:55Z | |
sb.backend.extorigin-ppe.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:12:55Z | |
sb.backend.extorigin-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:07:53Z | |
sb.extorigin-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-22T20:43:57Z | |
sb.extorigin-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:07:53Z | |
sb211.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sb213.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sb214.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sb223.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sb224.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sb232.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sb233.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sb234.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sb242.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sb243.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sb244.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sb251.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sb252.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sb261.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sb262.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sba.microsoft.com
|
CT Log | Current | — | — | — | — |
sbcmainipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T10:30:09Z | |
sbcmainmgmt.sdg.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T13:10:28Z | |
sbcteams.sdg.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T16:51:00Z | |
sbgf5d02.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
sbp.service.microsoft.com
|
CT Log | Current | — | — | — | — |
sc.microsoft.com
|
CT Log | Current | — | — | — | — |
scanmatch.ar.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
sccmdfif.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
sce-afd-upgrade-one.supplychain.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T10:46:37Z | |
scenariohealth.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T18:48:31Z | |
scheddf.microsoft.com
|
CT Log | Current | — | — | — | — |
scheduler.microsoft.com
|
CT Log | Current | — | — | — | — |
scheduler.teams.microsoft.com
|
CT Log | Current | — | 14 | 2025-04-23T00:17:32Z | |
schemas.microsoft.com
|
CT Log | Current | — | — | — | — |
sco-bosdtap.microsoft.com
|
CT Log | Current | — | — | — | — |
scoutc.scoutcore.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T16:35:15Z | |
scpsecurityservice.microsoft.com
|
CT Log | Current | — | — | — | — |
scriptexplorer.microsoft.com
|
CT Log | Current | — | — | — | — |
scs-eform-int.dns.microsoft.com
|
CT Log | Current | — | — | — | — |
sdippe.microsoft.com
|
CT Log | Current | — | — | — | — |
sea.onlinebackup.microsoft.com
|
CT Log | Current | — | — | — | — |
seafun.account.manage-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
seafun.account.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
seam.microsoft.com
|
CT Log | Current | — | — | — | — |
seamint.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
seamnode1.microsoft.com
|
CT Log | Current | — | — | — | — |
seamnode2.microsoft.com
|
CT Log | Current | — | — | — | — |
seamnode3.microsoft.com
|
CT Log | Current | — | — | — | — |
seamnode4.microsoft.com
|
CT Log | Current | — | — | — | — |
seamnode5.microsoft.com
|
CT Log | Current | — | — | — | — |
seamnode6.microsoft.com
|
CT Log | Current | — | — | — | — |
seamppe.microsoft.com
|
CT Log | Current | — | — | — | — |
seamppe.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
seamtest-int.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
search.microsoft.com
|
DNS | Current |
search.microsoft.akadns.net
|
— | — | — |
search.office.microsoft.com
|
CT Log | Current | — | — | — | — |
secure.answers.microsoft.com
|
CT Log | Current | — | — | — | — |
secure.api.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
secure.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
secure.microsoft.com
|
DNS | Current |
reroute.microsoft.com
|
— | — | — |
securemail.dedicated-dev.microsoft.com
|
CT Log | Current | — | — | — | — |
securemail.microsoft.com
|
CT Log | Current | — | — | — | — |
securescore.microsoft.com
|
CT Log | Current | — | — | — | — |
security.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T23:01:47Z | |
security.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
security.view.api.account.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T06:13:21Z | |
securityservices-ppe.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
securityservices-sbx.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
securityservices.adcenter-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
securityservices.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
securityservices.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
securityservices.asia.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
securityservices.bcp.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
securityservices.beta.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
securityservices.eu.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
securityservices.main.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
securityservices.sandbox.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
securityservices.si.api.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
sef.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:37:00Z | |
self.events.data.microsoft.com
|
CT Log | Current | — | — | — | — |
selfhost.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
sellerdashboard.microsoft.com
|
CT Log | Current | — | — | — | — |
server.ehrconnector.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-21T11:38:46Z | |
serversync-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-22T20:57:22Z | |
service.microsoft.com
|
CT Log | Current | — | — | — | — |
service.recorder-int.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T07:08:37Z | |
service.weather.microsoft.com
|
CT Log | Current | — | — | — | — |
servicecopilot.microsoft.com
|
CT Log | Current | — | 12 | 2025-04-21T11:12:35Z | |
servicecopilot.preview.microsoft.com
|
CT Log | Current | — | 14 | 2025-04-21T11:12:35Z | |
servicedelivery.microsoft.com
|
CT Log | Current | — | — | — | — |
servicedeliveryws.microsoft.com
|
CT Log | Current | — | — | — | — |
services-demo-ops.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-demo.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-dev1-ops.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-dev1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-dm1-ops.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-dm1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-ops.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-sln1-ops.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-sln1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-sln2-ops.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-sln2.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-stg.support.microsoft.com
|
CT Log | Current | — | — | — | — |
services-tm1-ops.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-tm1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-tst1-ops.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-tst1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-uat-ops.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services-uat.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services.apps.microsoft.com
|
CT Log | Current | — | — | — | — |
services.attachlinks.research.microsoft.com
|
CT Log | Current | — | — | — | — |
services.connect.microsoft.com
|
CT Log | Current | — | — | — | — |
services.connectppe.microsoft.com
|
CT Log | Current | — | — | — | — |
services.learning.microsoft.com
|
CT Log | Current | — | — | — | — |
services.learningbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
services.microsoft.com
|
CT Log | Current | — | — | — | — |
services.mtps.microsoft.com
|
CT Log | Current | — | — | — | — |
services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
services.silverlight.microsoft.com
|
CT Log | Current | — | — | — | — |
services.social.microsoft.com
|
CT Log | Current | — | — | — | — |
services.support.microsoft.com
|
CT Log | Current | — | — | — | — |
servicezilla.microsoft.com
|
CT Log | Current | — | — | — | — |
sessions.mcapsstart.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T14:44:32Z | |
settings.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
sevalscraper-geneva.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:48:43Z | |
sews.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sewsdit4.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sewsuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sewsuat2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sf.backend.extorigin-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-22T20:44:59Z | |
sf.backend.extorigin-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:12:55Z | |
sf.backend.extorigin-ppe.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:12:55Z | |
sf.backend.extorigin-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:07:53Z | |
sf.extorigin-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-22T20:43:57Z | |
sf.extorigin-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:07:53Z | |
sfbmsggateway.gcc.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T05:05:31Z | |
sfcluster.dev.asi.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-24T08:16:18Z | |
sfcluster.wus2.prod.asi.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:33:23Z | |
sfdataservice-legacy-staging.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-21T19:54:52Z | |
sfr2poc.junoppe.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T09:44:30Z | |
sfr2poc.private.junoppe.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T09:44:30Z | |
sfs-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-22T21:00:02Z | |
sfs-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:14:48Z | |
sfs-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:32:23Z | |
sfs-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:32:18Z | |
sftasia.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sftasiauat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sftdbuatwebdav.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sftdubwebdav.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sftemea.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sftemeauat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sftextint.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sftintuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sftuat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sftus.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sftusuatwebdav.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sftuswebdav.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sg2itau1ibmmp1.microsoft.com
|
CT Log | Current | — | — | — | — |
sg2itau1ibmmp2.microsoft.com
|
CT Log | Current | — | — | — | — |
sgdf-bos7.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sgp.webfolders.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sh.cmdagent.infra.windows365.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-22T22:43:46Z | |
share.advertising.microsoft.com
|
CT Log | Current | — | — | — | — |
share.microsoft.com
|
DNS | Current |
share.microsoft.com.edgekey.net
|
— | — | — |
sharedservices-sbx.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
sharedservices.adcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
sharedservices.api.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
sharedservices.si.api.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
sharepoint.connect.microsoft.com
|
CT Log | Current | — | — | — | — |
sharepoint.connectppe.microsoft.com
|
CT Log | Current | — | — | — | — |
sharepoint.microsoft.com
|
CT Log | Current | — | — | — | — |
sharepoint.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sharepointmktg.microsoft.com
|
CT Log | Current | — | — | — | — |
sharepointmktgv5.microsoft.com
|
CT Log | Current | — | — | — | — |
sharepointmktgv6.microsoft.com
|
CT Log | Current | — | — | — | — |
sharepointmktgv7.microsoft.com
|
CT Log | Current | — | — | — | — |
sharepointonline.pinpoint.microsoft.com
|
CT Log | Current | — | — | — | — |
sharepointppe.microsoft.com
|
CT Log | Current | — | — | — | — |
shgna0.infra.windows365.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T21:25:13Z | |
shim.prod.cms.amp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T02:25:44Z | |
shop.microsoft.com
|
DNS | Current | — | — | — | — |
shops.store.microsoft.com
|
CT Log | Current | — | — | — | — |
si-maf.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
si.adcenterapidownload.microsoft.com
|
CT Log | Current | — | — | — | — |
si.api.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
si.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
si.pubcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
si.pubcenterapi.microsoft.com
|
CT Log | Current | — | — | — | — |
sidecarsigncert.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T00:13:24Z | |
siebelpreprod.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
siebeltrain.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
siebsand.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
siebtest1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
siggen-uk.func.cp.wd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T16:20:14Z | |
siggen-us.func.cp.wd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:30:35Z | |
signature.microsoft.com
|
CT Log | Current | — | — | — | — |
signoff.learningapp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T04:38:51Z | |
signup.microsoft.com
|
DNS | Current |
prdsignup-ctcbframh2hnfuda.z01.azurefd.net
|
— | — | — |
simlockunlockservice-uat.devices.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T15:25:19Z | |
simlockunlockservice.devices.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T23:23:55Z | |
simon-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
singaporets.microsoft.com
|
CT Log | Current | — | — | — | — |
sinsittest01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sinusftisvm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sip.mds.microsoft.com
|
CT Log | Current | — | — | — | — |
sip.microsoft.com
|
CT Log | Current | — | — | — | — |
sip.mssupport.microsoft.com
|
CT Log | Current | — | — | — | — |
sip.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sip2.mds.microsoft.com
|
CT Log | Current | — | — | — | — |
sipalt.microsoft.com
|
CT Log | Current | — | — | — | — |
sipdog.microsoft.com
|
CT Log | Current | — | — | — | — |
sipdog2.microsoft.com
|
CT Log | Current | — | — | — | — |
sipdog3.microsoft.com
|
CT Log | Current | — | — | — | — |
sipexternal.mds.microsoft.com
|
CT Log | Current | — | — | — | — |
sipfed.mds.microsoft.com
|
CT Log | Current | — | — | — | — |
sipfed.microsoft.com
|
CT Log | Current | — | — | — | — |
sipint1.mds.microsoft.com
|
CT Log | Current | — | — | — | — |
sipint2.mds.microsoft.com
|
CT Log | Current | — | — | — | — |
sipinternal.mds.microsoft.com
|
CT Log | Current | — | — | — | — |
sipinternal.microsoft.com
|
CT Log | Current | — | — | — | — |
sipx.microsoft.com
|
CT Log | Current | — | — | — | — |
sironaei.production.api.services.premier.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T08:52:12Z | |
sitexit.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sitextools.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
skillsdevelopmentplan.one.microsoft.com
|
CT Log | Current | — | — | — | — |
skillsdevelopmentplanbeta.one.microsoft.com
|
CT Log | Current | — | — | — | — |
skportalrc.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sktestrca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sktestrcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sktestrcb2.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sktstirl.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sktstirlrcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sktstpri.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sktstprircb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sktstred.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sktstredrcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sktstsgp.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sktstsgprcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
skuatirl.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
skuatmst.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
skuatpri.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
skuatred.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
skuatsgp.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
skype-msit.fraud.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-23T20:52:03Z | |
skypeconfiga.support.services.microsoft.com
|
CT Log | Current | — | — | — | — |
sls-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-22T21:02:25Z | |
sls.microsoft.com
|
CT Log | Current | — | — | — | — |
sls.update.microsoft.com
|
CT Log | Current | — | — | — | — |
slscr-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-22T21:02:25Z | |
slspublishing-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-22T21:09:32Z | |
slspublishing-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:19:42Z | |
slspublishing-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:16:35Z | |
slspublishing-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 7 | 2025-04-21T21:08:58Z | |
sltsbx.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:42:57Z | |
smallbusiness.support.microsoft.com
|
CT Log | Current | — | — | — | — |
smartaccessuatex.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
smartscreen-ppe.microsoft.com
|
CT Log | Current | — | 34 | 2025-04-21T12:13:38Z | |
smartscreen.microsoft.com
|
CT Log | Current | — | 34 | 2025-04-21T12:13:38Z | |
smbdashboard.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
smbsales.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
smbsalesuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
smcdit4.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
smcsvcdit2ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
smcsvcsit2ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
smcsvcsit3ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
smcwebsvcext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
smcwebsvcext2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
smcws.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
smcws.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
smcws2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
smm.microsoft.com
|
CT Log | Current | — | — | — | — |
smoketest.content.api.ads-int.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T16:38:02Z | |
smoketest.feeds.ads-int.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T16:38:02Z | |
smoketest.merchants-int.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T16:38:02Z | |
smoketest.mmcapi.ads-int.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T16:38:02Z | |
smoketest.sftp.ads-int.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T16:38:02Z | |
sms-psd-dp1.microsoft.com
|
CT Log | Current | — | — | — | — |
sms-psd-nlb.microsoft.com
|
CT Log | Current | — | — | — | — |
sms.ppe.communication.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T08:34:46Z | |
smsw.office.microsoft.com
|
CT Log | Current | — | — | — | — |
smsw1.office.microsoft.com
|
CT Log | Current | — | — | — | — |
smsw2.office.microsoft.com
|
CT Log | Current | — | — | — | — |
smsw3.office.microsoft.com
|
CT Log | Current | — | — | — | — |
smt-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-22T21:11:30Z | |
smt-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:21:55Z | |
smt-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-21T21:38:57Z | |
smt-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:11:04Z | |
smtp.microsoft.com
|
DNS | Current | — | — | — | — |
smtp.pioneer.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
smtp.primary.exchange.microsoft.com
|
CT Log | Current | — | — | — | — |
smtphost1.microsoft.com
|
CT Log | Current | — | — | — | — |
smtphost2.microsoft.com
|
CT Log | Current | — | — | — | — |
sn1-p1.myphone.microsoft.com
|
CT Log | Current | — | — | — | — |
sn1-p2.myphone.microsoft.com
|
CT Log | Current | — | — | — | — |
sn1-p3.myphone.microsoft.com
|
CT Log | Current | — | — | — | — |
sn1-p4.myphone.microsoft.com
|
CT Log | Current | — | — | — | — |
sn1.emailautoconfig.microsoft.com
|
CT Log | Current | — | — | — | — |
sn1.rr.office.microsoft.com
|
CT Log | Current | — | — | — | — |
sn2-1.extsky.microsoft.com
|
CT Log | Current | — | — | — | — |
sn2-2.extsky.microsoft.com
|
CT Log | Current | — | — | — | — |
sn2-3.extsky2.microsoft.com
|
CT Log | Current | — | — | — | — |
snackbox.microsoft.com
|
CT Log | Current | — | — | — | — |
social.expression.microsoft.com
|
CT Log | Current | — | — | — | — |
social.microsoft.com
|
CT Log | Current | — | — | — | — |
social.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
social.technet.microsoft.com
|
CT Log | Current | — | — | — | — |
socialview.microsoft.com
|
CT Log | Current | — | — | — | — |
software-download.microsoft.com
|
CT Log | Current | — | — | — | — |
solutionfinder.microsoft.com
|
CT Log | Current | — | — | — | — |
solutionfinderbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
solutionmarketplace.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
solutionprofilerbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
solutions.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
solutions1.services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
solutions2.services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
sopextserviceaocuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sopextserviceapjuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sophosppe.microsoft.com
|
CT Log | Current | — | — | — | — |
sopservice.microsoft.com
|
CT Log | Current | — | — | — | — |
sopserviceapj.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sopserviceeoc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sopservicestg.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sopservicetraining.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sopserviceuataoc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sopupdatecsorderaocuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sopupdatecsorderapjuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
southeastasia.dcsfe.prod.adu.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:41:44Z | |
southeastasia.int.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T20:13:20Z | |
southeastasia.int.scm.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T20:13:20Z | |
southeastasia.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T20:13:20Z | |
spa.mail.microsoft.com
|
CT Log | Current | — | — | — | — |
spanish.assessment.learningbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
spaowa.mail.microsoft.com
|
CT Log | Current | — | — | — | — |
sparta.p.dfp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T14:45:27Z | |
specialistacademyforums.microsoft.com
|
CT Log | Current | — | — | — | — |
specserver.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
speechobjectsservice.cs-ca1.healthplatform.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T00:55:15Z | |
speechobjectsservice.cs-canary.healthplatform.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T00:41:39Z | |
speechobjectsservice.cs-us1.healthplatform.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-23T01:06:24Z | |
spla-essentials.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
spodcmdb.microsoft.com
|
CT Log | Current | — | — | — | — |
spodtel.microsoft.com
|
CT Log | Current | — | — | — | — |
spoemco1.microsoft.com
|
CT Log | Current | — | — | — | — |
sppilotco1.microsoft.com
|
CT Log | Current | — | — | — | — |
sprint.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
sprint.quarantine.beta.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
sprint.quarantine.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
sprvendor.rte.microsoft.com
|
CT Log | Current | — | — | — | — |
spsites.microsoft.com
|
CT Log | Current | — | — | — | — |
spsites2010.microsoft.com
|
CT Log | Current | — | — | — | — |
spsiteswac.microsoft.com
|
CT Log | Current | — | — | — | — |
spteam.microsoft.com
|
CT Log | Current | — | — | — | — |
spteam.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
spteam2010.microsoft.com
|
CT Log | Current | — | — | — | — |
spynet2.microsoft.com
|
CT Log | Current | — | — | — | — |
spynetppe.microsoft.com
|
CT Log | Current | — | — | — | — |
spynettest2.microsoft.com
|
CT Log | Current | — | — | — | — |
sqa01plx.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sqa02plx.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sqaalpha.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sqlbuvstsext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sqlloc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
sqlloc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sqm.microsoft.com
|
CT Log | Current | — | — | — | — |
srd.ds.microsoft.com
|
CT Log | Current | — | — | — | — |
ssc.one.microsoft.com
|
CT Log | Current | — | — | — | — |
sscpob.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sscuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ssd-opmservice-uat.devices.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:15:17Z | |
ssd-opmservice.devices.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T00:15:20Z | |
ssprweb.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
ssu.manage-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
ssu.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
ssu1.beta.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
ssu1.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
ssu1.test.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
ssu2.beta.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
ssu2.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
ssu2.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
ssu2.test.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
sta.testcur.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sta2.devarc.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sta2.test.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
sta2.testperf.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
stage-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
stage.cloudpartner.mspartner.microsoft.com
|
CT Log | Current | — | — | — | — |
stage.kse.microsoft.com
|
CT Log | Current | — | — | — | — |
stage.virtuoso.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T12:41:17Z | |
stagemfe.microsoft.com
|
CT Log | Current | — | — | — | — |
staging-dcatbackend-int.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T22:47:30Z | |
staging-dcatbackend-int.staging.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T22:47:30Z | |
staging.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T22:47:30Z | |
staging.bn.api.medeina-stg.defender.microsoft.com
|
CT Log | Current | — | 36 | 2025-04-21T18:42:36Z | |
staging.by.api.medeina-stg.defender.microsoft.com
|
CT Log | Current | — | 20 | 2025-04-21T18:47:24Z | |
staging.eastus2.api.medeina-stg.defender.microsoft.com
|
CT Log | Current | — | 36 | 2025-04-21T18:42:36Z | |
staging.ingestion.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T22:47:30Z | |
staging.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
staging.microsoft.com
|
DNS | Current |
ideas.fabric.microsoft.com
|
— | — | — |
staging.reports.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
staging.services.silverlight.microsoft.com
|
CT Log | Current | — | — | — | — |
staging.usw3.api.medeina-stg.defender.microsoft.com
|
CT Log | Current | — | 40 | 2025-04-21T16:35:46Z | |
staging.viewer.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
staging.westus.api.medeina-stg.defender.microsoft.com
|
CT Log | Current | — | 20 | 2025-04-21T18:47:24Z | |
staging.westus3.api.medeina-stg.defender.microsoft.com
|
CT Log | Current | — | 40 | 2025-04-21T16:35:46Z | |
stagingdocumentpublisher.ingestion.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T22:47:30Z | |
stagingretrieval-dcatbackend-int.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T22:47:30Z | |
stagingretrieval-dcatbackend-int.staging.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T22:47:30Z | |
stagingretrieval.ingestion.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T22:47:30Z | |
stagingsync-dcatbackend.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:47:30Z | |
standardsledger-dev-eastus.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T03:10:30Z | |
standardsledger-dev-westus3.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T06:21:12Z | |
standardsledger-dev.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T06:21:12Z | |
statics.teams.microsoft.com
|
CT Log | Current | — | — | — | — |
stats.update.microsoft.com
|
CT Log | Current | — | — | — | — |
stats1.update.microsoft.com
|
CT Log | Current | — | — | — | — |
statsfe.ws.microsoft.com
|
CT Log | Current | — | — | — | — |
statsfe1.update.microsoft.com
|
CT Log | Current | — | — | — | — |
statsfe1.ws.microsoft.com
|
CT Log | Current | — | — | — | — |
statsfe2.update.microsoft.com
|
CT Log | Current | — | — | — | — |
status-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 11 | 2025-04-22T20:35:38Z | |
status-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:04:40Z | |
status-int.eudb.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:04:40Z | |
status-prod.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-21T21:41:07Z | |
status-prod.eu-db.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-22T20:23:10Z | |
status-tip.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T20:57:36Z | |
status.manage-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
status.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
status.ml.mdc.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
status.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
staxnode1.microsoft.com
|
CT Log | Current | — | — | — | — |
staxnode2.microsoft.com
|
CT Log | Current | — | — | — | — |
staxnode3.microsoft.com
|
CT Log | Current | — | — | — | — |
staxnode4.microsoft.com
|
CT Log | Current | — | — | — | — |
staxppe.microsoft.com
|
CT Log | Current | — | — | — | — |
stg-answers.microsoft.com
|
CT Log | Current | — | — | — | — |
stg-cat.microsoft.com
|
CT Log | Current | — | — | — | — |
stg-community.services.support.microsoft.com
|
CT Log | Current | — | — | — | — |
stg-cus-401.sentineldev.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:22:27Z | |
stg-dcodews.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
stg-dcupload.microsoft.com
|
CT Log | Current | — | — | — | — |
stg-diagnostics.support.microsoft.com
|
CT Log | Current | — | — | — | — |
stg-fixitcenter.support.microsoft.com
|
CT Log | Current | — | — | — | — |
stg-fixitcenterws.support.microsoft.com
|
CT Log | Current | — | — | — | — |
stg-smallbusiness.support.microsoft.com
|
CT Log | Current | — | — | — | — |
stg-supportdiagnostics.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
stg.mte.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T09:16:27Z | |
stopsiga02.videolab.microsoft.com
|
CT Log | Current | — | — | — | — |
store-images-origin.ppe.microsoft.com
|
CT Log | Current |
ppe.store-images-origin.akadns.net
|
1 | 2025-04-22T14:30:33Z | |
store-images.microsoft.com
|
CT Log | Current | — | — | — | — |
store-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
store.legacyservices.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
store.microsoft.com
|
DNS | Current | — | — | — | — |
storeedgefd-ppe.dsx.mp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-21T19:54:52Z | |
storeperf.microsoft.com
|
CT Log | Current | — | — | — | — |
storeprod.microsoft.com
|
CT Log | Current | — | — | — | — |
storestg.microsoft.com
|
CT Log | Current | — | — | — | — |
storeuat.microsoft.com
|
CT Log | Current | — | — | — | — |
stppsxuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
stratus.research.microsoft.com
|
CT Log | Current | — | — | — | — |
stream.microsoft.com
|
DNS | Current |
reroute.microsoft.com
|
— | — | — |
sts.advertising.microsoft.com
|
CT Log | Current | — | — | — | — |
sts.adweb.microsoft.com
|
CT Log | Current | — | — | — | — |
sts.bc.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
sts.beta.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
sts.current.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
sts.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
sts.next.adcenter-pace.microsoft.com
|
CT Log | Current | — | — | — | — |
sts.pace.bingads.microsoft.com
|
CT Log | Current | — | — | — | — |
sts.si.advertising.microsoft.com
|
CT Log | Current | — | — | — | — |
sts.staging.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
stsadweb.one.microsoft.com
|
CT Log | Current | — | — | — | — |
submit2.microsoft.com
|
CT Log | Current | — | — | — | — |
subscriptions.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
substrate-msai-sevalscraper.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T00:46:11Z | |
supplychain.qa.microsoft.com
|
CT Log | Current | — | — | — | — |
support-stg.microsoft.com
|
CT Log | Current | — | — | — | — |
support.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
support.content.office.microsoft.com
|
CT Log | Current | — | — | — | — |
support.int.windows.microsoft.com
|
CT Log | Current | — | — | — | — |
support.microsoft.com
|
DNS | Current |
emerald-prod-asgth3agbdfbhpgz.b02.azurefd.net
|
— | — | — |
support.pinpoint.microsoft.com
|
CT Log | Current | — | — | — | — |
support.store.microsoft.com
|
CT Log | Current | — | — | — | — |
support.tie.microsoft.com
|
CT Log | Current | — | — | — | — |
support.windows.microsoft.com
|
CT Log | Current | — | — | — | — |
support2.microsoft.com
|
CT Log | Current | — | — | — | — |
supportactions-eastus-dev.services.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T06:30:16Z | |
supportactions-westus2-dev.services.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T06:57:18Z | |
supportal.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
supportaluat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
supportdiagnostics.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
supportdiscussionsrps.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
supportorigin3.microsoft.com
|
CT Log | Current | — | — | — | — |
supportservices.microsoft.com
|
CT Log | Current | — | — | — | — |
supreports.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
supreports60.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
supreports60ppe.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
surface.microsoft.com
|
CT Log | Current | — | — | — | — |
surfaceppega.microsoft.com
|
CT Log | Current | — | — | — | — |
surfacepub.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
survey.microsoft.com
|
DNS | Current | — | — | — | — |
survey.support.services.microsoft.com
|
CT Log | Current | — | — | — | — |
surveyadmintool-dev.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T03:38:47Z | |
surveyor.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
sustainability.microsoft.com
|
CT Log | Current | — | 16 | 2025-04-22T01:42:23Z | |
svc.baseline.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
svipselfservice.microsoft.com
|
CT Log | Current | — | — | — | — |
svipselfservice.qa.microsoft.com
|
CT Log | Current | — | — | — | — |
sxp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T06:01:16Z | |
syfwml-dom.extest.microsoft.com
|
CT Log | Current | — | — | — | — |
sync.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
syndication.microsoft.com
|
CT Log | Current | — | — | — | — |
syndicationppe.microsoft.com
|
CT Log | Current | — | — | — | — |
sysdev-int.microsoft.com
|
CT Log | Current | — | — | — | — |
sysdev.microsoft.com
|
CT Log | Current | — | — | — | — |
systemcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
systemcenter.pinpoint-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
systemcenter.pinpoint.microsoft.com
|
CT Log | Current | — | — | — | — |
t.urs.microsoft.com
|
CT Log | Current | — | — | — | — |
t3cisfsqa1iis1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
t3gsxoapp1sqa02mscrm.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
t3plcperfiis1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tag.microsoft.com
|
CT Log | Current | — | — | — | — |
tagbayppe.microsoft.com
|
CT Log | Current | — | — | — | — |
tagint.microsoft.com
|
CT Log | Current | — | — | — | — |
tagppe.microsoft.com
|
CT Log | Current | — | — | — | — |
tapuatpiiandctpcert.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T20:26:25Z | |
targetingservices.microsoft.com
|
CT Log | Current | — | — | — | — |
targetingservicesppe.microsoft.com
|
CT Log | Current | — | — | — | — |
taskmatrix.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:02:29Z | |
taxprofile.pmp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T10:17:20Z | |
tc-gateway.cap.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T13:06:26Z | |
tc-gateway.capqa.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T12:46:38Z | |
tdsadmin.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T13:04:17Z | |
team.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
teams.microsoft.com
|
DNS | Current |
teams.office.com
|
— | — | — |
teamsmessagingmigration.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T03:47:31Z | |
techcommunity.microsoft.com
|
CT Log | Current | — | — | — | — |
technet.microsoft.com
|
CT Log | Current | — | — | — | — |
techready.services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
telemetry-internal.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T04:29:56Z | |
telemetry.microsoft.com
|
CT Log | Current | — | — | — | — |
telemetry.urs.microsoft.com
|
CT Log | Current | — | — | — | — |
telepathwords.research.microsoft.com
|
CT Log | Current | — | — | — | — |
telsvc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
telsvcsqa05.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
telsvcuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
telus.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
telus.quarantine.beta.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
telus.quarantine.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
templates.vlcmuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tenantpolicy.infra.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T15:19:36Z | |
teonboarding.microsoft.com
|
CT Log | Current | — | — | — | — |
terminology.microsoft.com
|
CT Log | Current | — | — | — | — |
test-lumiazilla.microsoft.com
|
CT Log | Current | — | — | — | — |
test.3palertingestion.globalsecureaccess.microsoft.com
|
CT Log | Current | — | 11 | 2025-04-24T21:52:57Z | |
test.adminanalytics.powerplatform.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T16:38:38Z | |
test.auth.targetingservice.services.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T12:10:36Z | |
test.daas.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-21T21:16:02Z | |
test.dfanalytics.powerplatform.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T16:38:38Z | |
test.inprogress.rtt.teams.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-24T05:43:08Z | |
test.kse.microsoft.com
|
CT Log | Current | — | — | — | — |
test.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
test.microsoft.com
|
DNS | Current |
marketingsites-prod.microsoft.com
|
— | — | — |
test.profileapi.services.microsoft.com
|
CT Log | Current | — | — | — | — |
test.sc.microsoft.com
|
CT Log | Current | — | — | — | — |
test.services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
test.services.social.microsoft.com
|
CT Log | Current | — | — | — | — |
test.social.community.microsoft.com
|
CT Log | Current | — | — | — | — |
test.social.expression.microsoft.com
|
CT Log | Current | — | — | — | — |
test.social.microsoft.com
|
CT Log | Current | — | — | — | — |
test.social.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
test.social.technet.microsoft.com
|
CT Log | Current | — | — | — | — |
test.ssl.iridias.azurecxp.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T07:11:06Z | |
test.stats.update.microsoft.com
|
CT Log | Current | — | — | — | — |
test.update.microsoft.com
|
CT Log | Current | — | — | — | — |
test.windows.microsoft.com
|
CT Log | Current | — | — | — | — |
test20.sc.microsoft.com
|
CT Log | Current | — | — | — | — |
testb.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
testc.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
testcmsua04.testc.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
testconnectivity.microsoft.com
|
CT Log | Current | — | — | — | — |
testroot.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
testsalo.cia.microsoft.com
|
CT Log | Current | — | — | — | — |
testtimestamping4096.microsoft.com
|
CT Log | Current | — | — | — | — |
testweb.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T05:48:38Z | |
thirdpartysource.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:00:52Z | |
thirdpartysources.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:00:52Z | |
thresholdbillingservice.api-canary.tbs.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:39:06Z | |
thresholdbillingservice.cp-canary.tbs.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T02:00:25Z | |
ticketexchange.microsoft.com
|
CT Log | Current | — | — | — | — |
tide001.microsoft.com
|
CT Log | Current | — | — | — | — |
tide002.microsoft.com
|
CT Log | Current | — | — | — | — |
tide003.microsoft.com
|
CT Log | Current | — | — | — | — |
tide004.microsoft.com
|
CT Log | Current | — | — | — | — |
tide005.microsoft.com
|
CT Log | Current | — | — | — | — |
tide006.microsoft.com
|
CT Log | Current | — | — | — | — |
tide007.microsoft.com
|
CT Log | Current | — | — | — | — |
tide008.microsoft.com
|
CT Log | Current | — | — | — | — |
tide010.microsoft.com
|
CT Log | Current | — | — | — | — |
tide016.microsoft.com
|
CT Log | Current | — | — | — | — |
tide103.microsoft.com
|
CT Log | Current | — | — | — | — |
tide104.microsoft.com
|
CT Log | Current | — | — | — | — |
tide105.microsoft.com
|
CT Log | Current | — | — | — | — |
tide106.microsoft.com
|
CT Log | Current | — | — | — | — |
tide110.microsoft.com
|
CT Log | Current | — | — | — | — |
tide111.microsoft.com
|
CT Log | Current | — | — | — | — |
tide114.microsoft.com
|
CT Log | Current | — | — | — | — |
tide115.microsoft.com
|
CT Log | Current | — | — | — | — |
tide116.microsoft.com
|
CT Log | Current | — | — | — | — |
tide120.microsoft.com
|
CT Log | Current | — | — | — | — |
tide121.microsoft.com
|
CT Log | Current | — | — | — | — |
tide122.microsoft.com
|
CT Log | Current | — | — | — | — |
tide123.microsoft.com
|
CT Log | Current | — | — | — | — |
tide126.microsoft.com
|
CT Log | Current | — | — | — | — |
tide127.microsoft.com
|
CT Log | Current | — | — | — | — |
tide130.microsoft.com
|
CT Log | Current | — | — | — | — |
tide131.microsoft.com
|
CT Log | Current | — | — | — | — |
tide133.microsoft.com
|
CT Log | Current | — | — | — | — |
tide134.microsoft.com
|
CT Log | Current | — | — | — | — |
tide135.microsoft.com
|
CT Log | Current | — | — | — | — |
tide137.microsoft.com
|
CT Log | Current | — | — | — | — |
tide138.microsoft.com
|
CT Log | Current | — | — | — | — |
tide139.microsoft.com
|
CT Log | Current | — | — | — | — |
tide143.microsoft.com
|
CT Log | Current | — | — | — | — |
tide148.microsoft.com
|
CT Log | Current | — | — | — | — |
tide149.microsoft.com
|
CT Log | Current | — | — | — | — |
tide150.microsoft.com
|
CT Log | Current | — | — | — | — |
tide151.microsoft.com
|
CT Log | Current | — | — | — | — |
tide152.microsoft.com
|
CT Log | Current | — | — | — | — |
tide153.microsoft.com
|
CT Log | Current | — | — | — | — |
tide154.microsoft.com
|
CT Log | Current | — | — | — | — |
tide158.microsoft.com
|
CT Log | Current | — | — | — | — |
tide159.microsoft.com
|
CT Log | Current | — | — | — | — |
tide16.microsoft.com
|
CT Log | Current | — | — | — | — |
tide160.microsoft.com
|
CT Log | Current | — | — | — | — |
tide161.microsoft.com
|
CT Log | Current | — | — | — | — |
tide162.microsoft.com
|
CT Log | Current | — | — | — | — |
tide164.microsoft.com
|
CT Log | Current | — | — | — | — |
tide165.microsoft.com
|
CT Log | Current | — | — | — | — |
tide166.microsoft.com
|
CT Log | Current | — | — | — | — |
tide168.microsoft.com
|
CT Log | Current | — | — | — | — |
tide169.microsoft.com
|
CT Log | Current | — | — | — | — |
tide17.microsoft.com
|
CT Log | Current | — | — | — | — |
tide18.microsoft.com
|
CT Log | Current | — | — | — | — |
tide20.microsoft.com
|
CT Log | Current | — | — | — | — |
tide21.microsoft.com
|
CT Log | Current | — | — | — | — |
tide33.microsoft.com
|
CT Log | Current | — | — | — | — |
tide36.microsoft.com
|
CT Log | Current | — | — | — | — |
tide40.microsoft.com
|
CT Log | Current | — | — | — | — |
tide41.microsoft.com
|
CT Log | Current | — | — | — | — |
tide42.microsoft.com
|
CT Log | Current | — | — | — | — |
tide48.microsoft.com
|
CT Log | Current | — | — | — | — |
tide49.microsoft.com
|
CT Log | Current | — | — | — | — |
tide50.microsoft.com
|
CT Log | Current | — | — | — | — |
tide500.microsoft.com
|
CT Log | Current | — | — | — | — |
tide501.microsoft.com
|
CT Log | Current | — | — | — | — |
tide502.microsoft.com
|
CT Log | Current | — | — | — | — |
tide503.microsoft.com
|
CT Log | Current | — | — | — | — |
tide504.microsoft.com
|
CT Log | Current | — | — | — | — |
tide505.microsoft.com
|
CT Log | Current | — | — | — | — |
tide507.microsoft.com
|
CT Log | Current | — | — | — | — |
tide508.microsoft.com
|
CT Log | Current | — | — | — | — |
tide509.microsoft.com
|
CT Log | Current | — | — | — | — |
tide510.microsoft.com
|
CT Log | Current | — | — | — | — |
tide511.microsoft.com
|
CT Log | Current | — | — | — | — |
tide512.microsoft.com
|
CT Log | Current | — | — | — | — |
tide513.microsoft.com
|
CT Log | Current | — | — | — | — |
tide514.microsoft.com
|
CT Log | Current | — | — | — | — |
tide515.microsoft.com
|
CT Log | Current | — | — | — | — |
tide516.microsoft.com
|
CT Log | Current | — | — | — | — |
tide517.microsoft.com
|
CT Log | Current | — | — | — | — |
tide518.microsoft.com
|
CT Log | Current | — | — | — | — |
tide519.microsoft.com
|
CT Log | Current | — | — | — | — |
tide520.microsoft.com
|
CT Log | Current | — | — | — | — |
tide521.microsoft.com
|
CT Log | Current | — | — | — | — |
tide522.microsoft.com
|
CT Log | Current | — | — | — | — |
tide523.microsoft.com
|
CT Log | Current | — | — | — | — |
tide524.microsoft.com
|
CT Log | Current | — | — | — | — |
tide525.microsoft.com
|
CT Log | Current | — | — | — | — |
tide526.microsoft.com
|
CT Log | Current | — | — | — | — |
tide527.microsoft.com
|
CT Log | Current | — | — | — | — |
tide528.microsoft.com
|
CT Log | Current | — | — | — | — |
tide529.microsoft.com
|
CT Log | Current | — | — | — | — |
tide530.microsoft.com
|
CT Log | Current | — | — | — | — |
tide531.microsoft.com
|
CT Log | Current | — | — | — | — |
tide532.microsoft.com
|
CT Log | Current | — | — | — | — |
tide533.microsoft.com
|
CT Log | Current | — | — | — | — |
tide534.microsoft.com
|
CT Log | Current | — | — | — | — |
tide535.microsoft.com
|
CT Log | Current | — | — | — | — |
tide536.microsoft.com
|
CT Log | Current | — | — | — | — |
tide537.microsoft.com
|
CT Log | Current | — | — | — | — |
tide538.microsoft.com
|
CT Log | Current | — | — | — | — |
tide539.microsoft.com
|
CT Log | Current | — | — | — | — |
tide540.microsoft.com
|
CT Log | Current | — | — | — | — |
tide541.microsoft.com
|
CT Log | Current | — | — | — | — |
tide542.microsoft.com
|
CT Log | Current | — | — | — | — |
tide543.microsoft.com
|
CT Log | Current | — | — | — | — |
tide544.microsoft.com
|
CT Log | Current | — | — | — | — |
tide545.microsoft.com
|
CT Log | Current | — | — | — | — |
tide546.microsoft.com
|
CT Log | Current | — | — | — | — |
tide547.microsoft.com
|
CT Log | Current | — | — | — | — |
tide548.microsoft.com
|
CT Log | Current | — | — | — | — |
tide549.microsoft.com
|
CT Log | Current | — | — | — | — |
tide550.microsoft.com
|
CT Log | Current | — | — | — | — |
tide551.microsoft.com
|
CT Log | Current | — | — | — | — |
tide552.microsoft.com
|
CT Log | Current | — | — | — | — |
tide553.microsoft.com
|
CT Log | Current | — | — | — | — |
tide554.microsoft.com
|
CT Log | Current | — | — | — | — |
tide555.microsoft.com
|
CT Log | Current | — | — | — | — |
tide610.microsoft.com
|
CT Log | Current | — | — | — | — |
tide611.microsoft.com
|
CT Log | Current | — | — | — | — |
tide612.microsoft.com
|
CT Log | Current | — | — | — | — |
tide613.microsoft.com
|
CT Log | Current | — | — | — | — |
tide614.microsoft.com
|
CT Log | Current | — | — | — | — |
tide615.microsoft.com
|
CT Log | Current | — | — | — | — |
tide616.microsoft.com
|
CT Log | Current | — | — | — | — |
tide617.microsoft.com
|
CT Log | Current | — | — | — | — |
tide618.microsoft.com
|
CT Log | Current | — | — | — | — |
tide619.microsoft.com
|
CT Log | Current | — | — | — | — |
tide620.microsoft.com
|
CT Log | Current | — | — | — | — |
tide621.microsoft.com
|
CT Log | Current | — | — | — | — |
tide623.microsoft.com
|
CT Log | Current | — | — | — | — |
tide624.microsoft.com
|
CT Log | Current | — | — | — | — |
tide625.microsoft.com
|
CT Log | Current | — | — | — | — |
tide626.microsoft.com
|
CT Log | Current | — | — | — | — |
tide627.microsoft.com
|
CT Log | Current | — | — | — | — |
tide69.microsoft.com
|
CT Log | Current | — | — | — | — |
tide70.microsoft.com
|
CT Log | Current | — | — | — | — |
tide72.microsoft.com
|
CT Log | Current | — | — | — | — |
tide74.microsoft.com
|
CT Log | Current | — | — | — | — |
tide75.microsoft.com
|
CT Log | Current | — | — | — | — |
tide76.microsoft.com
|
CT Log | Current | — | — | — | — |
tide77.microsoft.com
|
CT Log | Current | — | — | — | — |
tide78.microsoft.com
|
CT Log | Current | — | — | — | — |
tide8.microsoft.com
|
CT Log | Current | — | — | — | — |
tide80.microsoft.com
|
CT Log | Current | — | — | — | — |
tide83.microsoft.com
|
CT Log | Current | — | — | — | — |
tide85.microsoft.com
|
CT Log | Current | — | — | — | — |
tide86.microsoft.com
|
CT Log | Current | — | — | — | — |
tide87.microsoft.com
|
CT Log | Current | — | — | — | — |
tide88.microsoft.com
|
CT Log | Current | — | — | — | — |
tide9.microsoft.com
|
CT Log | Current | — | — | — | — |
tide90.microsoft.com
|
CT Log | Current | — | — | — | — |
tide92.microsoft.com
|
CT Log | Current | — | — | — | — |
tide93.microsoft.com
|
CT Log | Current | — | — | — | — |
tide94.microsoft.com
|
CT Log | Current | — | — | — | — |
tide95.microsoft.com
|
CT Log | Current | — | — | — | — |
tide96.microsoft.com
|
CT Log | Current | — | — | — | — |
tide97.microsoft.com
|
CT Log | Current | — | — | — | — |
tila.trackit.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T00:53:00Z | |
timehub.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T06:11:11Z | |
timestamping4096.microsoft.com
|
CT Log | Current | — | — | — | — |
tip.admin.powerplatform.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-23T06:42:18Z | |
tip.or.delivery.mp.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-21T21:07:53Z | |
tippnrtdlpservice-dogfood.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T12:19:38Z | |
tippnrtdlpservice-int.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T02:36:07Z | |
tippnrtdlpservice-test.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T09:13:31Z | |
tippreceiversvc-dogfood.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T14:34:08Z | |
tk.webfolders.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3cmsvcpp01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3crmis201a.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3crmmrsuwx1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3crmmrsuwx2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3crmweb1sg11.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3cvputws02.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3edewvwbpu01a.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3edhlwebtf01a.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3emcxweb13.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3esvcatiist.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3esvcatiistsvc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3ftgmpwb05.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3gcrmgtw2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3gspap1sqa02.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3gspapp1ctp01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3gspapp1sqa04.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3gsxappsqa02.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3gsxnxt02weba.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3gsxnxtctpwea.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3iltwebpp02.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3itatstnweb16.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3itatstnweb17.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3lcatxsql04.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3mofuatesdpl1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3mofuatesdpl2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3oemdevwbdoc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3oemdevwbmoo.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3oemstawbdoc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3oemstawbmoo.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3oemstawborn.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3oemstawbsts.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3oemstbwbdoc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3oemstbwbmoo.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3oemstbwbsts.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3ompfweb02.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3ompfweb04.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3pensapptev03.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3plxcshviis1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3pmcweb09.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3pmcweb10.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3pqosdptwb01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3prfemcecs01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3pvpsqa002.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3pvpsqa005.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3rpsqaweb01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3rsyssqlde01.dns.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3rxpstntweb01.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3rxpsuatweb07.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3rxpsuatweb08.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3sildeviis1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3vmadistest3.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3vmssolvisd6.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk3vpadevprwb05.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-c14-01.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-exbkp-c105.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-exbkp-c106.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c101.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c102.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c103.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c104.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c105.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c106.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c107.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c108.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c109.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c110.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c111.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c112.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c113.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c114.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c115.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c116.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c117.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-excas-c118.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-exmlt-c101.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5-exmlt-c102.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5.webfolders.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5aogosmweb01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5apollolocweb.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5centrem01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5centrem02.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5centrem03.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5centrem04.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5centrem05.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5centrem06.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5cscmsiis1vm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5cscmsiis2vm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5cshfiis01vm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5cshfiis02vm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ctsdirpool1.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ctsdirpool1hlbint.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ctslyncdir01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ctslyncdir02.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ctslyncfe01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ctslyncfe02.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ctslyncpool1.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ctslyncpool1hlbint.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ctsucma01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ctsucma02.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ecscrmis01b.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ecscrmis02b.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ecscrmis03b.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ecscrmis03f.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ecscrmis04f.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5esvmsengis1.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5esvmsengis10.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5esvmsengis2.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5esvmsengis3.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5esvmsengis4.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5esvmsengis9.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5esvrpmiis01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5esvrpmiis02.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5esvrpmiis03.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5kis.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5locqgweb.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5lyncpool1hlbext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5mbamweb01.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5mpswebtev02.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5msvna1dmp.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5prdxwebcrm02.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5prdxwebcrm03.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5prdxwebcrm04.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5pvpextfs01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5satsrvr01.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5scman4webext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5telappiis01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5telappiis02.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ucdfpl01.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ucdfpl01f01.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ucdfpl01f02.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ucdfpl01f03.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ucdfse01.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ucdfse02.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5ucdfse10.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5xmsftwbop01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5xneweb01x.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5xneweb02x.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5xneweb03.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5xneweb03x.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5xneweb04.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5xneweb04x.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tk5xneweb05.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tkeaxisis01vm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tkeaxisis02vm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tkeaxisis101vm.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tkesvengiisu5.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tkesvengiisu6.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tkexcertwb01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tkexcertwb02.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tlu.dl.delivery.mp.microsoft.com
|
CT Log | Current | — | — | — | — |
tm.tag.microsoft.com
|
CT Log | Current | — | — | — | — |
tmisvcs.df.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T04:14:17Z | |
tmisvcs.int.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T19:19:02Z | |
tmisvcs.msit.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T11:11:57Z | |
tmisvcs.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T09:49:09Z | |
tms.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
tmsha.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
tmsqa.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
tmsqaha.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
tnx.phx.sts.microsoft.com
|
CT Log | Current | — | — | — | — |
tokenencryption.securitycopilot.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T20:44:51Z | |
toolbar-prod-bn01.microsoft.com
|
CT Log | Current | — | — | — | — |
tpm.daccess.microsoft.com
|
CT Log | Current | — | — | — | — |
tradenet.msops.microsoft.com
|
CT Log | Current | — | — | — | — |
tradenet.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tradenetreportserveruat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
tradenetuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
traf.int.provgateway.playready.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T21:01:25Z | |
traf.provgateway.playready.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T21:01:25Z | |
traf2.int.provgateway.playready.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T21:01:25Z | |
traf2.provgateway.playready.microsoft.com
|
CT Log | Current | — | 6 | 2025-04-22T21:01:25Z | |
training.dev.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
training.devarc.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
training.ep.microsoft.com
|
CT Log | Current | — | — | — | — |
training.epuat.microsoft.com
|
CT Log | Current | — | — | — | — |
training.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
training.test.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
training.testcur.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
training.testperf.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
trainingdev.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
trainings.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
trainingsupport.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T07:13:08Z | |
transactionmonitoring.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
transactionuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
transfers.ds.microsoft.com
|
CT Log | Current | — | — | — | — |
transform.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T18:56:58Z | |
transformsync-dcatbackend.bigcatalog-int.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:47:30Z | |
translation.eastus.msit.harmony.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T14:13:14Z | |
translation.inc.msit.harmony.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T14:13:14Z | |
translation.neu.msit.harmony.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T14:13:14Z | |
translation.scus.msit.harmony.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T14:13:14Z | |
translation.sea.msit.harmony.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T14:13:14Z | |
translation.weu.msit.harmony.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T14:13:14Z | |
translations.one.microsoft.com
|
CT Log | Current | — | — | — | — |
trd-bpsg27744tgvru8u8c.z3.dev.kusto.fabric.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T09:24:52Z | |
trex.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
troubleshooting.microsoft.com
|
CT Log | Current | — | 1 | 2025-03-27T18:32:57Z | |
ts.microsoft.com
|
CT Log | Current | — | — | — | — |
tsc.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tsc2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
tsg.research.microsoft.com
|
CT Log | Current | — | — | — | — |
tsnext.microsoft.com
|
CT Log | Current | — | — | — | — |
tst.profileapi.services.microsoft.com
|
CT Log | Current | — | — | — | — |
tst.services.social.microsoft.com
|
CT Log | Current | — | — | — | — |
tst.social.expression.microsoft.com
|
CT Log | Current | — | — | — | — |
tst.social.microsoft.com
|
CT Log | Current | — | — | — | — |
tst.social.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
tst.social.technet.microsoft.com
|
CT Log | Current | — | — | — | — |
tts-frontend.speech.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T08:56:29Z | |
tts.speech.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T08:56:29Z | |
tucson.online.microsoft.com
|
CT Log | Current | — | — | — | — |
tuk-ocscwa-01.exchange.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
tx2ehsobe001.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
tx2ehsobe002.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
tx2ehsobe003.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
tx2ehsobe004.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
tx2ehsobe005.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
tx2ehsobe006.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
tx2ehsobe007.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
tx2ehsobe008.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
tx2outboundsmtppool1.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
tx2outboundsmtppool2.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
uac-config.microsoft.com
|
CT Log | Current | — | — | — | — |
uae.daas.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T12:11:07Z | |
uag.prod.daccess.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
uat.fieldforce.microsoft.com
|
CT Log | Current | — | — | — | — |
uat.microsoft.com
|
DNS | Current |
uat.chrysalis.ms
|
— | — | — |
uat.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
uat.pa.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
uat.salestracker.mmd.microsoft.com
|
CT Log | Current | — | — | — | — |
uat.services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
uat.subscriptions.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
uat.subscriptions.technet.microsoft.com
|
CT Log | Current | — | — | — | — |
uat.technet.microsoft.com
|
CT Log | Current | — | — | — | — |
uat6payment.ocp.iwes.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
uatadmin.training.partner.microsoft.com
|
CT Log | Current | — | — | — | — |
uatcertplanner.one.microsoft.com
|
CT Log | Current | — | — | — | — |
uatfastsearch.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
uatonline.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
uatpremier.microsoft.com
|
CT Log | Current | — | — | — | — |
uatrtc2.one.microsoft.com
|
CT Log | Current | — | — | — | — |
uatrtc3.one.microsoft.com
|
CT Log | Current | — | — | — | — |
uatweft.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
ucforums.microsoft.com
|
CT Log | Current | — | — | — | — |
ucpublicforums.microsoft.com
|
CT Log | Current | — | — | — | — |
uddi.beta.microsoft.com
|
CT Log | Current | — | — | — | — |
uddi.microsoft.com
|
CT Log | Current | — | — | — | — |
uddi.repl2.microsoft.com
|
CT Log | Current | — | — | — | — |
uddisc.microsoft.com
|
CT Log | Current | — | — | — | — |
uddiv3.microsoft.com
|
CT Log | Current | — | — | — | — |
ude-dev.support.microsoft.com
|
CT Log | Current | — | — | — | — |
ude-stg.support.microsoft.com
|
CT Log | Current | — | — | — | — |
ude-test.support.microsoft.com
|
CT Log | Current | — | — | — | — |
ude.support.microsoft.com
|
CT Log | Current | — | — | — | — |
uhf-ppe.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T04:53:33Z | |
uif.microsoft.com
|
CT Log | Current | — | — | — | — |
uk.daas.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T10:44:29Z | |
uk.webfolders.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
uknorth-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
uksouth-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
uksouth2-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
ukwest-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
ums-dev.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 9 | 2025-04-22T21:13:34Z | |
ums-int.dcat.dsp.mp.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T20:23:56Z | |
umt.dev.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
umt.devarc.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
umt.devcur.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
umt.ep.microsoft.com
|
CT Log | Current | — | — | — | — |
umt.epuat.microsoft.com
|
CT Log | Current | — | — | — | — |
umt.tdc.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
umt.tdn.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
umt.test.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
umt.testcur.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
umt.testperf.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
umt.ttc.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
umt.ttn.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
uncertainty99.microsoft.com
|
CT Log | Current | — | — | — | — |
unitedkingdom-api.fp.wd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T02:28:12Z | |
unitedkingdom.x.cp.wd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T23:39:46Z | |
unitedstates-api.fp.wd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T19:07:12Z | |
unitedstates.x.cp.wd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T12:48:12Z | |
update.microsoft.com
|
CT Log | Current | — | — | — | — |
upl.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
urlshortener-server-int.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T07:32:06Z | |
urs.familysafety.microsoft.com
|
CT Log | Current | — | — | — | — |
urs.microsoft.com
|
CT Log | Current | — | — | — | — |
urt.dev.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
urt.devarc.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
urt.ep.microsoft.com
|
CT Log | Current | — | — | — | — |
urt.epuat.microsoft.com
|
CT Log | Current | — | — | — | — |
urt.tdc.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
urt.tdn.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
urt.test.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
urt.testcur.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
urt.testperf.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
urt.ttc.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
urt.ttn.ep.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
us.gateway.configmgr.manage-selfhost.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T00:29:46Z | |
us.gateway.configmgr.manage.microsoft.com
|
CT Log | Current | — | 5 | 2025-04-24T22:57:36Z | |
us.irsf.calling.fraud.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T09:50:28Z | |
us.tippnrtdlpservice.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T05:11:44Z | |
us.tippreceiversvc.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T05:36:17Z | |
us.whiteboard.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T04:03:18Z | |
us1.office2010beta.microsoft.com
|
CT Log | Current | — | — | — | — |
us2.office2010beta.microsoft.com
|
CT Log | Current | — | — | — | — |
us20.office2010beta.microsoft.com
|
CT Log | Current | — | — | — | — |
usbgit.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
uscentral-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
uscentraleuap-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
usdodcentral-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
usdodeast-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
use.services-dev1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
use.services-dm1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
use.services-tm1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
use.services-tst1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
use.services-uat.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
use.services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
useadf.ipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:26:26Z | |
useast-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
useast2-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
useast2euap-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
user.ecx-dit2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
userdiscovery.teams.microsoft.com
|
CT Log | Current | — | 10 | 2025-04-23T19:23:58Z | |
userfeedbackzilla.microsoft.com
|
CT Log | Current | — | — | — | — |
usermanagement.ecx-sit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
userprofile.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
userprofilestaging.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
usgovcentral-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
usgoveast-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
usgovsc-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
usgovsw-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
usjs.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
usjstest.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
usmils.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
usnc.services-dev1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
usnc.services-dm1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
usnc.services-tm1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
usnc.services-tst1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
usnc.services-uat.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
usnc.services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
usnorth-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
usperf.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ussc.services-dev1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
ussc.services-dm1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
ussc.services-tm1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
ussc.services-tst1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
ussc.services-uat.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
ussc.services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
ussouth-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
ussqa2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
ustc.prod.reco.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T02:10:50Z | |
usw.services-dev1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
usw.services-dm1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
usw.services-tm1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
usw.services-tst1.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
usw.services-uat.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
usw.services.premier.microsoft.com
|
CT Log | Current | — | — | — | — |
uswedf.ipp.sdg.teams.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:26:26Z | |
uswest-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
uswest2-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
uswestcentral-passive.glbdns2.microsoft.com
|
CT Log | Current | — | — | — | — |
uw-1.x.cp.wd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T06:39:08Z | |
v4-ori.windowsupdate.microsoft.com
|
CT Log | Current | — | — | — | — |
v4.windowsupdate.microsoft.com
|
CT Log | Current | — | — | — | — |
v9.update.microsoft.com
|
CT Log | Current | — | — | — | — |
va3ehsobe001.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
va3ehsobe002.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
va3ehsobe003.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
va3ehsobe004.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
va3ehsobe005.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
va3ehsobe006.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
va3ehsobe007.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
va3ehsobe008.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
va3ehsobe009.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
va3ehsobe010.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
va3outboundsmtppool1.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
va3outboundsmtppool2.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
vaas.daas.microsoft.com
|
CT Log | Current | — | 34 | 2025-04-22T19:35:16Z | |
validation-v2.ppe.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
validation-v2.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
validation.df.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
validation.int.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
validation.perf.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
validation.ppe.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
validation.sls.microsoft.com
|
CT Log | Current | — | — | — | — |
vc.microsoft.com
|
CT Log | Current | — | — | — | — |
vchatuat.support.microsoft.com
|
CT Log | Current | — | — | — | — |
vendor.ep.microsoft.com
|
CT Log | Current | — | — | — | — |
vendor.microsoft.com
|
DNS | Current |
vendorpc.partners.extranet.microsoft.com
|
— | — | — |
vendorppe.epuat.microsoft.com
|
CT Log | Current | — | — | — | — |
vepbuilder.microsoft.com
|
CT Log | Current | — | — | — | — |
vepbuilderstage.microsoft.com
|
CT Log | Current | — | — | — | — |
vepcdn.microsoft.com
|
CT Log | Current | — | — | — | — |
vepcdnstage.microsoft.com
|
CT Log | Current | — | — | — | — |
vepcontent.microsoft.com
|
CT Log | Current | — | — | — | — |
vepcontentstage.microsoft.com
|
CT Log | Current | — | — | — | — |
vepexp.microsoft.com
|
CT Log | Current | — | — | — | — |
vepexpstage.microsoft.com
|
CT Log | Current | — | — | — | — |
verifyme.microsoft.com
|
CT Log | Current | — | — | — | — |
vh001.beta.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh001.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh002.beta.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh002.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh003.beta.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh003.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh004.beta.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh004.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh005.beta.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh005.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh006.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh007.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh008.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh009.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh01.beta.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh010.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh011.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh012.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh013.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh014.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh015.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh016.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh017.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh018.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh019.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh02.beta.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh020.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh021.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh022.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh023.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh024.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh025.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh03.beta.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh03.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh04.beta.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh04.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh05.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh06.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh07.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh08.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh09.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh10.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh101.beta.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh101.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh102.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh11.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh12.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh13.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh14.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh15.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh16.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh17.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh18.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh19.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh20.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh21.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh22.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh23.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh24.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh25.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh26.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh27.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh28.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh29.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh30.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh31.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh32.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh33.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh34.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh35.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh36.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh37.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh38.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh39.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh40.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh41.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh42.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh43.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh44.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh45.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh46.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh47.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh48.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh49.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh50.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh51.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh52.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh53.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh54.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh55.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh56.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh57.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh58.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh59.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh60.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vh61.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
vhs06.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
videos.microsoft.com
|
DNS | Current |
bblqnhta.clienthubs.vidyard.com
|
— | — | — |
videothreads.research.microsoft.com
|
CT Log | Current | — | — | — | — |
viewer.emea.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
viewer.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
viewer.us2.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
virtualchat-stg.support.microsoft.com
|
CT Log | Current | — | — | — | — |
visio.microsoft.com
|
CT Log | Current | — | — | — | — |
visualstudio.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T06:01:16Z | |
visualstudiogallery.msdn.microsoft.com
|
CT Log | Current | — | — | — | — |
vkb2external.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vkb4alive.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vkb4auat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vkb4elive.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vkb4euat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vkbarchive.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vkbbarchive.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vkbbetaarc.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vkbbetaext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vkbbexternal.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vkbexternal.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vkbussv.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vkbussvb.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vlabs.betalearningservices.microsoft.com
|
CT Log | Current | — | — | — | — |
vlabs.learningservices.microsoft.com
|
CT Log | Current | — | — | — | — |
vlapprovals-approvalservice-prod.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T13:09:41Z | |
vlasext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vlasstsdit1ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlasstsdit1external.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlasstsdit2ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlasstsdit3ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlasstsperfext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlasstssit1ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlasstssit2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlasstssit2ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlasstssit3ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlasstssit4.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlasstsst1ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlasuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlasuat2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlasuat3.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcentralwebhook.agreements.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T14:28:15Z | |
vlcmdit1cmsext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmdit1ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmdit1external.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmdit2cmsext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmdit2ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmdit3ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmperfcmsext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmperfext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmqfe.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmsit1cmsext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmsit1ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmsit2ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmsit2external.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmsit3cmsext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmsit3ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmsit4.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmst1.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmst1ext.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmuat2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlcmuat3.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vlk.one.microsoft.com
|
CT Log | Current | — | — | — | — |
vlkrcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
vlktest.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
vlkuat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
vlpoc.junoppe.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T16:47:24Z | |
vlscapi.one.microsoft.com
|
CT Log | Current | — | — | — | — |
vlscapidr.one.microsoft.com
|
CT Log | Current | — | — | — | — |
vlscppe.microsoft.com
|
CT Log | Current | — | — | — | — |
vlscsfuat1.one.microsoft.com
|
CT Log | Current | — | — | — | — |
vlsctest-i03.microsoft.com
|
CT Log | Current | — | — | — | — |
vlsctest-i25.microsoft.com
|
CT Log | Current | — | — | — | — |
vlssuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
voice.speech.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T08:56:29Z | |
volga.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
voltage-pp-0000.encryption.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
voltage-pp-0000.staging.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
voltage-ps-0000.encryption.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
voltage-ps-0000.staging.messaging.microsoft.com
|
CT Log | Current | — | — | — | — |
vstf-eu-dub-01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vstf-us-wa-01.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vstf-us-wa-02.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vstf-us-wa-03.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vstf-us-wa-05.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vstf-us-wa-07.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vstf-us-wa-08.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vstf-us-wa-09.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vstf-us-wa-10.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vstf-us-wa-11.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vstf-us-wa-14.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vstfbingext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vstfpn.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vstfpsext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vstfsharepointext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
vtc.microsoft.com
|
CT Log | Current | — | — | — | — |
vua.microsoft.com
|
CT Log | Current | — | — | — | — |
vvr.microsoft.com
|
CT Log | Current | — | — | — | — |
vvruat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
vvruat2.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
w.apprep.smartscreen.microsoft.com
|
CT Log | Current | — | — | — | — |
w8db1.daccess.microsoft.com
|
CT Log | Current | — | — | — | — |
w8db2.daccess.microsoft.com
|
CT Log | Current | — | — | — | — |
w8kp.daccess.microsoft.com
|
CT Log | Current | — | — | — | — |
w8red.daccess.microsoft.com
|
CT Log | Current | — | — | — | — |
w8red3.daccess.microsoft.com
|
CT Log | Current | — | — | — | — |
w8vsc1.daccess.microsoft.com
|
CT Log | Current | — | — | — | — |
w8vsc2.daccess.microsoft.com
|
CT Log | Current | — | — | — | — |
w8vsc3.daccess.microsoft.com
|
CT Log | Current | — | — | — | — |
wacsysnet.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
warehouse.ap04.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T23:01:33Z | |
warehouse.ap05.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T17:15:33Z | |
warehouse.manage-beta.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:32:19Z | |
warehouse.manage.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T17:15:33Z | |
warehouse.na03.manage.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T03:08:34Z | |
warehouse.na04.manage-beta.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:32:19Z | |
warrantyinfoauth.manage-beta.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T02:55:16Z | |
watson.microsoft.com
|
CT Log | Current | — | — | — | — |
watson.officeint.microsoft.com
|
CT Log | Current | — | — | — | — |
watson01.watsonstage.microsoft.com
|
CT Log | Current | — | — | — | — |
watson02.watsonstage.microsoft.com
|
CT Log | Current | — | — | — | — |
watson1.officeint.microsoft.com
|
CT Log | Current | — | — | — | — |
watson101.watson.microsoft.com
|
CT Log | Current | — | — | — | — |
watson102.watson.microsoft.com
|
CT Log | Current | — | — | — | — |
watson103.watson.microsoft.com
|
CT Log | Current | — | — | — | — |
watson104.watson.microsoft.com
|
CT Log | Current | — | — | — | — |
watson105.watson.microsoft.com
|
CT Log | Current | — | — | — | — |
watson106.watson.microsoft.com
|
CT Log | Current | — | — | — | — |
watson107.watson.microsoft.com
|
CT Log | Current | — | — | — | — |
watson108.watson.microsoft.com
|
CT Log | Current | — | — | — | — |
watson109.watson.microsoft.com
|
CT Log | Current | — | — | — | — |
watson110.watson.microsoft.com
|
CT Log | Current | — | — | — | — |
watson111.watson.microsoft.com
|
CT Log | Current | — | — | — | — |
watson112.watson.microsoft.com
|
CT Log | Current | — | — | — | — |
watson2.officeint.microsoft.com
|
CT Log | Current | — | — | — | — |
watson392.watson.microsoft.com
|
CT Log | Current | — | — | — | — |
watsonservice-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
watsonstage.microsoft.com
|
CT Log | Current | — | — | — | — |
wau.store.microsoft.com
|
CT Log | Current | — | — | — | — |
wca.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
wcdev.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T05:14:26Z | |
wcuat.partners.extranet.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T16:26:50Z | |
wdrs.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-22T13:48:29Z | |
web.powerva.microsoft.com
|
CT Log | Current | — | 8 | 2025-04-21T14:48:06Z | |
web.preprod.powerva.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T17:36:18Z | |
web0.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
web00.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
web1.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
web10.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
web10.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
web10.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
web2.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
web20.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
web20.ocsweb.microsoft.com
|
CT Log | Current | — | — | — | — |
web20.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
web3.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
web30.lyncweb.microsoft.com
|
CT Log | Current | — | — | — | — |
web30.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
web40.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
web50.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
web60.sbweb.microsoft.com
|
CT Log | Current | — | — | — | — |
webcontentcapture.mcr.teams.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-23T12:01:40Z | |
webfolders.metaservices.microsoft.com
|
CT Log | Current | — | — | — | — |
webfolders.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
webpa202.int.aeos.microsoft.com
|
CT Log | Current | — | — | — | — |
websitespark.microsoft.com
|
CT Log | Current | — | — | — | — |
websso-dev.europe.microsoft.com
|
CT Log | Current | — | — | — | — |
websso.europe.microsoft.com
|
CT Log | Current | — | — | — | — |
webvstfext.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
weduservice.microsoft.com
|
CT Log | Current | — | — | — | — |
weft.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
wellness-uat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
wer.microsoft.com
|
CT Log | Current | — | — | — | — |
wercms.microsoft.com
|
CT Log | Current | — | — | — | — |
wercmsppe.microsoft.com
|
CT Log | Current | — | — | — | — |
werservices.sysdev.microsoft.com
|
CT Log | Current | — | — | — | — |
wes.df.telemetry.microsoft.com
|
CT Log | Current | — | — | — | — |
wesportalbay.live.microsoft.com
|
CT Log | Current | — | — | — | — |
westcentralus.aadbridge.mcapiaadbridge.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T17:01:42Z | |
westcentralus.int.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:01:33Z | |
westcentralus.int.scm.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:01:33Z | |
westcentralus.mtonline.sls.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:47:21Z | |
westcentralus.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T22:01:33Z | |
westcentralus.standby.mtonline.sls.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:47:21Z | |
westeurope.api.cognitive.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T22:49:21Z | |
westeurope.dev.cognitive.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T22:49:21Z | |
westus.ppeint.cts.speech-test.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T02:37:24Z | |
westus2.aadbridge.mcapiaadbridge.commerce.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T17:01:42Z | |
westus2.int.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:44:18Z | |
westus2.int.scm.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:44:18Z | |
westus2.mtonline.sls.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:47:21Z | |
westus2.provgateway.playready.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T21:44:18Z | |
westus2.purchase.dgp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T01:42:36Z | |
westus2.standby.mtonline.sls.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T01:47:21Z | |
weu.followerkustoapi.pipe.int.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T13:19:41Z | |
weu.internalkustoapi.pipe.int.microsoft.com
|
CT Log | Current | — | 2 | 2025-04-24T13:19:41Z | |
wfmconnector-ppe.teams.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-24T07:02:30Z | |
wfmconnector.teams.microsoft.com
|
CT Log | Current | — | 12 | 2025-04-22T16:51:21Z | |
wfp.microsoft.com
|
CT Log | Current | — | — | — | — |
wgapss.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
whiteboard.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T04:03:18Z | |
whosstage.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
whoswhouat.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T09:58:24Z | |
widgets.membership.microsoft.com
|
CT Log | Current | — | — | — | — |
widgets.services.microsoft.com
|
CT Log | Current | — | — | — | — |
winbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
winbeta.stats.update.microsoft.com
|
CT Log | Current | — | — | — | — |
winbeta.update.microsoft.com
|
CT Log | Current | — | — | — | — |
windeployrights.microsoft.com
|
CT Log | Current | — | — | — | — |
windows.mail.microsoft.com
|
CT Log | Current | — | — | — | — |
windows.microsoft.com
|
CT Log | Current | — | — | — | — |
windowsautopilot.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T00:41:20Z | |
windowsazure.pinpoint-ppe.microsoft.com
|
CT Log | Current | — | — | — | — |
windowsazure.pinpoint.microsoft.com
|
CT Log | Current | — | — | — | — |
windowsbeta.microsoft.com
|
CT Log | Current | — | — | — | — |
windowshelp.microsoft.com
|
CT Log | Current | — | — | — | — |
windowsowa.mail.microsoft.com
|
CT Log | Current | — | — | — | — |
windowsphone.microsoft.com
|
CT Log | Current | — | — | — | — |
windowsserver.pinpoint.microsoft.com
|
CT Log | Current | — | — | — | — |
windowsupdate.microsoft.com
|
CT Log | Current | — | — | — | — |
winmail1.microsoft.com
|
CT Log | Current | — | — | — | — |
winmail2.microsoft.com
|
CT Log | Current | — | — | — | — |
winmedia.microsoft.com
|
CT Log | Current | — | — | — | — |
winninginaction.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
winqual.microsoft.com
|
CT Log | Current | — | — | — | — |
winse.microsoft.com
|
CT Log | Current | — | — | — | — |
winserights.microsoft.com
|
CT Log | Current | — | — | — | — |
wishlist-prod-bn1.microsoft.com
|
CT Log | Current | — | — | — | — |
wishlist-prod-cy4.microsoft.com
|
CT Log | Current | — | — | — | — |
wizardeditor.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T04:23:22Z | |
wizardeditortest.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T05:29:53Z | |
wmt.int.wires.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T06:59:06Z | |
workflow.ex.azure.microsoft.com
|
CT Log | Current | — | — | — | — |
workshopsurvey-dev.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T07:25:57Z | |
wp-beta.microsoft.com
|
CT Log | Current | — | — | — | — |
wp.update.microsoft.com
|
CT Log | Current | — | — | — | — |
wp1.update.microsoft.com
|
CT Log | Current | — | — | — | — |
wpa.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wpaadminuat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wpadevcr.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wpadevnx.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wpadevpr.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wpadevse.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wpaexdevpr.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wpaexdevse.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wparca.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wparcaex.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wparcb.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wparcb2.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wparcbex.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wpauat.ectest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wpauat.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wrd.sysdev.microsoft.com
|
CT Log | Current | — | — | — | — |
wrd.winqual.microsoft.com
|
CT Log | Current | — | — | — | — |
ws.beta.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
ws.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
ws.tag.microsoft.com
|
CT Log | Current | — | — | — | — |
ws.tagbayppe.microsoft.com
|
CT Log | Current | — | — | — | — |
ws.tagppe.microsoft.com
|
CT Log | Current | — | — | — | — |
ws.tagtst.microsoft.com
|
CT Log | Current | — | — | — | — |
ws.virtuallab.microsoft.com
|
CT Log | Current | — | — | — | — |
ws2.beta.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
ws2.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
ws3.beta.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
ws3.msllab.microsoft.com
|
CT Log | Current | — | — | — | — |
wsat-ppe.css.microsoft.com
|
CT Log | Current | — | — | — | — |
wsauth.microsoft.com
|
CT Log | Current | — | — | — | — |
wsclientbeta.mcpbenefitscsp.microsoft.com
|
CT Log | Current | — | — | — | — |
wscont-df.microsoft.com
|
CT Log | Current | — | — | — | — |
wscont-int.microsoft.com
|
CT Log | Current | — | — | — | — |
wscont.apps.microsoft.com
|
CT Log | Current | — | — | — | — |
wslic-df.microsoft.com
|
CT Log | Current | — | — | — | — |
wslic-int.microsoft.com
|
CT Log | Current | — | — | — | — |
wsp.microsoft.com
|
CT Log | Current | — | — | — | — |
wssrv-df.microsoft.com
|
CT Log | Current | — | — | — | — |
wssrv-int.microsoft.com
|
CT Log | Current | — | — | — | — |
wus.prod.support.inapp.services.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T08:25:27Z | |
wus2.int.support.inapphelp.services.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T10:00:58Z | |
wus3.prod.manageddevops.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:49:35Z | |
wus3.prod.rp.manageddevops.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:49:35Z | |
wwereports.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
wwereportsppe.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
wwereportstest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wweventstest.one.microsoft.com
|
CT Log | Current | — | — | — | — |
wwicrequestcenter.redmond.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
wwlp.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
wwlpuat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
www.adcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
www.asia.microsoft.com
|
CT Log | Current | — | — | — | — |
www.aspire.microsoft.com
|
CT Log | Current | — | — | — | — |
www.awasa.microsoft.com
|
CT Log | Current | — | — | — | — |
www.beta.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
www.beta20.sc.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test51.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test52.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test53.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test54.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test55.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test56.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test57.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test58.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test59.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test60.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test61.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test62.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test63.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test64.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test65.microsoft.com
|
CT Log | Current | — | — | — | — |
www.cy1test66.microsoft.com
|
CT Log | Current | — | — | — | — |
www.dogfood20.sc.microsoft.com
|
CT Log | Current | — | — | — | — |
www.dragoncopilotcommunity.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-25T03:43:51Z | |
www.gwps-test3.glbdns.microsoft.com
|
CT Log | Current | — | — | — | — |
www.imagine.microsoft.com
|
CT Log | Current | — | — | — | — |
www.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
www.microsoft.com
|
DNS | Current |
www.microsoft.com-c-3.edgekey.net
|
— | — | — |
www.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
www.pre20.sc.microsoft.com
|
CT Log | Current | — | — | — | — |
www.puppyfood20.sc.microsoft.com
|
CT Log | Current | — | — | — | — |
www.sbacp.service.microsoft.com
|
CT Log | Current | — | — | — | — |
www.sbacpauth.service.microsoft.com
|
CT Log | Current | — | — | — | — |
www.sc.microsoft.com
|
CT Log | Current | — | — | — | — |
www.status.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
www.status.ppe.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
www.test.manage.microsoft.com
|
CT Log | Current | — | — | — | — |
www.test20.sc.microsoft.com
|
CT Log | Current | — | — | — | — |
www.testconnectivity.microsoft.com
|
CT Log | Current | — | — | — | — |
www.update.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbaytest33.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbaytest34.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbaytest35.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test51.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test52.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test53.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test54.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test55.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test56.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test57.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test58.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test59.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test60.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test61.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test62.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test63.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test64.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test65.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwbn1test66.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test51.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test52.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test53.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test54.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test55.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test56.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test57.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test58.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test59.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test60.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test61.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test62.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test63.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test64.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test65.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test66.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test67.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test68.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test69.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test70.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test71.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test72.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test73.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test74.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test75.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test76.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test77.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test78.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test79.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test80.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test81.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwby2test82.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test01.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test02.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test03.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test04.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test05.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test06.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test07.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test08.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test09.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test10.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test11.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test12.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test13.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test14.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test15.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test16.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test17.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test18.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test19.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test20.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test21.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test22.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test23.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test24.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test25.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test26.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test27.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test28.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test29.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test30.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test31.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test32.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test33.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test34.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test35.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test36.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test37.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test38.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test39.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test40.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test41.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test42.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test43.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test44.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test45.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test46.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test47.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test48.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test49.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test50.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco1test51.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test51.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test52.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test53.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test54.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test55.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test56.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test57.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test58.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test59.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test60.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test61.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test62.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test63.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test64.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test65.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test66.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test67.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test68.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test69.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test70.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test71.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test72.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test73.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test74.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test75.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test76.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test77.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test78.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test79.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test80.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test81.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwco2test82.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwcptest8.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwppe.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwtk2beta4.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwtk2beta5.microsoft.com
|
CT Log | Current | — | — | — | — |
wwwtk2beta6.microsoft.com
|
CT Log | Current | — | — | — | — |
x.atp.wd.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T11:27:05Z | |
x.cp.wd.microsoft.com
|
CT Log | Current | — | 4 | 2025-04-22T11:27:05Z | |
x15sslclientabapsdkprimary.redmond.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-22T05:05:10Z | |
xbox.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
xboxagentauthstdsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
xboxagentpubnsrsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
xboxagentpubstdsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
xboxcustauthstdsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
xboxcustomer.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
xboxcustpubnsrsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
xboxcustpubstdsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
xboxretailsupport.microsoft.com
|
CT Log | Current | — | — | — | — |
xboxsafety.microsoft.com
|
CT Log | Current | — | 3 | 2025-04-24T19:17:36Z | |
xboxsafetyactionservice.corp.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T22:24:17Z | |
xboxtools.uat.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
xboxtoolsuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
xdkecomsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
xdkecomstress.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
xdkecomuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
xds.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
xdsuat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
xdxecomsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
xhub.xgroup.selfhost.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
xpertlogs-raas.data.microsoft.com
|
CT Log | Current | — | — | — | — |
xpertlogs2-sandbox.data.microsoft.com
|
CT Log | Current | — | — | — | — |
xpertppe.microsoft.com
|
CT Log | Current | — | — | — | — |
xpertsperfenv.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
xpkg.wd.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T15:21:15Z | |
xrdrynqr.msops.microsoft.com
|
CT Log | Current | — | — | — | — |
xreturns.msops.microsoft.com
|
CT Log | Current | — | — | — | — |
xrr.msops.microsoft.com
|
CT Log | Current | — | — | — | — |
xrruat.msops.microsoft.com
|
CT Log | Current | — | — | — | — |
xstar.partners.extranet.microsoft.com
|
CT Log | Current | — | — | — | — |
xstaruat.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
yahoo.pubcenter.microsoft.com
|
CT Log | Current | — | — | — | — |
ymsts.moc.microsoft.com
|
CT Log | Current | — | — | — | — |
ziz-cm-rdp-01.fareast.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
ziz-labproxy.fareast.corp.microsoft.com
|
CT Log | Current | — | — | — | — |
ztd.dds.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-24T00:41:20Z | |
ztnprodsentinel.heimdall.microsoft.com
|
CT Log | Current | — | 1 | 2025-04-23T19:08:56Z | |
zunecustomer.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
zunecustpubnsrsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
zunecustpubstdsit.parttest.extranettest.microsoft.com
|
CT Log | Current | — | — | — | — |
zusred011m1091.service.microsoft.com
|
CT Log | Current | — | — | — | — |
cnryvmsashself01.infra.windows365.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T23:56:29Z | |
packagedeliveryservice.teams.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T23:52:03Z | |
ramusu1.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T23:43:31Z | |
mediadiscovery-client.compass.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T23:40:27Z | |
payeeadminportalprod.pmp.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T23:38:59Z | |
authsvc-server-adhoc.teams.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T23:14:25Z | |
lptapi.redmond.corp.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T23:03:07Z | |
tm-kailani11.one.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T22:50:44Z | |
tm-kailani10.one.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T22:50:44Z | |
teamsnotifications.teams.microsoft.com
|
CT Log | Expired | — | 2 | 2025-04-21T22:24:02Z | |
prod-cca.data.dfp.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T22:15:20Z | |
storeexp-preppe.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T21:42:27Z | |
middletier.teams-nonprod.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T21:37:10Z | |
surface.aspx.cloudservices.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T21:26:22Z | |
cpcsaamssa1testtest1s.infra.windows365.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T21:11:52Z | |
ps2.msit.api.iris.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T20:55:00Z | |
brekeyvaultprod.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T20:44:38Z | |
tdwprod.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T20:40:03Z | |
readingprogress.ppe.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T20:33:32Z | |
prd-ina-inc0a-201.mdi.securitycenter.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T20:25:32Z | |
prd-ina-ins0a-201.mdi.securitycenter.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T20:25:32Z | |
prd-ina-201.mdi.securitycenter.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T20:25:32Z | |
xgodatatier-asp.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T20:22:04Z | |
kd-pke.east.dogfood.keys.ml.teams.microsoft.com
|
CT Log | Expired | — | 2 | 2025-04-21T20:21:34Z | |
pylon-dev.microsoft.com
|
CT Log | Expired | — | 1 | 2025-04-21T20:18:27Z |
DNS Evidence Diff Side-by-side comparison
150.171.109.184
150.171.109.177
2620:1ec:29:1::51
2620:1ec:48:1::51
2620:1ec:48:1::51
2620:1ec:29:1::51
0 contactemail "caarecordaware@microsoft.com"
0 contactemail "caarecordaware@microsoft.com"
v=DMARC1; p=reject; pct=100; rua=mailto:itex-rua@microsoft.com; ruf=mailto:itex-ruf@microsoft.com; fo=1
v=DMARC1; p=reject; pct=100; rua=mailto:itex-rua@microsoft.com; ruf=mailto:itex-ruf@microsoft.com; fo=1
v=STSv1; id=20190225000000Z;
v=STSv1; id=20190225000000Z;
10 microsoft-com.mail.protection.outlook.com.
10 microsoft-com.mail.protection.outlook.com.
ns1-39.azure-dns.com.
ns1-39.azure-dns.com.
ns2-39.azure-dns.net.
ns2-39.azure-dns.net.
ns3-39.azure-dns.org.
ns3-39.azure-dns.org.
ns4-39.azure-dns.info.
ns4-39.azure-dns.info.
ns1-39.azure-dns.com. azuredns-hostmaster.microsoft.com. 1 3600 300 2419200 300
ns1-39.azure-dns.com. azuredns-hostmaster.microsoft.com. 1 3600 300 2419200 300
v=TLSRPTv1;rua=https://tlsrpt.azurewebsites.net/report
v=TLSRPTv1;rua=https://tlsrpt.azurewebsites.net/report
1password-site-verification=35ZTURTFFFDC5BW7GFQKRJ77QM
MS=ms79629062
_zx2p8gpzv720db2aqmozy4jhwk2nl43
airtable-verification=79a09e4a8013ff5737798ffb4ea88eee
anthropic-domain-verification-phksss=GZrrKDUR4klRLFCvxyOvqcNGE
atlassian-domain-verification=Sn5AwyIdVgkaRaJA/IKj7ZFMnWeCBnppa9bXGLuJvsakRHH4lYoBxS8g7GVlud9M
atlassian-domain-verification=xvoaqRfxSg3PnlVnR4xCSOlKyw1Aln0MMxRiKXnwWroFG7vI76TUC8xYb03MwMXv
d365mktkey=3l6dste9txazu0Qd2zu4135PUB4E35txLxyzJxjkPbsx
d365mktkey=3uc1cf82cpv750lzk70v9bvf2
d365mktkey=6358r1b7e13hox60tl1uagv14
d365mktkey=8fEQahTresJms7tZGxGFr94T1zDz36oCbUt1LJc99mox
d365mktkey=Fu49WtSTeClkHtK7S14227RIVpGwwGrzEsO6RVs1I2Ax
d365mktkey=JlXV17lfZjyvWxNje1qiP390ACSKzTxo5mGqZ3V2BmYx
d365mktkey=PNcDqkW71x8VOUhcE96aGM4l5PYX1gnlRl6ieXUl5eMx
d365mktkey=QDa792dLCZhvaAOOCe2Hz6WTzmTssOp1snABhxWibhMx
d365mktkey=SxDf1EZxLvMwx6eEZUxzjFFgHoapF8DvtWEUjwq7ZTwx
d365mktkey=ZGFU0tlXPekPusNHPo5QQQWpVf0gic0xpuKroNy3NQEx
d365mktkey=heYmJ57sWrwMjCgIG1xRwTREJrQokUIDtBcNfGuxoWQx
d365mktkey=j2qHWq9BHdaa3ZXZH8x64daJZxEWsFa0dxDeilxDoYYx
d365mktkey=wbU64GRacxVEQxwcLSQnx0zisXLYzgUbfvsufIqO9ZUx
dobtdihqagnr18hea8uv1h1mvq
docusign=d5a3737c-c23c-4bd0-9095-d2ff621f2840
facebook-domain-verification=fwzwhbbzwmg5fzgotc2go51olc3566
fg2t0gov9424p2tdcuo94goe9j
google-site-verification=GfDnTUdATPsK1230J0mXbfsYw-3A9BVMVaKSd4DcKgI
google-site-verification=M--CVfn_YwsV-2FGbCp_HFaEj23BmT0cTF4l8hXgpvM
google-site-verification=mEAmcTy1e8jIB9W6ENPk2GDg9hjuNytQQRGlK0hPm0c
google-site-verification=pjPOauSPcrfXOZS9jnPPa5axowcHGCDAl1_86dCqFpk
google-site-verification=uFg3wr5PWsK8lV029RoXXBBUW0_E6qf1WEWVHhetkOY
google-site-verification=uhh5_jbxpcQgnb-A7gDIjlrr5Ef34lA2t2_BAveYpnk
hcp-domain-verification=3ce174a8b9fba88909633ab13eb1d81ce0123454745d66e500052ed84b7248a1
hubspot-developer-verification=OTQ5NGIwYWEtODNmZi00YWE1LTkyNmQtNDhjMDMxY2JjNDAx
linear-domain-verification=iuq6saifcnbe
liveramp-site-verification=kxcV8fDH_FUNUZQEcAO6lwgim47f_hNLgMP4VG0PF_Q
mixpanel-domain-verify=5803bc4c-5bb6-4ce1-8076-753800097373
ms-domain-verification=1c4e4677-e58f-4117-8d61-e5b2810388c2
ms-domain-verification=25524f4b-1476-489c-a086-30f4c5016ecc
ms-domain-verification=478640ad-6524-43d5-86c4-a914804b9e93
ms-domain-verification=561512fc-b4ba-4ac7-a946-e464c8f49f1b
ms-domain-verification=65f91178-9dfb-41cd-929d-08d1a38ed607
ms-domain-verification=d6545068-89f7-4432-b947-0b137e8a9fe3
openai-domain-verification=dv-sFtCvKOlWoe31gpoSvs7cqsP
sitecore-domain-verification=1d46cb5467624e33a408d14324874088
t7sebee51jrj7vm932k531hipa
v=MCPv1; k=ecdsap384; p=A/Mf6IKdZzcHfBvpiVz9rkdPTIcCP5IbRDdEkeP3PgXEXF3mNjorahOwaYlMINBF5A==
v=MCPv1; k=ecdsap384; p=A8a5Z0fMroXSzLT+NXb33SxWJZ7UTZdFO3qcknLCGeGpLOLeFpxT4YamxRLfZKUaHg==
v=MCPv1; k=ecdsap384; p=A8qndBCDJGtFF2+3v/IPIMmM0SaVcrJBoSue7rKob6sUeK7QGeFuWkrtvze3AiqUDA==
v=MCPv1; k=ecdsap384; p=Al9O7vaY4u02Vzh6c6i9ie3AFUHq9j3VK9rFROTJsCx5Rh0ailSEc3/k8fyCbjrHLQ==
v=MCPv1; k=ecdsap384; p=An4mJIFLRys9h1EvjX18SJs5p1uEF5MHcs2JJLYPrI48C5Qt9FpaZEM0sQTV4JvNYw==
v=MCPv1; k=ecdsap384; p=AoHTKEi2W8L2P8cf9CoDicIxYiuttTkwtIeFOqYCewBGoRZiiF+9/92saUkIDERGAA==
v=MCPv1; k=ecdsap384; p=AqXeTHJ/1FCYeuvJ8dc1B+X3uHaa7m2W0s31vzL4opnrJlSaBdtbWTY8Ti5WiZnu9Q==
v=MCPv1; k=ecdsap384; p=As/XxnDWZFxFwHvRZj+HbG5/ImtAeabLkiOWu1h7wCJQFAR216E9HoYQ5Hy6o7StoQ==
v=MCPv1; k=ecdsap384; p=Asc8WWov6gsmCCzn4CSrwRuJIh5SqvaitKz/LlTW+SD54lLC52wzcnWhlTI416p2vw==
v=MCPv1; k=ecdsap384; p=Atv9t87le3AkxabGQAy75Wju8M3YATC1mPNp/3BQepwz5KS+4VwTtTq7ZSjHAPFXzw==
v=MCPv1; k=ecdsap384; p=Azw9+u4M8RoH+bxJidKAZzGDmsPkzY1N4cO7rB/uC5x1RBoNfMyBlH/ott0lpo4pOQ==
v=spf1 include:_spf-a.microsoft.com include:_spf-b.microsoft.com include:_spf-c.microsoft.com include:_spf-ssg-a.msft.net include:_spf1-meo.microsoft.com -all
workplace-domain-verification=lK0QDLk73xymCYMKUXNpfKAT8TY5Mx
zoom-domain-verification=ZOOM_verify_e97a3d385acb4c47b9b924609a280524
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.
Subdomain curation: 9118 subdomains were discovered — the most security-relevant are displayed, prioritized by: well-known service names (mail, vpn, api, sso, admin, etc.), DNS-resolving hosts, and subdomains with the most certificate activity. CNAME chain resolution and provider identification run on the curated set for accuracy. The complete list is available via CSV export.
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.
f8a3662cbeac7a5aaba6db85b35c205ef9c0d95ad19a466c39c4f3e7898dc55736c54246501296ac75000a353e0b67bcec83fca11289bdeafb88bfd417305652
Internet Archive — Permanent Record Wayback Machine Can this analysis be independently verified? Archived
This analysis has been automatically submitted to the Internet Archive's Wayback Machine, creating a tamper-evident, third-party-hosted snapshot of the DNS security posture at analysis time. This archived copy is independent of DNS Tool — it provides an independently verifiable record of the analysis at this point in time. Combined with the SHA-3-512 integrity hash, this creates a verifiable chain of evidence for domain security state.
https://web.archive.org/web/20260416105257/https://dnstool.it-help.tech/analysis/12576/view/E
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-microsoft.com.json.sha3 && echo '---' && openssl dgst -sha3-512 dns-intelligence-microsoft.com.json
python3 -c "import hashlib; print(hashlib.sha3_512(open('dns-intelligence-microsoft.com.json','rb').read()).hexdigest())"
sha3sum -a 512 dns-intelligence-microsoft.com.json
.sha3 file or the checksum API at /api/analysis/12576/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 microsoft.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 microsoft.com A
dig +noall +answer microsoft.com AAAA
dig +noall +answer microsoft.com MX
dig +noall +answer microsoft.com NS
dig +noall +answer microsoft.com TXT
Email Authentication
dig +short microsoft.com TXT | grep -i spf
dig +short _dmarc.microsoft.com TXT
dig +short selector2._domainkey.microsoft.com TXT
Domain Security
dig +dnssec +noall +answer microsoft.com DNSKEY
dig +noall +answer microsoft.com DS
dig +dnssec +cd microsoft.com A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.microsoft-com.mail.protection.outlook.com TLSA
openssl s_client -starttls smtp -connect microsoft-com.mail.protection.outlook.com:25 -servername microsoft-com.mail.protection.outlook.com 2>/dev/null | openssl x509 -noout -subject -dates
dig +short _mta-sts.microsoft.com TXT
curl -sL https://mta-sts.microsoft.com/.well-known/mta-sts.txt
dig +short _smtp._tls.microsoft.com TXT
Brand & Trust
dig +short default._bimi.microsoft.com TXT
dig +noall +answer microsoft.com CAA
DNS Records
dig +noall +answer microsoft.com HTTPS
Domain Security
dig +noall +answer microsoft.com CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/microsoft.com' | python3 -m json.tool | head -50
Transport Security
openssl s_client -starttls smtp -connect microsoft-com.mail.protection.outlook.com:25 -servername microsoft-com.mail.protection.outlook.com </dev/null 2>/dev/null | head -5
Infrastructure Intelligence
curl -s 'https://crt.sh/?q=%25.microsoft.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://microsoft.com/.well-known/security.txt | head -20
AI Surface
curl -sI https://microsoft.com/llms.txt | head -5
curl -s https://microsoft.com/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
Infrastructure Intelligence
dig +short 184.109.171.150.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 microsoft.com A
dig +noall +answer microsoft.com AAAA
dig +noall +answer microsoft.com MX
dig +noall +answer microsoft.com NS
dig +noall +answer microsoft.com TXT
Email Authentication
dig +short microsoft.com TXT | grep -i spf
dig +short _dmarc.microsoft.com TXT
dig +short selector2._domainkey.microsoft.com TXT
Domain Security
dig +dnssec +noall +answer microsoft.com DNSKEY
dig +noall +answer microsoft.com DS
dig +dnssec +cd microsoft.com A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.microsoft-com.mail.protection.outlook.com TLSA
openssl s_client -starttls smtp -connect microsoft-com.mail.protection.outlook.com:25 -servername microsoft-com.mail.protection.outlook.com 2>/dev/null | openssl x509 -noout -subject -dates
dig +short _mta-sts.microsoft.com TXT
curl -sL https://mta-sts.microsoft.com/.well-known/mta-sts.txt
dig +short _smtp._tls.microsoft.com TXT
Brand & Trust
dig +short default._bimi.microsoft.com TXT
dig +noall +answer microsoft.com CAA
DNS Records
dig +noall +answer microsoft.com HTTPS
Domain Security
dig +noall +answer microsoft.com CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/microsoft.com' | python3 -m json.tool | head -50
Transport Security
openssl s_client -starttls smtp -connect microsoft-com.mail.protection.outlook.com:25 -servername microsoft-com.mail.protection.outlook.com </dev/null 2>/dev/null | head -5
Infrastructure Intelligence
curl -s 'https://crt.sh/?q=%25.microsoft.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://microsoft.com/.well-known/security.txt | head -20
AI Surface
curl -sI https://microsoft.com/llms.txt | head -5
curl -s https://microsoft.com/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
Infrastructure Intelligence
dig +short 184.109.171.150.origin.asn.cymru.com TXT
