Hostname
www.labtechsrl.com
Last fetched
www.labtechsrl.com resolves to 1 IPv4 address operated by AS41497 in IT.
Nutrition Label
Resolution chain
www.labtechsrl.com 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 |
|---|---|---|---|---|
| 212.183.175.122 | 212.183.160.0/20 | AS41497 | — | IT |
WHOIS identity
No WHOIS records are currently associated with www.labtechsrl.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for www.labtechsrl.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 145811518.spf03.hubspotemail.net |
| SPF_INCLUDE | _spf.prod.hydra.sophos.com |
| SPF_INCLUDE | _spf_euwest1.prod.hydra.sophos.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.183.164.48/32 |
| SPF_IP | 212.183.175.205/32 |
Related pages
Pivot deeper into the graph from www.labtechsrl.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.labtechsrl.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.