Hostname
dev.2larc.com
Last fetched
dev.2larc.com resolves to 2 IPv4 addresses operated by FORTINET - Fortinet Inc. in CA.
Nutrition Label
Resolution chain
dev.2larc.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
| 77.72.2.122 | 77.72.0.0/21 | AS12488 | KRYSTAL - Krystal Hosting Ltd | GB |
WHOIS identity
No WHOIS records are currently associated with dev.2larc.com in WhisperGraph.
Subdomains
1 observed subdomain of dev.2larc.com.
| Subdomain |
|---|
| www.dev.2larc.com |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for dev.2larc.com.
| Mechanism | Target |
|---|---|
| SPF_A | dev.2larc.com |
| SPF_INCLUDE | relay.k.io |
| SPF_IP | 77.72.1.53 |
| SPF_IP | 77.72.2.122 |
| SPF_MX | dev.2larc.com |
Related pages
Pivot deeper into the graph from dev.2larc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.2larc.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.