Hostname
acp.at
Last fetched
acp.at resolves to 1 IPv4 address operated by MNET-AS Germany in DE.
Nutrition Label
Resolution chain
acp.at 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 |
|---|---|---|---|---|
| 109.68.51.34 | 109.68.48.0/21 | AS8767 | MNET-AS Germany | DE |
WHOIS identity
- Registrar
- —
- Organization
- andreas kaiblinger
- Contact emails
Subdomains
63 observed subdomains of acp.at.
Showing 25 of 63. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from acp.at in the public web crawl.
136 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for acp.at.
| Mechanism | Target |
|---|---|
| SPF_A | b.spf.service-now.com |
| SPF_A | c.spf.service-now.com |
| SPF_A | d.spf.service-now.com |
| SPF_INCLUDE | hubspotemail.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.otys.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.29.28.2 |
| SPF_MX | acp.at |
Related pages
Pivot deeper into the graph from acp.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "acp.at"})-[: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.