Hostname
all4sites.com
Last fetched
all4sites.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
all4sites.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
- Registrar
- iana:269
- Organization
- w.f. van wijngaarden
- Contact emails
Subdomains
3 observed subdomains of all4sites.com.
Web-graph footprint
Distinct hostnames that link to or from all4sites.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for all4sites.com.
| Mechanism | Target |
|---|---|
| SPF_A | all4sites.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_INCLUDE | ziggo.nl |
| SPF_IP | 81.26.214.0/24 |
| SPF_IP | 81.93.56.64/27 |
| SPF_IP | 94.126.66.155/27 |
| SPF_IP | 94.126.67.55/27 |
Related pages
Pivot deeper into the graph from all4sites.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "all4sites.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.