Hostname
fiteco.com
Last fetched
fiteco.com resolves to 1 IPv4 address operated by OVH in FR. WHOIS lists iana:14 as the registrar.
Nutrition Label
Resolution chain
fiteco.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 |
|---|---|---|---|---|
| 146.59.206.120 | 146.59.0.0/16 | AS16276 | OVH | FR |
WHOIS identity
- Registrar
- iana:14
- Organization
- fiteco
- Contact emails
Subdomains
18 observed subdomains of fiteco.com.
Web-graph footprint
Distinct hostnames that link to or from fiteco.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for fiteco.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp-gw1.silae.fr |
| SPF_INCLUDE | _spf.profils.org |
| SPF_INCLUDE | de._netblocks.mimecast.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_INCLUDE | spf.postal.mycompanyfiles.fr |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.51.227.72 |
| SPF_IP | 195.25.30.223 |
| SPF_IP | 20.107.94.89 |
| SPF_IP | 5.226.2.176/28 |
| SPF_IP | 81.255.212.10 |
| SPF_IP | 81.255.212.11 |
| SPF_IP | 81.80.3.0/24 |
Related pages
Pivot deeper into the graph from fiteco.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fiteco.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.