Hostname
apem.com
Last fetched
apem.com resolves to 6 IPv4 addresses operated by VNPT-AS-VN VNPT Corp in VN. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
apem.com 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 |
|---|---|---|---|---|
| 113.171.10.144 | 113.171.0.0/20 | AS45899 | VNPT-AS-VN VNPT Corp | VN |
| 113.171.10.160 | 113.171.0.0/20 | AS45899 | VNPT-AS-VN VNPT Corp | VN |
| 23.36.162.197 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.199 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.48.224.69 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.73 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- apem components,
- Contact emails
Subdomains
17 observed subdomains of apem.com.
Web-graph footprint
Distinct hostnames that link to or from apem.com in the public web crawl.
332 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for apem.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 48295955.spf06.hubspotemail.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf.zoho.com |
| SPF_INCLUDE | transmail.net |
| SPF_INCLUDE | usb._netblocks.mimecast.com |
| SPF_IP | 12.189.146.234/29 |
| SPF_IP | 12.22.254.178/29 |
| SPF_IP | 204.128.226.0/24 |
| SPF_IP | 213.190.93.32/27 |
| SPF_IP | 68.15.3.194/28 |
| SPF_IP | 74.92.28.161/29 |
| SPF_IP | 98.168.117.64/29 |
| SPF_MX | apem.com |
Related pages
Pivot deeper into the graph from apem.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "apem.com"})-[: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.