Skip to content

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

WHISPER CANON · 79935.actorRouting diversity3.0/10Peering density4.2/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency3.3/10Resolver footprint3.2/10canon.whisper.security/host/79935.actor

Resolution chain

79935.actor resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
137.220.156.144137.220.156.0/24AS4907BGPNETPTELTD-AS-AP BGPNET PTE. LTD.HK
203.168.128.214203.168.128.0/24AS211392SOFTBANKSG
103.224.212.147103.224.212.0/23AS133618TRELLIAN-AS-AP Trellian Pty. LimitedAU
137.220.156.119137.220.156.0/24AS4907BGPNETPTELTD-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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.