Hostname
fs-ifa.com
Last fetched
fs-ifa.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1515 as the registrar.
Nutrition Label
Resolution chain
fs-ifa.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:1515
- Organization
- domains by proxy,
- Contact emails
Subdomains
3 observed subdomains of fs-ifa.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for fs-ifa.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.3.196.0/24 |
| SPF_IP | 103.3.197.47/32 |
| SPF_IP | 103.3.199.47/32 |
| SPF_IP | 18.130.73.102 |
| SPF_IP | 203.192.70.2/32 |
| SPF_IP | 203.32.185.0/24 |
| SPF_IP | 217.33.55.2 |
| SPF_IP | 217.38.4.42 |
| SPF_IP | 3.11.195.69 |
| SPF_IP | 51.148.170.128 |
| SPF_IP | 52.56.251.40 |
| SPF_IP | 82.68.219.134 |
| SPF_IP | 82.71.157.129 |
| SPF_IP | 82.71.157.131 |
| SPF_IP | 82.71.157.132 |
| SPF_IP | 82.71.157.133 |
Related pages
Pivot deeper into the graph from fs-ifa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fs-ifa.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.