Hostname
ap.works
Last fetched
ap.works resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1408 as the registrar.
Nutrition Label
Resolution chain
ap.works 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 |
|---|---|---|---|---|
| 172.66.41.12 | 172.66.40.0/21 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.42.244 | 172.66.40.0/21 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:1408
- Organization
- a.pieringer ges.m.b.h.
- Contact emails
Subdomains
2 observed subdomains of ap.works.
| Subdomain |
|---|
| mail.ap.works |
| www.ap.works |
Web-graph footprint
Distinct hostnames that link to or from ap.works in the public web crawl.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
24 SPF mechanisms authorising senders for ap.works.
| Mechanism | Target |
|---|---|
| SPF_A | ap.works |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 158.181.48.180 |
| SPF_IP | 158.181.48.70 |
| SPF_IP | 158.181.50.210 |
| SPF_IP | 158.181.51.250 |
| SPF_IP | 188.64.56.70 |
| SPF_IP | 188.64.57.250 |
| SPF_IP | 188.64.58.250 |
| SPF_IP | 188.64.61.250 |
| SPF_IP | 188.64.62.250 |
| SPF_IP | 188.64.63.70 |
| SPF_IP | 2a00:6140:100:250:0:0:0:1 |
| SPF_IP | 2a00:6140:101:250:0:0:0:1 |
| SPF_IP | 2a00:6140:102:250:0:0:0:1 |
| SPF_IP | 2a00:6140:107:250:0:0:0:1 |
| SPF_IP | 2a00:6140:112:250:0:0:0:1 |
| SPF_IP | 2a00:6140:113:250:0:0:0:1 |
| SPF_IP | 2a00:6140:114:167:0:0:0:1 |
| SPF_IP | 2a00:6140:114:2:0:0:0:1 |
| SPF_IP | 2a00:6140:118:250:0:0:0:1 |
| SPF_IP | 2a00:6140:a000:125:0:0:0:11 |
| SPF_IP | 40.107.20.82 |
| SPF_MX | ap.works |
Related pages
Pivot deeper into the graph from ap.works.
- IP · 172.66.41.12
- ASN · AS13335CLOUDFLARENET - Cloudflare, Inc.
- Registrar · iana:1408
- Country · CA
- Email · contact@wdp.services
- TLD · .works
- Browse hostnames · ap…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ap.works"})-[: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.