Hostname
faraday.in.ua
Last fetched
faraday.in.ua resolves to 2 IPv4 addresses operated by HETZNER-AS - Hetzner Online GmbH in FI.
Nutrition Label
Resolution chain
faraday.in.ua 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 |
|---|---|---|---|---|
| 37.27.107.215 | 37.27.0.0/16 | AS24940 | HETZNER-AS - Hetzner Online GmbH | FI |
| 37.27.107.236 | 37.27.0.0/16 | AS24940 | HETZNER-AS - Hetzner Online GmbH | FI |
WHOIS identity
No WHOIS records are currently associated with faraday.in.ua in WhisperGraph.
Subdomains
2 observed subdomains of faraday.in.ua.
| Subdomain |
|---|
| mail.faraday.in.ua |
| www.faraday.in.ua |
Web-graph footprint
Distinct hostnames that link to or from faraday.in.ua in the public web crawl.
5 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for faraday.in.ua.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.ukraine.com.ua |
| SPF_INCLUDE | mxsspf.sendpulse.com |
| SPF_IP | 2a01:4f9:3070:1e51:0:0:0:2 |
| SPF_IP | 37.27.107.215 |
| SPF_IP | 37.27.107.235 |
| SPF_IP | 37.27.107.236 |
Related pages
Pivot deeper into the graph from faraday.in.ua.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "faraday.in.ua"})-[: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.