Hostname
api.sds.fr
Last fetched
api.sds.fr resolves to 2 IPv4 addresses operated by AS15557 in FR.
Nutrition Label
Resolution chain
api.sds.fr resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 37.71.76.244 | 37.64.0.0/13 | AS15557 | — | FR |
| 90.83.49.1 | 90.83.0.0/16 | AS3215 | — | FR |
WHOIS identity
No WHOIS records are currently associated with api.sds.fr in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for api.sds.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.190.137.97 |
| SPF_IP | 146.59.230.184 |
| SPF_IP | 37.71.76.244 |
| SPF_IP | 37.71.76.245 |
| SPF_IP | 37.71.76.246 |
| SPF_IP | 51.68.122.119 |
| SPF_IP | 90.83.49.1 |
| SPF_IP | 90.83.49.5 |
Related pages
Pivot deeper into the graph from api.sds.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.sds.fr"})-[: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.