Hostname
fpsoftware.io
Last fetched
fpsoftware.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
fpsoftware.io resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.222.201.11 | 52.222.200.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.201.28 | 52.222.200.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.201.34 | 52.222.200.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.201.5 | 52.222.200.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 65.9.95.56 | 65.9.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 65.9.95.57 | 65.9.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 65.9.95.64 | 65.9.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 65.9.95.97 | 65.9.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
WHOIS identity
- Registrar
- iana:625
- Organization
- future-proof software
- Contact emails
- —
Subdomains
15 observed subdomains of fpsoftware.io.
Web-graph footprint
Distinct hostnames that link to or from fpsoftware.io in the public web crawl.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for fpsoftware.io.
| Mechanism | Target |
|---|---|
| SPF_A | mail.fpsoftware.io |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_MX | fpsoftware.io |
Related pages
Pivot deeper into the graph from fpsoftware.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fpsoftware.io"})-[: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.