Hostname
pons.com
Last fetched
pons.com resolves to 2 IPv4 addresses operated by QOSL-AS-AP Qovic Online Solutions LLP in NL. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
pons.com 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 |
|---|---|---|---|---|
| 34.91.145.21 | 34.91.144.0/20 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | NL |
| 34.7.74.52 | 34.7.0.0/17 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | NL |
WHOIS identity
- Registrar
- iana:151
- Organization
- gabriele schmidt
- Contact emails
Subdomains
73 observed subdomains of pons.com.
Showing 25 of 73. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pons.com in the public web crawl.
100 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for pons.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.klett-bildung.de |
| SPF_INCLUDE | sendinblue.com |
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.nl2go.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf1.pons.com |
| SPF_INCLUDE | spf2.pons.com |
| SPF_MX | pons.com |
Related pages
Pivot deeper into the graph from pons.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pons.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.