Hostname
ftepic.com
Last fetched
ftepic.com resolves to 2 IPv4 addresses operated by HETZNER-AS in DE.
Nutrition Label
Resolution chain
ftepic.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 |
|---|---|---|---|---|
| 157.90.137.139 | 157.90.0.0/16 | AS24940 | HETZNER-AS | DE |
| 31.214.250.84 | 31.214.250.0/24 | AS60976 | POL | IR |
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 ftepic.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- ftepic.com
- mail.ftepic.com
SPF policy
5 SPF mechanisms authorising senders for ftepic.com.
| Mechanism | Target |
|---|---|
| SPF_A | ftepic.com |
| SPF_IP | 157.90.137.139 |
| SPF_IP | 31.214.250.84 |
| SPF_IP | 87.236.209.220 |
| SPF_MX | ftepic.com |
Related pages
Pivot deeper into the graph from ftepic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ftepic.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.