Hostname
webmail.btechservice.it
Last fetched
webmail.btechservice.it resolves to 1 IPv4 address operated by AS24994 in IT.
Nutrition Label
Resolution chain
webmail.btechservice.it 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 |
|---|---|---|---|---|
| 185.5.209.180 | 185.5.208.0/23 | AS24994 | — | IT |
WHOIS identity
No WHOIS records are currently associated with webmail.btechservice.it in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for webmail.btechservice.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.5.209.180 |
| SPF_IP | 185.81.0.125 |
| SPF_IP | 37.9.227.140 |
| SPF_IP | 37.9.227.141 |
| SPF_IP | 37.9.227.142 |
| SPF_IP | 37.9.227.143 |
| SPF_IP | 40.76.215.205 |
| SPF_IP | 46.141.5.187 |
| SPF_IP | 46.28.2.187 |
| SPF_IP | 52.29.253.212 |
| SPF_IP | 93.145.5.218 |
| SPF_IP | 94.143.153.83 |
Related pages
Pivot deeper into the graph from webmail.btechservice.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webmail.btechservice.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.