Hostname
spf-technical.com
Last fetched
spf-technical.com resolves to 9 IPv4 addresses operated by AS16276 in FR. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
spf-technical.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 137.74.202.141 | 137.74.0.0/16 | AS16276 | — | FR |
| 137.74.242.33 | 137.74.0.0/16 | AS16276 | — | FR |
| 149.202.82.124 | 149.202.0.0/16 | AS16276 | — | FR |
| 164.132.168.61 | 164.132.0.0/16 | AS16276 | — | FR |
| 3.65.154.221 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.66.45.160 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.77.182.18 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.223.78.194 | 54.223.64.0/18 | AS55960 | — | CN |
| 54.223.78.194 | 54.223.64.0/18 | AS55960 | — | CN |
| 91.134.151.130 | 91.134.0.0/16 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:48
- Organization
- julien stephan
- Contact emails
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for spf-technical.com.
| Mechanism | Target |
|---|---|
| SPF_A | spf-technical.com |
| SPF_MX | spf-technical.com |
Related pages
Pivot deeper into the graph from spf-technical.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spf-technical.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.