Hostname
scanitex.com
Last fetched
scanitex.com resolves to 2 IPv4 addresses operated by AS12876 in FR. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
scanitex.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 |
|---|---|---|---|---|
| 51.158.63.13 | 51.158.0.0/15 | AS12876 | — | FR |
| 65.108.106.235 | 65.108.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- iana:625
- Organization
- david key
- Contact emails
Subdomains
4 observed subdomains of scanitex.com.
Web-graph footprint
Distinct hostnames that link to or from scanitex.com in the public web crawl.
107 sites link to this hostname.
102 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 scanitex.com.
| Mechanism | Target |
|---|---|
| SPF_A | scanitex.com |
| SPF_INCLUDE | spf.smtp.bz |
| SPF_MX | scanitex.com |
Related pages
Pivot deeper into the graph from scanitex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "scanitex.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.