Hostname
mail.langcom.am
Last fetched
mail.langcom.am resolves to 2 IPv4 addresses operated by AS41000 in GB.
Nutrition Label
Resolution chain
mail.langcom.am 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 |
|---|---|---|---|---|
| 194.110.243.163 | 194.110.243.0/24 | AS41000 | — | GB |
| 2.56.204.6 | 2.56.204.0/24 | AS216058 | — | AM |
WHOIS identity
No WHOIS records are currently associated with mail.langcom.am in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for mail.langcom.am.
| Mechanism | Target |
|---|---|
| SPF_A | mail.langcom.am |
| SPF_INCLUDE | fi.net.uk |
| SPF_INCLUDE | spf.hosting04.layerip.com |
| SPF_IP | 194.110.243.163 |
| SPF_IP | 194.110.243.37 |
| SPF_IP | 2.56.204.6 |
| SPF_IP | 37.61.232.130/32 |
| SPF_IP | 37.61.232.233 |
| SPF_MX | mail.langcom.am |
Related pages
Pivot deeper into the graph from mail.langcom.am.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.langcom.am"})-[: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.