Hostname
b31.it
Last fetched
b31.it resolves to 2 IPv4 addresses operated by AS47583 in DE.
Nutrition Label
Resolution chain
b31.it 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 |
|---|---|---|---|---|
| 145.223.97.7 | 145.223.96.0/21 | AS47583 | — | DE |
| 212.222.152.182 | 212.222.0.0/16 | AS3257 | — | DE |
WHOIS identity
No WHOIS records are currently associated with b31.it in WhisperGraph.
Subdomains
2 observed subdomains of b31.it.
| Subdomain |
|---|
| mail.b31.it |
| www.b31.it |
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for b31.it.
| Mechanism | Target |
|---|---|
| SPF_A | amon.italhosting.it |
| SPF_A | b31.it |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 89.202.239.175 |
| SPF_MX | b31.it |
Related pages
Pivot deeper into the graph from b31.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b31.it"})-[: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.