Hostname
manhattan.edu
Last fetched
manhattan.edu resolves to 1 IPv4 address operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.
Nutrition Label
Resolution chain
manhattan.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 35.190.9.28 | 35.190.0.0/16 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- manhattan college
- Contact emails
- —
Subdomains
369 observed subdomains of manhattan.edu.
Showing 25 of 369. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from manhattan.edu in the public web crawl.
811 sites link to this hostname.
468 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
28 SPF mechanisms authorising senders for manhattan.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.google.com |
| SPF_INCLUDE | _netblocks2.google.com |
| SPF_INCLUDE | _netblocks3.google.com |
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | hobsonsmail.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.61.0.0/20 |
| SPF_IP | 149.61.101.0/24 |
| SPF_IP | 149.61.106.50/32 |
| SPF_IP | 149.61.112.164/32 |
| SPF_IP | 149.61.118.136/32 |
| SPF_IP | 149.61.120.28/32 |
| SPF_IP | 149.61.16.11/32 |
| SPF_IP | 149.61.56.133/32 |
| SPF_IP | 149.61.63.0/24 |
| SPF_IP | 149.61.76.13/32 |
| SPF_IP | 149.61.76.5/32 |
| SPF_IP | 149.61.8.182/32 |
| SPF_IP | 149.61.89.12/32 |
| SPF_IP | 149.61.92.27/32 |
| SPF_IP | 149.72.0.0/16 |
| SPF_IP | 168.245.0.0/17 |
| SPF_IP | 34.200.150.1 |
| SPF_IP | 35.236.239.223/32 |
| SPF_IP | 38.106.32.0/24 |
| SPF_IP | 74.122.104.0/22 |
Related pages
Pivot deeper into the graph from manhattan.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "manhattan.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.