Hostname
api.2fast4u.be
Last fetched
api.2fast4u.be resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PL.
Nutrition Label
Resolution chain
api.2fast4u.be 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 |
|---|---|---|---|---|
| 13.227.146.32 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 13.227.146.47 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 13.227.146.9 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 13.227.146.94 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 3.163.83.18 | 3.163.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.163.83.32 | 3.163.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.163.83.8 | 3.163.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.163.83.96 | 3.163.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with api.2fast4u.be in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for api.2fast4u.be.
| Mechanism | Target |
|---|---|
| SPF_A | api.2fast4u.be |
| SPF_A | relay.2fast4u.be |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | spf.flexmail.eu |
| SPF_IP | 104.238.81.45 |
| SPF_IP | 212.61.155.164 |
| SPF_IP | 212.61.155.165 |
| SPF_MX | api.2fast4u.be |
Related pages
Pivot deeper into the graph from api.2fast4u.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.2fast4u.be"})-[: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.