Hostname
teclabs.pt
Last fetched
teclabs.pt resolves to 1 IPv4 address operated by AS1930 in PT.
Nutrition Label
Resolution chain
teclabs.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 |
|---|---|---|---|---|
| 194.117.42.134 | 194.117.40.0/21 | AS1930 | — | PT |
WHOIS identity
- Registrar
- —
- Organization
- faculdade de ciências da universidade de lisboa
- Contact emails
Subdomains
1 observed subdomain of teclabs.pt.
| Subdomain |
|---|
| www.teclabs.pt |
Web-graph footprint
Distinct hostnames that link to or from teclabs.pt in the public web crawl.
30 sites link to this hostname.
336 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for teclabs.pt.
| Mechanism | Target |
|---|---|
| SPF_A | mx01.fc.ul.pt |
| SPF_A | mx02.fc.ul.pt |
| SPF_A | mx03.fc.ul.pt |
| SPF_A | mx04.fc.ul.pt |
| SPF_A | mx05.fc.ul.pt |
| SPF_A | mx21.ulisboa.pt |
| SPF_A | mx22.ulisboa.pt |
| SPF_A | mx23.ulisboa.pt |
| SPF_A | mx24.ulisboa.pt |
| SPF_MX | teclabs.pt |
Related pages
Pivot deeper into the graph from teclabs.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "teclabs.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.