Hostname
3form.eu
Last fetched
3form.eu resolves to 1 IPv4 address operated by TONAQUINT-DC - ValorC3 Data Centers in US.
Nutrition Label
Resolution chain
3form.eu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 199.21.206.45 | 199.21.200.0/21 | AS46309 | TONAQUINT-DC - ValorC3 Data Centers | US |
WHOIS identity
No WHOIS records are currently associated with 3form.eu in WhisperGraph.
Subdomains
1 observed subdomain of 3form.eu.
| Subdomain |
|---|
| www.3form.eu |
Web-graph footprint
Distinct hostnames that link to or from 3form.eu in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for 3form.eu.
| Mechanism | Target |
|---|---|
| SPF_A | 3form.eu |
| SPF_INCLUDE | _netblocks.mimecast.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | 3form.eu |
| SPF_MX | hdns01.hde.nl |
Related pages
Pivot deeper into the graph from 3form.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "3form.eu"})-[: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.