Skip to content

Hostname

files.cghmc.com.ph

Last fetched

files.cghmc.com.ph resolves to 2 IPv4 addresses operated by GLOBE-TELECOM-AS - Globe Telecoms in PH.

Nutrition Label

WHISPER CANON · files.cghmc.com.phRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/files.cghmc.com.ph

Resolution chain

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

IPPrefixASNOperatorCountry
203.177.33.147203.177.33.0/24AS4775GLOBE-TELECOM-AS - Globe TelecomsPH
27.110.252.14827.110.224.0/19AS9299IPG-AS-AP - Philippine Long Distance Telephone CompanyPH

WHOIS identity

No WHOIS records are currently associated with files.cghmc.com.ph in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • files.cghmc.com.ph

Related pages

Pivot deeper into the graph from files.cghmc.com.ph.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "files.cghmc.com.ph"})-[: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.