Hostname
maldiveb2b.it
Last fetched
maldiveb2b.it resolves to 2 IPv4 addresses operated by AS41849 in IT.
Nutrition Label
Resolution chain
maldiveb2b.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 |
|---|---|---|---|---|
| 5.252.45.186 | 5.252.44.0/23 | AS41849 | — | IT |
| 5.252.45.187 | 5.252.44.0/23 | AS41849 | — | IT |
WHOIS identity
No WHOIS records are currently associated with maldiveb2b.it in WhisperGraph.
Subdomains
1 observed subdomain of maldiveb2b.it.
| Subdomain |
|---|
| www.maldiveb2b.it |
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for maldiveb2b.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.webapps.net |
| SPF_IP | 2a09:4340::/48 |
| SPF_IP | 5.252.44.0/23 |
Related pages
Pivot deeper into the graph from maldiveb2b.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "maldiveb2b.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.