Hostname
dev2.charltonslaw.com
Last fetched
dev2.charltonslaw.com resolves to 3 IPv4 addresses operated by HUTCHISON-AS-AP HGC Global Communications Limited in HK.
Nutrition Label
Resolution chain
dev2.charltonslaw.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 118.140.43.98 | 118.140.32.0/19 | AS9304 | HUTCHISON-AS-AP HGC Global Communications Limited | HK |
| 223.255.133.202 | 223.255.128.0/19 | AS9381 | HKBNES-AS-AP HKBN Enterprise Solutions HK Limited | HK |
| 42.200.211.152 | 42.200.211.0/24 | AS4760 | HKTIMS-AP HKT Limited | HK |
WHOIS identity
No WHOIS records are currently associated with dev2.charltonslaw.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from dev2.charltonslaw.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for dev2.charltonslaw.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 118.140.43.98 |
| SPF_IP | 203.186.70.6 |
| SPF_IP | 223.255.133.202 |
| SPF_IP | 42.200.211.152 |
| SPF_MX | dev2.charltonslaw.com |
Related pages
Pivot deeper into the graph from dev2.charltonslaw.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev2.charltonslaw.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.