Hostname
g42cloud.com
Last fetched
g42cloud.com resolves to 1 IPv4 address operated by EOSCLOUD in AE. WHOIS lists iana:1376 as the registrar.
Nutrition Label
Resolution chain
g42cloud.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 188.116.29.68 | 188.116.28.0/22 | AS208800 | EOSCLOUD | AE |
WHOIS identity
- Registrar
- iana:1376
- Organization
- private data
- Contact emails
Subdomains
20 observed subdomains of g42cloud.com.
Web-graph footprint
Distinct hostnames that link to or from g42cloud.com in the public web crawl.
10 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for g42cloud.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 188.116.28.188 |
| SPF_IP | 91.201.7.224/30 |
| SPF_IP | 91.201.7.246 |
| SPF_IP | 91.201.7.247 |
| SPF_IP | 91.201.7.254 |
Related pages
Pivot deeper into the graph from g42cloud.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "g42cloud.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.