Hostname
border2.faberlic.com
Last fetched
border2.faberlic.com resolves to 1 IPv4 address operated by MASTERTEL-AS Moscow, Russia in RU.
Nutrition Label
Resolution chain
border2.faberlic.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 |
|---|---|---|---|---|
| 83.69.196.180 | 83.69.192.0/19 | AS29226 | MASTERTEL-AS Moscow, Russia | RU |
WHOIS identity
No WHOIS records are currently associated with border2.faberlic.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for border2.faberlic.com.
| Mechanism | Target |
|---|---|
| SPF_A | border2.faberlic.com |
| SPF_IP | 213.247.192.244 |
| SPF_IP | 213.247.192.246 |
| SPF_IP | 213.247.192.248 |
| SPF_IP | 83.69.196.178 |
| SPF_IP | 83.69.196.180 |
| SPF_IP | 83.69.196.181 |
| SPF_IP | 83.69.196.182 |
Related pages
Pivot deeper into the graph from border2.faberlic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "border2.faberlic.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.