Hostname
manfield.at
Last fetched
manfield.at resolves to 1 IPv4 address operated by AS35470 in NL.
Nutrition Label
Resolution chain
manfield.at 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 |
|---|---|---|---|---|
| 83.96.201.232 | 83.96.200.0/22 | AS35470 | — | NL |
WHOIS identity
No WHOIS records are currently associated with manfield.at in WhisperGraph.
Subdomains
1 observed subdomain of manfield.at.
| Subdomain |
|---|
| www.manfield.at |
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for manfield.at.
| Mechanism | Target |
|---|---|
| SPF_A | manfield.at |
| SPF_INCLUDE | _senderspf.copernica.com |
| SPF_INCLUDE | _spf.zdsys.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.afas.online |
| SPF_IP | 141.138.200.87 |
| SPF_IP | 188.66.20.60 |
| SPF_IP | 83.96.243.130 |
| SPF_IP | 93.117.248.202 |
| SPF_MX | manfield.at |
Related pages
Pivot deeper into the graph from manfield.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "manfield.at"})-[: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.