Hostname
ftwebsite.fil-tec.com
Last fetched
ftwebsite.fil-tec.com resolves to 1 IPv4 address operated by AS-26496-GO-DADDY-COM-LLC - GoDaddy.com, LLC in US.
Nutrition Label
Resolution chain
ftwebsite.fil-tec.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 |
|---|---|---|---|---|
| 50.62.35.209 | 50.62.34.0/23 | AS26496 | AS-26496-GO-DADDY-COM-LLC - GoDaddy.com, LLC | US |
WHOIS identity
No WHOIS records are currently associated with ftwebsite.fil-tec.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for ftwebsite.fil-tec.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 44217935.spf01.hubspotemail.net |
| SPF_INCLUDE | spf-0.secureserver.net |
| SPF_INCLUDE | spf-us.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.appriver.com |
| SPF_INCLUDE | spf2.appriver.com |
| SPF_IP | 139.60.209.90 |
| SPF_IP | 208.209.197.18 |
| SPF_IP | 208.93.198.165 |
| SPF_IP | 24.129.179.2 |
| SPF_IP | 50.144.101.154 |
| SPF_IP | 50.62.35.209 |
| SPF_IP | 63.40.26.228 |
| SPF_IP | 63.40.26.229 |
| SPF_IP | 63.40.26.230 |
| SPF_IP | 63.40.26.237 |
| SPF_IP | 67.48.204.194 |
| SPF_MX | ftwebsite.fil-tec.com |
Related pages
Pivot deeper into the graph from ftwebsite.fil-tec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ftwebsite.fil-tec.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.