Hostname
asi67.com
Last fetched
asi67.com resolves to 2 IPv4 addresses operated by AS212238 in FR. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
asi67.com 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 |
|---|---|---|---|---|
| 79.127.134.129 | 79.127.202.0/24 | AS212238 | — | FR |
| 79.127.216.111 | 79.132.16.0/24 | AS60068 | — | DE |
WHOIS identity
- Registrar
- iana:433
- Organization
- noms de domaine service
- Contact emails
Subdomains
6 observed subdomains of asi67.com.
Web-graph footprint
Distinct hostnames that link to or from asi67.com in the public web crawl.
6 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for asi67.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.powimo.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 145.239.70.189 |
| SPF_IP | 158.69.63.213 |
| SPF_IP | 37.71.144.116/30 |
| SPF_IP | 37.71.144.160/28 |
| SPF_IP | 5.135.137.132 |
| SPF_IP | 51.38.37.60 |
| SPF_MX | asi67.com |
Related pages
Pivot deeper into the graph from asi67.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "asi67.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.