Hostname
gem-asset.com
Last fetched
gem-asset.com resolves to 2 IPv4 addresses operated by AS16276 in SG. WHOIS lists iana:460 as the registrar.
Nutrition Label
Resolution chain
gem-asset.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 |
|---|---|---|---|---|
| 139.99.94.115 | 139.99.0.0/17 | AS16276 | — | SG |
| 45.76.150.42 | 45.76.144.0/21 | AS20473 | AS-VULTR - The Constant Company, LLC | SG |
WHOIS identity
- Registrar
- iana:460
- Organization
- nex venture
- Contact emails
Subdomains
7 observed subdomains of gem-asset.com.
Web-graph footprint
Distinct hostnames that link to or from gem-asset.com in the public web crawl.
5 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for gem-asset.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from gem-asset.com.
- IP · 139.99.94.115
- ASN · AS16276
- Registrar · iana:460
- Country · SG
- Email · gem-asset.com-registrant@directnicwhoiscompliance.com
- TLD · .com
- Browse hostnames · ge…
- 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: "gem-asset.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.