Hostname
absortech.com
Last fetched
absortech.com resolves to 1 IPv4 address operated by ASKAA Uplinks in SE. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
absortech.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 |
|---|---|---|---|---|
| 91.201.60.52 | 91.201.60.0/22 | AS44136 | ASKAA Uplinks | SE |
WHOIS identity
- Registrar
- iana:106
- Organization
- domain name department
- Contact emails
Subdomains
7 observed subdomains of absortech.com.
Web-graph footprint
Distinct hostnames that link to or from absortech.com in the public web crawl.
74 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for absortech.com.
| Mechanism | Target |
|---|---|
| SPF_A | exchange.ports.net |
| SPF_A | smtp03.webadmin1.net |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.emarketeer.com |
| SPF_IP | 193.14.90.148 |
| SPF_IP | 193.14.90.150 |
| SPF_IP | 52.16.121.75/32 |
| SPF_IP | 54.194.225.125/32 |
| SPF_IP | 54.76.194.55/32 |
| SPF_IP | 54.76.215.95/32 |
Related pages
Pivot deeper into the graph from absortech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "absortech.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.