Skip to content

Hostname

apps.guidingcare.com

Last fetched

apps.guidingcare.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · apps.guidingcare.comRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/apps.guidingcare.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.18.34.240104.18.34.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.153.16172.64.153.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with apps.guidingcare.com in WhisperGraph.

Subdomains

2 observed subdomains of apps.guidingcare.com.

Threat posture

History

Mail and authentication

SPF policy

17 SPF mechanisms authorising senders for apps.guidingcare.com.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspfa.healthedge.com
SPF_IP135.34.68.123
SPF_IP147.160.167.0/26
SPF_IP198.231.14.1
SPF_IP206.152.14.54/32
SPF_IP207.211.13.0/25
SPF_IP207.211.24.4
SPF_IP208.86.168.7/32
SPF_IP23.21.109.197/32
SPF_IP23.21.109.212/32
SPF_IP50.59.151.59
SPF_IP63.146.175.230
SPF_IP63.236.217.4
SPF_IP74.202.88.34
SPF_IP75.98.93.0/24
SPF_MXapps.guidingcare.com

Related pages

Pivot deeper into the graph from apps.guidingcare.com.

Cypher and MCP

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

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