Hostname
standard216.com
Last fetched
standard216.com resolves to 1 IPv4 address operated by AS31178 in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
standard216.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.128.72.24 | 95.128.72.0/24 | AS31178 | — | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- standard 216 - histo bus grenoblois
- Contact emails
Subdomains
1 observed subdomain of standard216.com.
| Subdomain |
|---|
| www.standard216.com |
Web-graph footprint
Distinct hostnames that link to or from standard216.com in the public web crawl.
38 sites link to this hostname.
81 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for standard216.com.
| Mechanism | Target |
|---|---|
| SPF_A | standard216.com |
| SPF_IP | 193.25.197.0/24 |
| SPF_MX | standard216.com |
Related pages
Pivot deeper into the graph from standard216.com.
- IP · 95.128.72.24
- ASN · AS31178
- Registrar · iana:81
- Country · FR
- Email · 150d0179385043ccd2aa18b23dfa4aa5-788706@contact.gandi.net
- TLD · .com
- Browse hostnames · st…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "standard216.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.