Hostname
sedam64.com
Last fetched
sedam64.com resolves to 1 IPv4 address operated by OVH - OVH SAS in FR. WHOIS lists iana:1519 as the registrar.
Nutrition Label
Resolution chain
sedam64.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 5.135.151.36 | 5.135.0.0/16 | AS16276 | OVH - OVH SAS | FR |
WHOIS identity
- Registrar
- iana:1519
- Organization
- alain sanchette
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from sedam64.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for sedam64.com.
| Mechanism | Target |
|---|---|
| SPF_A | sedam64.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 164.132.42.85 |
| SPF_IP | 178.170.41.34 |
| SPF_IP | 195.154.18.96/27 |
| SPF_IP | 212.129.25.229 |
| SPF_IP | 46.105.109.195 |
| SPF_IP | 51.158.86.32/27 |
| SPF_IP | 54.36.246.160 |
| SPF_IP | 54.37.31.72 |
| SPF_MX | sedam64.com |
Related pages
Pivot deeper into the graph from sedam64.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sedam64.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.