Hostname
flcc.edu
Last fetched
flcc.edu resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
flcc.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.197.95.226 | 15.197.80.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 75.2.122.151 | 75.2.112.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- finger lakes community college
- Contact emails
- —
Subdomains
668 observed subdomains of flcc.edu.
Showing 25 of 668. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from flcc.edu in the public web crawl.
342 sites link to this hostname.
261 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for flcc.edu.
| Mechanism | Target |
|---|---|
| SPF_A | flcc.edu |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | sfsolutionsmail.com |
| SPF_INCLUDE | spf-na.exlibrisgroup.com |
| SPF_INCLUDE | spf.finalsiteconnect.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 192.156.234.146 |
| SPF_IP | 192.156.234.147 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 206.107.42.249/32 |
| SPF_IP | 206.107.42.254/32 |
| SPF_MX | flcc.edu |
Related pages
Pivot deeper into the graph from flcc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flcc.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.