Skip to content

Hostname

abcfl.com

Last fetched

abcfl.com resolves to 2 IPv4 addresses operated by ANTBOX1-AS-AP Antbox Networks Limited in HK. WHOIS lists iana:4051 as the registrar.

Nutrition Label

WHISPER CANON · abcfl.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/abcfl.com

Resolution chain

abcfl.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.187.7.114108.187.7.0/24AS138995ANTBOX1-AS-AP Antbox Networks LimitedHK
43.155.102.2343.155.64.0/18AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueHK

WHOIS identity

Registrar
iana:4051
Organization
dropcatch.com auctions
Contact emails

Subdomains

1 observed subdomain of abcfl.com.

Subdomain
www.abcfl.com

Web-graph footprint

Distinct hostnames that link to or from abcfl.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from abcfl.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "abcfl.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 20

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