Hostname
lbmarketing.pt
Last fetched
lbmarketing.pt resolves to 2 IPv4 addresses operated by AS34762 in PT.
Nutrition Label
Resolution chain
lbmarketing.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 |
|---|---|---|---|---|
| 62.193.192.28 | 62.193.192.0/20 | AS34762 | — | PT |
| 94.46.14.35 | 94.46.14.0/24 | AS24768 | — | PT |
WHOIS identity
No WHOIS records are currently associated with lbmarketing.pt in WhisperGraph.
Subdomains
7 observed subdomains of lbmarketing.pt.
Web-graph footprint
Distinct hostnames that link to or from lbmarketing.pt in the public web crawl.
29 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for lbmarketing.pt.
| Mechanism | Target |
|---|---|
| SPF_A | lbmarketing.pt |
| SPF_INCLUDE | _spf.cleanmx.pt |
| SPF_IP | 62.193.192.28 |
| SPF_IP | 94.46.14.174 |
| SPF_IP | 94.46.14.35 |
| SPF_MX | lbmarketing.pt |
Related pages
Pivot deeper into the graph from lbmarketing.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lbmarketing.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.