Total Records
15
Response Time
53ms
DNSSEC
Disabled
DNS Provider
AWS Route 53
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | harica.gr | 3.170.51.86 πΊπΈ US
AS16509 AMAZON-02 - Amazon.com, Inc., US | 1m |
| A | harica.gr | 3.170.51.88 πΊπΈ US
AS16509 AMAZON-02 - Amazon.com, Inc., US | 1m |
| A | harica.gr | 3.170.51.77 πΊπΈ US
AS16509 AMAZON-02 - Amazon.com, Inc., US | 1m |
| A | harica.gr | 3.170.51.106 πΊπΈ US
AS16509 AMAZON-02 - Amazon.com, Inc., US | 1m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | harica.gr | 50 mg01.it.auth.gr. | 1m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | harica.gr | ns-1120.awsdns-12.org. | 2d |
| NS | harica.gr | ns-1746.awsdns-26.co.uk. | 2d |
| NS | harica.gr | ns-435.awsdns-54.com. | 2d |
| NS | harica.gr | ns-746.awsdns-29.net. | 2d |
| SOA | harica.gr | ns-435.awsdns-54.com. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400 | 15m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.harica.gr | "v=DMARC1; p=quarantine; adkim=s; aspf=s; rua=mailto:dmarc-report@harica.gr, mailto:jce8n5cj@ag.eu.dmarcian.com; ruf=mailto:dmarc-report-fail@harica.gr;" | 1d |
| TXT | harica.gr | "HARICA-FO93bIN7XADv3nWQwHi" | 5m |
| TXT | harica.gr | "SP-404446" | 5m |
| TXT | harica.gr | "google-site-verification=BS6cBZDN3M8rbWiwEKusVq6m-0l4yR4sO7PxxGZd_VQ" | 5m |
| TXT | harica.gr | "v=spf1 ip4:155.207.1.0/24 include:amazonses.com -all" | 5m |
Queried 8/12/2026, 10:18:11 AM Β· 53ms
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=harica.gr" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "harica.gr",
"records": [
{
"type": "A",
"name": "harica.gr",
"value": "3.170.51.86",
"ttl": 60,
"geo": {
"ip": "3.170.51.86",
"asn": 16509,
"country": "US",
"asnName": "AMAZON-02 - Amazon.com, Inc., US"
}
},
{
"type": "A",
"name": "harica.gr",
"value": "3.170.51.88",
"ttl": 60,
"geo": {
"ip": "3.170.51.88",
"asn": 16509,
"country": "US",
"asnName": "AMAZON-02 - Amazon.com, Inc., US"
}
},
{
"type": "A",
"name": "harica.gr",
"value": "3.170.51.77",
"ttl": 60,
"geo": {
"ip": "3.170.51.77",
"asn": 16509,
"country": "US",
"asnName": "AMAZON-02 - Amazon.com, Inc., US"
}
}
],
"queryTimeMs": 53
}
}