Hostname
faytechcc.edu
Last fetched
faytechcc.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
faytechcc.edu has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- fayetteville technical community college
- Contact emails
- —
Subdomains
56 observed subdomains of faytechcc.edu.
Showing 25 of 56. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from faytechcc.edu in the public web crawl.
455 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for faytechcc.edu.
| Mechanism | Target |
|---|---|
| SPF_A | faytechcc.edu |
| SPF_INCLUDE | _spf.explore-blue.com |
| SPF_INCLUDE | _spf.mailgun.org |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | verifymyfafsa.com |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 198.187.196.130/32 |
| SPF_IP | 198.85.208.244 |
| SPF_IP | 198.85.208.250 |
| SPF_IP | 216.27.28.20/32 |
| SPF_IP | 216.27.28.59 |
| SPF_IP | 37.216.222.128/28 |
| SPF_IP | 69.196.241.0/24 |
| SPF_MX | faytechcc.edu |
Related pages
Pivot deeper into the graph from faytechcc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "faytechcc.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.