Skip to content

Hostname

telco.com

Last fetched

telco.com resolves to 1 IPv4 address operated by ICDSOFT in US.

Nutrition Label

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

Resolution chain

telco.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
192.252.154.20192.252.144.0/20AS8739ICDSOFTUS

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

16 SPF mechanisms authorising senders for telco.com.

MechanismTarget
SPF_INCLUDE25921636.spf07.hubspotemail.net
SPF_INCLUDE_spf.google.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP5.29.117.202
SPF_IP5.29.117.205
SPF_IP5.29.117.206
SPF_IP5.29.117.210
SPF_IP69.20.19.170
SPF_IP69.20.19.171
SPF_IP69.20.22.252
SPF_IP69.20.22.253
SPF_IP69.20.83.154/32
SPF_IP69.25.103.15
SPF_IP69.25.103.16
SPF_IP74.205.21.242

Related pages

Pivot deeper into the graph from telco.com.

Cypher and MCP

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

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