Hostname
apm.pt
Last fetched
apm.pt resolves to 6 IPv4 addresses operated by NETACTUATE - NetActuate, Inc in IN.
Nutrition Label
Resolution chain
apm.pt resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.6.87.125 | 103.6.87.0/24 | AS36236 | NETACTUATE - NetActuate, Inc | IN |
| 107.191.99.111 | 107.191.96.0/22 | AS3842 | RAMNODE - InMotion Hosting, Inc. | US |
| 108.61.224.67 | 108.61.224.0/24 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
| 116.203.6.3 | 116.203.0.0/16 | AS24940 | — | DE |
| 185.22.172.112 | 185.22.172.0/22 | AS42532 | — | LV |
| 87.103.120.163 | 87.103.0.0/17 | AS12353 | — | PT |
WHOIS identity
- Registrar
- —
- Organization
- associacao de professores de matematica
- Contact emails
- —
Subdomains
13 observed subdomains of apm.pt.
Web-graph footprint
Distinct hostnames that link to or from apm.pt in the public web crawl.
128 sites link to this hostname.
80 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for apm.pt.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 109.71.41.7 |
| SPF_IP | 185.118.113.235 |
| SPF_IP | 193.137.196.233/32 |
| SPF_IP | 2001:690:a00:1036:0:0:0:233 |
| SPF_IP | 37.187.72.227 |
| SPF_IP | 87.103.120.164 |
Related pages
Pivot deeper into the graph from apm.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "apm.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.