Hostname
i-d-s.com
Last fetched
i-d-s.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
i-d-s.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:48
- Organization
- burnbank dataconnect
- Contact emails
Subdomains
12 observed subdomains of i-d-s.com.
Web-graph footprint
Distinct hostnames that link to or from i-d-s.com in the public web crawl.
21 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for i-d-s.com.
| Mechanism | Target |
|---|---|
| SPF_A | fw1.wessexnetworks.com |
| SPF_A | i-d-s.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | em4938.i-d-s.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.uk.exclaimer.net |
| SPF_IP | 109.170.229.115 |
| SPF_IP | 109.74.250.90 |
| SPF_IP | 213.212.107.235 |
| SPF_IP | 77.44.49.70 |
| SPF_IP | 85.115.56.190/32 |
| SPF_IP | 85.115.62.190/32 |
| SPF_MX | i-d-s.com |
Related pages
Pivot deeper into the graph from i-d-s.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "i-d-s.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.