Hostname
billsystemhk.com
Last fetched
billsystemhk.com resolves to 2 IPv4 addresses operated by AS4760 in HK. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
billsystemhk.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 |
|---|---|---|---|---|
| 112.118.132.225 | 112.118.128.0/19 | AS4760 | — | HK |
| 116.49.199.144 | 116.49.192.0/19 | AS4760 | — | HK |
WHOIS identity
- Registrar
- iana:146
- Organization
- bill & system
- Contact emails
Subdomains
4 observed subdomains of billsystemhk.com.
Threat posture
History
Mail and authentication
MX records
- billsystemhk.com
SPF policy
3 SPF mechanisms authorising senders for billsystemhk.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | netvigator.com |
| SPF_IP | 119.236.0.0/16 |
Related pages
Pivot deeper into the graph from billsystemhk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "billsystemhk.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.