Hostname
in3dustry.com
Last fetched
in3dustry.com resolves to 1 IPv4 address operated by AS49940 in ES. WHOIS lists iana:1052 as the registrar.
Nutrition Label
Resolution chain
in3dustry.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 |
|---|---|---|---|---|
| 95.215.122.182 | 95.215.122.0/24 | AS49940 | — | ES |
WHOIS identity
- Registrar
- iana:1052
- Organization
- fira internacional de barcelona
- Contact emails
Subdomains
1 observed subdomain of in3dustry.com.
| Subdomain |
|---|
| www.in3dustry.com |
Web-graph footprint
Distinct hostnames that link to or from in3dustry.com in the public web crawl.
56 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for in3dustry.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.evicertia.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | inbentaspf.smtp.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.mittum.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.47.206.154/32 |
| SPF_IP | 82.223.209.146/32 |
| SPF_IP | 95.215.120.0/22 |
Related pages
Pivot deeper into the graph from in3dustry.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "in3dustry.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.