Hostname
amfie.org
Last fetched
amfie.org resolves to 1 IPv4 address operated by AS34683 in LU. WHOIS lists iana:1052 as the registrar.
Nutrition Label
Resolution chain
amfie.org 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 |
|---|---|---|---|---|
| 212.24.208.32 | 212.24.192.0/19 | AS34683 | — | LU |
WHOIS identity
- Registrar
- iana:1052
- Organization
- amfie
- Contact emails
Subdomains
5 observed subdomains of amfie.org.
Web-graph footprint
Distinct hostnames that link to or from amfie.org in the public web crawl.
11 sites link to this hostname.
25 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for amfie.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.rcloud.eu |
| SPF_IP | 193.91.34.231 |
| SPF_IP | 2.56.104.28 |
| SPF_IP | 212.24.208.7 |
| SPF_IP | 83.217.153.158 |
Related pages
Pivot deeper into the graph from amfie.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amfie.org"})-[: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.