Hostname
faremine.com
Last fetched
faremine.com resolves to 1 IPv4 address operated by UKFAST in GB.
Nutrition Label
Resolution chain
faremine.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 |
|---|---|---|---|---|
| 185.220.62.86 | 185.220.60.0/22 | AS61323 | UKFAST | GB |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from faremine.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for faremine.com.
| Mechanism | Target |
|---|---|
| SPF_A | sgcommg01.sabre.com |
| SPF_A | sgcommg02.sabre.com |
| SPF_A | sgcommg03.sabre.com |
| SPF_A | sgcommg04.sabre.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.billian.co.uk |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 167.89.5.8/32 |
| SPF_IP | 185.120.205.242 |
| SPF_IP | 212.21.99.193/27 |
| SPF_IP | 31.193.11.160/28 |
| SPF_IP | 31.28.89.227/26 |
| SPF_IP | 84.45.88.64/26 |
| SPF_IP | 94.126.41.97 |
| SPF_MX | faremine.com |
Related pages
Pivot deeper into the graph from faremine.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "faremine.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.