Hostname
atexor.com
Last fetched
atexor.com resolves to 2 IPv4 addresses operated by SECLAN in FI. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
atexor.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 |
|---|---|---|---|---|
| 81.19.116.171 | 81.19.112.0/20 | AS39242 | SECLAN | FI |
| 81.19.116.172 | 81.19.112.0/20 | AS39242 | SECLAN | FI |
WHOIS identity
- Registrar
- iana:48
- Organization
- louhi net oy
- Contact emails
Subdomains
5 observed subdomains of atexor.com.
Web-graph footprint
Distinct hostnames that link to or from atexor.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for atexor.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 192.89.123.25/32 |
| SPF_IP | 194.252.60.170 |
| SPF_IP | 195.156.147.15/32 |
| SPF_IP | 212.149.138.238 |
| SPF_MX | mail.inet.fi |
| SPF_MX | smtp.tele.fi |
Related pages
Pivot deeper into the graph from atexor.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "atexor.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.