Hostname
service.bluelayerit.com
Last fetched
service.bluelayerit.com resolves to 1 IPv4 address operated by ZC38-AS1 - zColo in US.
Nutrition Label
Resolution chain
service.bluelayerit.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 |
|---|---|---|---|---|
| 108.166.186.164 | 108.166.160.0/19 | AS13354 | ZC38-AS1 - zColo | US |
WHOIS identity
No WHOIS records are currently associated with service.bluelayerit.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for service.bluelayerit.com.
| Mechanism | Target |
|---|---|
| SPF_A | service.bluelayerit.com |
| SPF_IP | 108.166.186.145 |
| SPF_IP | 108.166.186.186 |
| SPF_IP | 209.105.226.92 |
| SPF_IP | 216.167.141.194 |
| SPF_IP | 65.182.70.141 |
| SPF_IP | 74.124.30.50 |
| SPF_MX | service.bluelayerit.com |
Related pages
Pivot deeper into the graph from service.bluelayerit.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "service.bluelayerit.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.