Hostname
www.intetics.com
Last fetched
www.intetics.com resolves to 1 IPv4 address operated by UNIFIEDLAYER-AS-1 - Unified Layer in US.
Nutrition Label
Resolution chain
www.intetics.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 |
|---|---|---|---|---|
| 50.87.185.106 | 50.87.0.0/16 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
WHOIS identity
No WHOIS records are currently associated with www.intetics.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for www.intetics.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.196.169.167 |
| SPF_IP | 142.132.213.107 |
| SPF_IP | 142.132.213.109 |
| SPF_IP | 176.118.48.254 |
| SPF_IP | 185.181.207.192/27 |
| SPF_IP | 185.232.116.166 |
| SPF_IP | 194.44.192.92 |
| SPF_IP | 31.128.68.133 |
| SPF_IP | 46.164.129.186 |
| SPF_IP | 77.94.47.233 |
| SPF_IP | 80.92.229.157 |
| SPF_IP | 86.57.158.50 |
| SPF_IP | 94.130.90.75 |
Related pages
Pivot deeper into the graph from www.intetics.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.intetics.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.