Hostname
argenta.nl
Last fetched
argenta.nl resolves to 3 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE. WHOIS lists registrar:gandi as the registrar.
Nutrition Label
Resolution chain
argenta.nl resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.86.49.210 | 104.86.32.0/19 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 184.25.69.167 | 184.25.64.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | CA |
| 23.67.140.105 | 23.64.0.0/14 | AS20940 | — | DE |
WHOIS identity
- Registrar
- registrar:gandi
- Organization
- —
- Contact emails
- —
Subdomains
34 observed subdomains of argenta.nl.
Showing 25 of 34. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from argenta.nl in the public web crawl.
99 sites link to this hostname.
58 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for argenta.nl.
| Mechanism | Target |
|---|---|
| SPF_A | mail1.argenta.be |
| SPF_A | mail2.argenta.be |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | protection.outlook.com |
| SPF_INCLUDE | spf.bluem.nl |
| SPF_MX | argenta.nl |
Related pages
Pivot deeper into the graph from argenta.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "argenta.nl"})-[: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.