Hostname
noptis.com.pt
Last fetched
noptis.com.pt resolves to 1 IPv4 address operated by AS15525 in PT.
Nutrition Label
Resolution chain
noptis.com.pt 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 |
|---|---|---|---|---|
| 176.221.36.92 | 176.221.36.0/24 | AS15525 | — | PT |
WHOIS identity
- Registrar
- —
- Organization
- noptiscom - sistemas de comunica??o, lda
- Contact emails
Subdomains
9 observed subdomains of noptis.com.pt.
Web-graph footprint
Distinct hostnames that link to or from noptis.com.pt in the public web crawl.
11 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for noptis.com.pt.
| Mechanism | Target |
|---|---|
| SPF_A | noptis.com.pt |
| SPF_INCLUDE | spf.ciberserver.com |
| SPF_IP | 176.221.32.160 |
| SPF_IP | 176.221.32.163 |
| SPF_IP | 176.221.32.170 |
| SPF_IP | 176.221.32.30 |
| SPF_IP | 176.221.32.40 |
| SPF_IP | 176.221.32.75 |
| SPF_IP | 176.221.36.90 |
| SPF_IP | 176.221.36.91 |
| SPF_MX | noptis.com.pt |
Related pages
Pivot deeper into the graph from noptis.com.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "noptis.com.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.