Hostname
79935.actor
Last fetched
79935.actor resolves to 4 IPv4 addresses operated by BGPNETPTELTD-AS-AP BGPNET PTE. LTD. in HK. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
79935.actor resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 137.220.156.144 | 137.220.156.0/24 | AS4907 | BGPNETPTELTD-AS-AP BGPNET PTE. LTD. | HK |
| 203.168.128.214 | 203.168.128.0/24 | AS211392 | SOFTBANK | SG |
| 103.224.212.147 | 103.224.212.0/23 | AS133618 | TRELLIAN-AS-AP Trellian Pty. Limited | AU |
| 137.220.156.119 | 137.220.156.0/24 | AS4907 | BGPNETPTELTD-AS-AP BGPNET PTE. LTD. | HK |
WHOIS identity
- Registrar
- iana:472
- Organization
- super privacy service ltd c/o dynadot
- Contact emails
- —
Threat posture
History
Related pages
Pivot deeper into the graph from 79935.actor.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "79935.actor"})-[: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.