Skip to content

Hostname

propsend.com

Last fetched

propsend.com resolves to 3 IPv4 addresses operated by TOIBGP1 - Telos Online, Inc in US. WHOIS lists iana:69 as the registrar.

Nutrition Label

WHISPER CANON · propsend.comRouting diversity1.5/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint5.2/10canon.whisper.security/host/propsend.com

Resolution chain

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

IPPrefixASNOperatorCountry
66.250.121.19466.250.120.0/22AS26819TOIBGP1 - Telos Online, IncUS
66.250.121.19566.250.120.0/22AS26819TOIBGP1 - Telos Online, IncUS
66.250.121.20066.250.120.0/22AS26819TOIBGP1 - Telos Online, IncUS

WHOIS identity

Registrar
iana:69
Organization
telos online,
Contact emails

Subdomains

330 observed subdomains of propsend.com.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from propsend.com.

Cypher and MCP

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

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