Hostname
btechservice.it
Last fetched
btechservice.it resolves to 1 IPv4 address operated by AS24994 in IT. WHOIS lists registrar:server plan s.r.l. as the registrar.
Nutrition Label
Resolution chain
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
- Registrar
- registrar:server plan s.r.l.
- Organization
- borin
- Contact emails
- —
Subdomains
6 observed subdomains of btechservice.it.
Web-graph footprint
Distinct hostnames that link to or from btechservice.it in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for 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 btechservice.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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.