Total Records
31
Response Time
182ms
DNSSEC
Disabled
DNS Provider
Unknown
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | laposte.net | 35.190.49.14 πΊπΈ US
AS396982 GOOGLE-CLOUD-PLATFORM - Google LLC, US | 5m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | laposte.net | 10 smtpz4.laposte.net. | 2h |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | laposte.net | ns5.laposte.fr. | 10m |
| NS | laposte.net | ns1.laposte.fr. | 10m |
| NS | laposte.net | ns4.laposte.net. | 10m |
| NS | laposte.net | ns6.laposte.org. | 10m |
| NS | laposte.net | ns2.laposte.net. | 10m |
| NS | laposte.net | ns3.laposte.net. | 10m |
| NS | laposte.net | ns7.laposte.eu. | 10m |
| SOA | laposte.net | ns3.laposte.net. ddi\.strs.laposte.fr. 2018113044 21600 3600 1209600 3600 | 10m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.laposte.net | "v=DMARC1;p=reject;sp=reject;rua=mailto:dmarc.agg@laposte.net,mailto:dmarc_agg@auth.returnpath.net;ruf=mailto:dmarc.afrf@laposte.net,mailto:dmarc_afrf@auth.returnpath.net;rf=afrf;" | 5m |
| TXT | laposte.net | "CjN/hS8eUOAE7qZJspzXtg2y6tJ9Huws1xYDOizzy3w=" | 5m |
| TXT | laposte.net | "globalsign-domain-verification=580438FEED4E6C8E7AF0E95C8B794CEA" | 5m |
| TXT | laposte.net | "lbthCsuiIb5nb1cG4d/9hdq6RvJdhpr3rbRKRoZ7NoM=" | 5m |
| TXT | laposte.net | "dc93e7c2fc6a408a83d705b3249e01ef86e8d8edee42678133c30925cf8098c1" | 5m |
| TXT | laposte.net | "R8d1jrvZh4mj5Y6ysgiyP5xbn9K1Z8VrJTi/V4/yBMU=" | 5m |
| TXT | laposte.net | "lv3qdh3b4zd1njzzgs4n9n6hjhkszjm4" | 5m |
| TXT | laposte.net | "globalsign-domain-verification=C333F7B22E014A6D91CC654C8044FFCA" | 5m |
| TXT | laposte.net | "YRWnzrgEHCIaIpi8LR_QXzA46AOrTD5o_77G3N5idp" | 5m |
| TXT | laposte.net | "google-site-verification=UY8msv-obR5KUayR3d7RB_eo3h6YczqAuUxLYVnYb9Q" | 5m |
| TXT | laposte.net | "3lFI1VZ+jv1Cwr4VEu7pV8/YLByTPc993iJgrQ5WAVg=" | 5m |
| TXT | laposte.net | "v0pt949yvc6yz7jzf1jgqf4zss8lk6pg" | 5m |
| TXT | laposte.net | "v=spf1 include:_spfbloc2.laposte.net include:_spf.lpn.as8677.net -all" | 5m |
| TXT | laposte.net | "_globalsign-domain-verification=kNJjzO9GAjReiRIvq0xM_yRMGHBvsH3gG5yeP5hJoZ" "" | 5m |
| TXT | laposte.net | "mailru-verification: f16895e04234fb42" | 5m |
| TXT | laposte.net | "nacST5JEw31w5dkSncjFnt2_pMayJLUcU-NOfSHKFM" | 5m |
| TXT | laposte.net | "globalsign-domain-verification=B3A6F96B39C71BA1320F4582BB3673DF" | 5m |
| TXT | laposte.net | "CpddjfxvoNnNKg9hIaRez9e0r17d1_8nVr9rFFcmzp" | 5m |
| TXT | laposte.net | "have-i-been-pwned-verification=540f4b22a819d5ce9d387fe69b334c63" | 5m |
| TXT | laposte.net | "_globalsign-domain-verification=2dZfCmYH492yCeHxTThIkAd1h4mJovZdihdC9iBZvb" | 5m |
| TXT | laposte.net | "google-site-verification=ADAlqIHthwB0cCW8MUOPbaub2XEa-3ILrCGeiErLtmY" | 5m |
Queried 8/12/2026, 6:58:58 PM Β· 182ms
REST API
Integrate DNS lookups into your applications β query all record types programmatically.
curl -X GET "https://api.requestguard.com/api/v1/dns/lookup?domain=laposte.net" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "laposte.net",
"records": [
{
"type": "A",
"name": "laposte.net",
"value": "35.190.49.14",
"ttl": 300,
"geo": {
"ip": "35.190.49.14",
"asn": 396982,
"country": "US",
"asnName": "GOOGLE-CLOUD-PLATFORM - Google LLC, US"
}
},
{
"type": "MX",
"name": "laposte.net",
"value": "10 smtpz4.laposte.net.",
"ttl": 7200
},
{
"type": "NS",
"name": "laposte.net",
"value": "ns5.laposte.fr.",
"ttl": 600
}
],
"queryTimeMs": 182
}
}