Hostname
maxiflex.pt
Last fetched
maxiflex.pt resolves to 2 IPv4 addresses operated by AS24768 in PT.
Nutrition Label
Resolution chain
maxiflex.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 |
|---|---|---|---|---|
| 130.185.83.236 | 130.185.83.0/24 | AS24768 | — | PT |
| 94.46.173.56 | 94.46.160.0/20 | AS24768 | — | PT |
WHOIS identity
- Registrar
- —
- Organization
- linkage - publicidade e comunicacao lda
- Contact emails
Subdomains
10 observed subdomains of maxiflex.pt.
Web-graph footprint
Distinct hostnames that link to or from maxiflex.pt in the public web crawl.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for maxiflex.pt.
| Mechanism | Target |
|---|---|
| SPF_A | maxiflex.pt |
| SPF_INCLUDE | _spf.kmitd.com |
| SPF_IP | 130.185.83.236 |
| SPF_IP | 94.46.168.215/32 |
| SPF_IP | 94.46.171.111/32 |
| SPF_IP | 94.46.180.81 |
| SPF_MX | maxiflex.pt |
Related pages
Pivot deeper into the graph from maxiflex.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "maxiflex.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.