Hostname
bellgully.com
Last fetched
bellgully.com resolves to 1 IPv4 address operated by ICONZ-AS ICONZ Ltd in NZ. WHOIS lists iana:9 as the registrar.
Nutrition Label
Resolution chain
bellgully.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 |
|---|---|---|---|---|
| 210.48.11.58 | 210.48.0.0/17 | AS4770 | ICONZ-AS ICONZ Ltd | NZ |
WHOIS identity
- Registrar
- iana:9
- Organization
- bell gully
- Contact emails
Subdomains
20 observed subdomains of bellgully.com.
Web-graph footprint
Distinct hostnames that link to or from bellgully.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for bellgully.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.bellgully.com |
| SPF_A | mail2.bellgully.com |
| SPF_INCLUDE | mailcontrol.com |
| SPF_INCLUDE | spf.highqsolutions.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1-apac.vx-email.com |
Related pages
Pivot deeper into the graph from bellgully.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bellgully.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.