Skip to content

Hostname

epicgfs.com

Last fetched

epicgfs.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:1910 as the registrar.

Nutrition Label

WHISPER CANON · epicgfs.comRouting diversity2.4/10Peering density7.3/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/epicgfs.com

Resolution chain

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

IPPrefixASNOperatorCountry
188.40.106.77188.40.0.0/16AS24940DE
192.200.108.194192.200.108.0/24AS53850GORILLASERVERS - GorillaServers, Inc.US

WHOIS identity

Registrar
iana:1910
Organization
moniker privacy services
Contact emails

Subdomains

4 observed subdomains of epicgfs.com.

Web-graph footprint

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

173 sites link to this hostname.

22 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from epicgfs.com.

Cypher and MCP

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

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