Hostname
2design.co.il
Last fetched
2design.co.il resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
2design.co.il 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 |
|---|---|---|---|---|
| 78.46.32.66 | 78.46.0.0/15 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with 2design.co.il in WhisperGraph.
Subdomains
9 observed subdomains of 2design.co.il.
Web-graph footprint
Distinct hostnames that link to or from 2design.co.il in the public web crawl.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- 2design.co.il
SPF policy
12 SPF mechanisms authorising senders for 2design.co.il.
| Mechanism | Target |
|---|---|
| SPF_A | 2design.co.il |
| SPF_IP | 129.159.135.147 |
| SPF_IP | 129.159.144.118 |
| SPF_IP | 31.168.11.102 |
| SPF_IP | 31.168.11.105 |
| SPF_IP | 31.168.11.73 |
| SPF_IP | 31.168.11.82 |
| SPF_IP | 31.168.11.85 |
| SPF_IP | 49.12.2.93 |
| SPF_IP | 64.176.168.192 |
| SPF_IP | 78.46.32.66 |
| SPF_MX | 2design.co.il |
Related pages
Pivot deeper into the graph from 2design.co.il.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "2design.co.il"})-[: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.