Skip to content

Hostname

smh.com

Last fetched

smh.com resolves to 1 IPv4 address operated by SMH-AS-NO - Sarasota Memorial Hospital in US. WHOIS lists iana:2 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
204.193.28.182204.193.28.0/24AS53937SMH-AS-NO - Sarasota Memorial HospitalUS

WHOIS identity

Registrar
iana:2
Organization
sarasota memorial hospital
Contact emails

Subdomains

89 observed subdomains of smh.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for smh.com.

MechanismTarget
SPF_Aemail-od.com
SPF_Aoutboundmail.blackbaud.net
SPF_Apager.smh.com
SPF_Asmh-mail.smh.com
SPF_INCLUDEspf-000d0801.pphosted.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP107.20.210.250/32
SPF_IP204.193.28.1
SPF_IP204.193.28.197
SPF_IP204.193.28.199
SPF_IP52.1.14.157/32

Related pages

Pivot deeper into the graph from smh.com.

Cypher and MCP

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

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