Hostname
universal.org
Last fetched
universal.org resolves to 2 IPv4 addresses operated by AS4230 in BR. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
universal.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 200.212.152.21 | 200.212.0.0/16 | AS4230 | — | BR |
| 52.0.126.137 | 52.0.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
70 observed subdomains of universal.org.
Showing 25 of 70. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from universal.org in the public web crawl.
539 sites link to this hostname.
192 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for universal.org.
| Mechanism | Target |
|---|---|
| SPF_A | universal.org |
| SPF_INCLUDE | spf.emailmanager.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | unispf.universal.org |
| SPF_IP | 187.9.79.200 |
| SPF_IP | 189.112.177.25 |
| SPF_IP | 200.212.152.18 |
| SPF_MX | universal.org |
Related pages
Pivot deeper into the graph from universal.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "universal.org"})-[: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.