Hostname
easindustry.ch
Last fetched
easindustry.ch resolves to 2 IPv4 addresses operated by GENESYS-AS - genesys informatica srl in IT.
Nutrition Label
Resolution chain
easindustry.ch resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 151.11.48.42 | 151.11.48.0/22 | AS24994 | GENESYS-AS - genesys informatica srl | IT |
| 63.141.128.8 | 63.141.128.0/24 | AS399566 | BIGCOMMERCE - Bigcommerce Inc. | US |
WHOIS identity
No WHOIS records are currently associated with easindustry.ch in WhisperGraph.
Subdomains
3 observed subdomains of easindustry.ch.
Web-graph footprint
Distinct hostnames that link to or from easindustry.ch in the public web crawl.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for easindustry.ch.
| Mechanism | Target |
|---|---|
| SPF_A | easindustry.ch |
| SPF_INCLUDE | _spf.bigcommerce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 151.11.50.175 |
| SPF_IP | 78.134.35.78 |
| SPF_MX | easindustry.ch |
Related pages
Pivot deeper into the graph from easindustry.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "easindustry.ch"})-[: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.