Hostname
accs.edu
Last fetched
accs.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
accs.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
No WHOIS records are currently associated with accs.edu in WhisperGraph.
Subdomains
39 observed subdomains of accs.edu.
Showing 24 of 39. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from accs.edu in the public web crawl.
409 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for accs.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf.vivantio.com |
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | spf.elluciancloud.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 129.66.12.194 |
| SPF_IP | 198.187.196.0/24 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 198.187.196.130/32 |
| SPF_IP | 208.69.148.3 |
| SPF_IP | 209.222.82.35 |
Related pages
Pivot deeper into the graph from accs.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "accs.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.