Hostname
caselfungo.com
Last fetched
caselfungo.com resolves to 2 IPv4 addresses operated by AS16276 in IT. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
caselfungo.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 5.196.190.231 | 5.196.0.0/16 | AS16276 | — | IT |
| 5.196.35.23 | 5.196.0.0/16 | AS16276 | — | IT |
WHOIS identity
- Registrar
- iana:433
- Organization
- caselfungo
- Contact emails
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for caselfungo.com.
| Mechanism | Target |
|---|---|
| SPF_A | caselfungo.com |
| SPF_IP | 37.59.227.200/30 |
| SPF_IP | 5.196.190.228/30 |
| SPF_IP | 92.222.213.80/30 |
| SPF_IP | 92.222.225.44/30 |
Related pages
Pivot deeper into the graph from caselfungo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "caselfungo.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.