Hostname
universalcare.com
Last fetched
universalcare.com resolves to 6 IPv4 addresses operated by AKAMAI-ASN1 in PL. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
universalcare.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.94.100.162 | 104.94.100.0/24 | AS20940 | AKAMAI-ASN1 | PL |
| 104.94.100.169 | 104.94.100.0/24 | AS20940 | AKAMAI-ASN1 | PL |
| 23.12.147.15 | 23.12.147.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.12.147.44 | 23.12.147.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.36.162.199 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.209 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- on behalf of universalcare.com owner
- Contact emails
- jay_davis@universalcare.com
- a6ae442e-79e2-4bf4-a3ca-638823b54b7c@identity-protect.org
- e4068983-9a68-40cd-82b5-3a475d5d2ba3@identity-protect.org
- e499b963-25dc-4a18-ae69-c715a07fc868@identity-protect.org
- owner-6720244@universalcare.com.whoisprivacyservice.org
- owner-7959276@universalcare.com.whoisprivacyservice.org
Subdomains
7 observed subdomains of universalcare.com.
Web-graph footprint
Distinct hostnames that link to or from universalcare.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for universalcare.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | universalcare-com.spf.smtp25.com |
| SPF_IP | 205.220.165.51 |
| SPF_IP | 205.220.177.51 |
Related pages
Pivot deeper into the graph from universalcare.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "universalcare.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.