Hostname
uvumi.com
Last fetched
uvumi.com resolves to 2 IPv4 addresses operated by ROLLERNETWORK - Roller Network LLC in US. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
uvumi.com 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 |
|---|---|---|---|---|
| 74.118.157.70 | 74.118.152.0/21 | AS11170 | ROLLERNETWORK - Roller Network LLC | US |
| 74.118.157.83 | 74.118.152.0/21 | AS11170 | ROLLERNETWORK - Roller Network LLC | US |
WHOIS identity
- Registrar
- iana:1068
- Organization
- marshall stokes
- Contact emails
Subdomains
12 observed subdomains of uvumi.com.
Web-graph footprint
Distinct hostnames that link to or from uvumi.com in the public web crawl.
25 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for uvumi.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.uvumi.com |
| SPF_A | uvumi.com |
| SPF_MX | uvumi.com |
Related pages
Pivot deeper into the graph from uvumi.com.
- IP · 74.118.157.70
- ASN · AS11170ROLLERNETWORK - Roller Network LLC
- Registrar · iana:1068
- Country · US
- Email · domains@sprux.com
- TLD · .com
- Browse hostnames · uv…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uvumi.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.