Hostname
fdtc.edu
Last fetched
fdtc.edu resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
fdtc.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 |
|---|---|---|---|---|
| 13.248.161.153 | 13.248.192.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.33.150.235 | 3.33.144.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- florence - darlington technical college
- Contact emails
- —
Subdomains
26 observed subdomains of fdtc.edu.
Showing 25 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fdtc.edu in the public web crawl.
250 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for fdtc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.e2ma.net |
| SPF_INCLUDE | _spf.fdtc.edu |
| SPF_INCLUDE | _spfrg.fdtc.edu |
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from fdtc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fdtc.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.