Hostname
ptg.no
Last fetched
ptg.no resolves to 1 IPv4 address operated by AS43200 in NO.
Nutrition Label
Resolution chain
ptg.no 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 |
|---|---|---|---|---|
| 81.26.42.240 | 81.26.32.0/19 | AS43200 | — | NO |
WHOIS identity
No WHOIS records are currently associated with ptg.no in WhisperGraph.
Subdomains
7 observed subdomains of ptg.no.
Web-graph footprint
Distinct hostnames that link to or from ptg.no in the public web crawl.
30 sites link to this hostname.
26 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for ptg.no.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | kundeweb.ptg.no |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfprotection.itpartner.no |
| SPF_IP | 109.247.203.238 |
| SPF_IP | 141.0.231.173 |
| SPF_IP | 158.248.118.93 |
| SPF_IP | 185.125.161.18 |
| SPF_IP | 193.212.200.213 |
| SPF_IP | 213.239.68.222 |
| SPF_IP | 52.232.27.151/32 |
| SPF_IP | 62.92.213.50 |
| SPF_IP | 77.222.170.217 |
| SPF_IP | 79.160.214.66 |
| SPF_IP | 79.160.234.186 |
Related pages
Pivot deeper into the graph from ptg.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ptg.no"})-[: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.