Hostname
acca-evaluation.com
Last fetched
acca-evaluation.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
acca-evaluation.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
Subdomains
14 observed subdomains of acca-evaluation.com.
Showing 10 of 14. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from acca-evaluation.com in the public web crawl.
31 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for acca-evaluation.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 144563948.spf05.hubspotemail.net |
| SPF_INCLUDE | spf.brevo.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 15.188.183.140 |
| SPF_IP | 15.237.152.182 |
| SPF_IP | 35.181.3.248 |
Related pages
Pivot deeper into the graph from acca-evaluation.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "acca-evaluation.com"})-[: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.