Hostname
asf.pt
Last fetched
asf.pt resolves to 4 IPv4 addresses operated by AS47583 in US.
Nutrition Label
Resolution chain
asf.pt resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 145.223.124.248 | 145.223.120.0/21 | AS47583 | — | US |
| 147.79.120.40 | 147.79.120.0/21 | AS47583 | — | US |
| 88.223.87.123 | 88.223.80.0/21 | AS47583 | — | US |
| 92.112.198.48 | 92.112.196.0/22 | AS47583 | — | US |
WHOIS identity
- Registrar
- —
- Organization
- antónio saraiva & filhos lda
- Contact emails
- —
Subdomains
3 observed subdomains of asf.pt.
| Subdomain |
|---|
| cloud.asf.pt |
| www.asf.pt |
Showing 2 of 3. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from asf.pt in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for asf.pt.
| Mechanism | Target |
|---|---|
| SPF_A | asf.pt |
| SPF_INCLUDE | mx.ovh.com |
| SPF_IP | 62.28.70.67 |
| SPF_MX | asf.pt |
Related pages
Pivot deeper into the graph from asf.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "asf.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.