Hostname
sdc-jani.com
Last fetched
sdc-jani.com resolves to 1 IPv4 address operated by ESECUREDATA - eSecureData in CA. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
sdc-jani.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 |
|---|---|---|---|---|
| 162.221.207.83 | 162.221.207.0/24 | AS11831 | ESECUREDATA - eSecureData | CA |
WHOIS identity
- Registrar
- iana:1479
- Organization
- domain administrator
- Contact emails
Subdomains
2 observed subdomains of sdc-jani.com.
| Subdomain |
|---|
| mail.sdc-jani.com |
| www.sdc-jani.com |
Threat posture
History
Mail and authentication
MX records
- sdc-jani.com
SPF policy
7 SPF mechanisms authorising senders for sdc-jani.com.
| Mechanism | Target |
|---|---|
| SPF_A | sdc-jani.com |
| SPF_INCLUDE | spf-c.mailbaby.net |
| SPF_IP | 162.221.207.83 |
| SPF_IP | 185.224.214.174 |
| SPF_IP | 194.34.247.174 |
| SPF_IP | 71.19.254.13 |
| SPF_MX | sdc-jani.com |
Related pages
Pivot deeper into the graph from sdc-jani.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sdc-jani.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.