Hostname
sgdb91.com
Last fetched
sgdb91.com resolves to 1 IPv4 address operated by DEVCLIC-AS in FR. WHOIS lists iana:14 as the registrar.
Nutrition Label
Resolution chain
sgdb91.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 |
|---|---|---|---|---|
| 185.13.65.2 | 185.13.64.0/22 | AS44141 | DEVCLIC-AS | FR |
WHOIS identity
- Registrar
- iana:14
- Organization
- commune de sainte-genevieve-des-bois
- Contact emails
Subdomains
2 observed subdomains of sgdb91.com.
| Subdomain |
|---|
| billetterie.sgdb91.com |
| www.sgdb91.com |
Web-graph footprint
Distinct hostnames that link to or from sgdb91.com in the public web crawl.
169 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for sgdb91.com.
| Mechanism | Target |
|---|---|
| SPF_A | spf-senders.oceamail.com |
| SPF_INCLUDE | _spf.mysmtp.fr |
| SPF_INCLUDE | agom.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.32.80.61 |
Related pages
Pivot deeper into the graph from sgdb91.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sgdb91.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.