Skip to content

Hostname

montgomery.edu

Last fetched

montgomery.edu resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.

Nutrition Label

WHISPER CANON · montgomery.eduRouting diversity3.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint3.2/10canon.whisper.security/host/montgomery.edu

Resolution chain

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

IPPrefixASNOperatorCountry
13.248.251.613.248.240.0/20AS16509AMAZON-02 - Amazon.com, Inc.CA
35.168.115.3335.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
99.83.132.15399.83.128.0/20AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
Organization
montgomery community college
Contact emails

Subdomains

47 observed subdomains of montgomery.edu.

Web-graph footprint

Distinct hostnames that link to or from montgomery.edu in the public web crawl.

200 sites link to this hostname.

173 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for montgomery.edu.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.regroup.com
SPF_INCLUDEspf.cfi.org
SPF_INCLUDEspf.constantcontact.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP152.27.52.0/24

Related pages

Pivot deeper into the graph from montgomery.edu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "montgomery.edu"})-[: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.