Is aware.app a Disposable Email?
Unknownaware.app is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-06-27
- Last Checked
- 2026-09-09
- Reason
- aware.app
Registration Data
- Registrar
- Gandi SAS
- Registered
- 2020-07-24 (6 years, 1 month)
- Expires
- 2027-07-24
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check aware.app programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/aware.app
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/aware.app")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/aware.app");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/aware.app");
$data = json_decode($json, true);
echo $data["status"]; // blacklisted / whitelisted / unknown
package main
import (
"encoding/json"
"fmt"
"net/http"
)
func main() {
resp, err := http.Get("https://trashmail-blacklist.org/check/json/aware.app")
if err != nil {
panic(err)
}
defer resp.Body.Close()
var result struct {
Status string `json:"status"`
Domain string `json:"domain"`
}
json.NewDecoder(resp.Body).Decode(&result)
fmt.Println(result.Status)
}
Click "Run" to fetch the JSON response for aware.app.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
- aspmx.l.google.com
NS Records
- ns-1239.awsdns-26.org
- ns-186.awsdns-23.com
- ns-1934.awsdns-49.co.uk
- ns-554.awsdns-05.net
SOA Record
- ns-1239.awsdns-26.org
- awsdns-hostmaster@amazon.com
A Records
- 18.66.192.114
- 18.66.192.20
- 18.66.192.42
- 18.66.192.84
- 2600:9000:225b:4000:6:52dc:a8c0:93a1
- 2600:9000:225b:4800:6:52dc:a8c0:93a1
- 2600:9000:225b:5000:6:52dc:a8c0:93a1
- 2600:9000:225b:6a00:6:52dc:a8c0:93a1
- 2600:9000:225b:ac00:6:52dc:a8c0:93a1
- 2600:9000:225b:ae00:6:52dc:a8c0:93a1
- 2600:9000:225b:e00:6:52dc:a8c0:93a1
- 2600:9000:225b:f600:6:52dc:a8c0:93a1
TXT Records
- MS=ms27552621
- google-site-verification=68bGMzJkH6uzCbw-LqQDBs_vEeNboBUwk8-3oX_6HSY
- google-site-verification=aSiP7K8c7XoSmQzUJ3A6eO1K2i149KZHylkgCjtDIcM
- google-site-verification=bKAkpTn6QV-2dBgpo93DGG0-lD8WZLrzONWl_-kmr_U
- google-site-verification=bkEqrQ2xDm7qjT-bt3LybXhSX6I_Dej8f3o5om0UJOQ
- google-site-verification=rjTcRLxW01D4OYRpMm7kUkHlnZcBZA0Cwn8CrcPzYfQ
- sendinblue-code:60d5d93fc12d29b01e79bd821ab78409
- stripe-verification=7f39c55a9be300553300a360a5fbf0d8a0cef876f6f7410778d025dff3a32f34
- stripe-verification=F71B3BD7DFC5E168657CBA984059E38F99D7880666BCC2368447AFDB8E3C151B
- v=spf1 mx include:_spf.google.com include:spf.brevo.com include:amazonses.com ip4:167.89.86.234 ~all
SPF Includes
- _spf.google.com
- spf.brevo.com
- amazonses.com
Related Domains by Mail Server
50 other domains also
use alt1.aspmx.l.google.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is aware.app a disposable email provider?
aware.app has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use aware.app for account registration?
We have not yet verified aware.app. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from aware.app?
Use the Trashmail-Blacklist API to check aware.app before accepting it in your application. Send a GET request to /check/json/aware.app to receive the domain status as JSON. Integrate this check into your signup or contact forms to automatically reject disposable email addresses.
What data is available for aware.app?
aware.app is not yet in our database. You can check it via our API or submit it for review through our contact form.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like aware.app before they reach your database.