Hostname
upgraded.id
Last fetched
upgraded.id resolves to 2 IPv4 addresses operated by AS48254 in US. WHOIS lists iana:1 as the registrar.
Nutrition Label
Resolution chain
upgraded.id 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 |
|---|---|---|---|---|
| 185.146.167.195 | 185.146.167.0/24 | AS48254 | — | US |
| 194.163.42.196 | 194.163.40.0/22 | AS47583 | — | SG |
WHOIS identity
- Registrar
- iana:1
- Organization
- —
- Contact emails
- —
Subdomains
55 observed subdomains of upgraded.id.
Showing 25 of 55. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from upgraded.id in the public web crawl.
43 sites link to this hostname.
502 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for upgraded.id.
| Mechanism | Target |
|---|---|
| SPF_A | upgraded.id |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | sparkpostmail.com |
| SPF_INCLUDE | spf.acumbamail.com |
| SPF_INCLUDE | spf.kerjamail.co |
| SPF_INCLUDE | spf.kirim.email |
| SPF_INCLUDE | spf.stackmail.com |
| SPF_IP | 103.147.154.52 |
| SPF_MX | upgraded.id |
Related pages
Pivot deeper into the graph from upgraded.id.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "upgraded.id"})-[: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.