Hostname
aptec.pt
Last fetched
aptec.pt resolves to 2 IPv4 addresses operated by IXARIS-MT-AS in DE.
Nutrition Label
Resolution chain
aptec.pt 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 |
|---|---|---|---|---|
| 144.91.104.170 | 144.91.104.0/23 | AS51167 | IXARIS-MT-AS | DE |
| 176.61.149.30 | 176.61.144.0/21 | AS33876 | RDS-AS | PT |
WHOIS identity
- Registrar
- —
- Organization
- associação portuguesa dos técnicos de cardiopneumologia - aptec
- Contact emails
Subdomains
13 observed subdomains of aptec.pt.
Web-graph footprint
Distinct hostnames that link to or from aptec.pt in the public web crawl.
12 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- aptec.pt
SPF policy
13 SPF mechanisms authorising senders for aptec.pt.
| Mechanism | Target |
|---|---|
| SPF_A | aptec.pt |
| SPF_A | server16.seu-dominio.net |
| SPF_INCLUDE | server16.seu-dominio.net |
| SPF_IP | 144.91.104.133 |
| SPF_IP | 144.91.104.170 |
| SPF_IP | 158.220.89.14 |
| SPF_IP | 158.220.93.175 |
| SPF_IP | 167.86.102.243 |
| SPF_IP | 173.249.6.172 |
| SPF_IP | 176.61.149.30 |
| SPF_IP | 31.220.80.221 |
| SPF_IP | 38.242.206.190 |
| SPF_MX | aptec.pt |
Related pages
Pivot deeper into the graph from aptec.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aptec.pt"})-[: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.