Is ko-web.net a Disposable Email?
Unknownko-web.net is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-07-26
- Reason
- ko-web.net
Registration Data
- Registrar
- Amazon Registrar, Inc.
- Registered
- 2012-07-01 (14 years)
- Expires
- 2027-07-01
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check ko-web.net programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/ko-web.net
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/ko-web.net")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/ko-web.net");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/ko-web.net");
$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/ko-web.net")
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 ko-web.net.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx01.mail.icloud.com
- mx02.mail.icloud.com
NS Records
- ns-1237.awsdns-26.org
- ns-1889.awsdns-44.co.uk
- ns-46.awsdns-05.com
- ns-651.awsdns-17.net
SOA Record
- ns-1237.awsdns-26.org
- awsdns-hostmaster@amazon.com
A Records
- 13.61.131.42
- 2a05:d016:4cb:1606:f31a:52c:27f4:6017
TXT Records
- apple-domain=Sx5XyyBu9BBHs6yx
- keybase-site-verification=JuNQyTqPbaRcUEzaPvAxHL6QJ1IFjdzzxkmxOFGETuQ
- protonmail-verification=8e55a55ec979ed33a8be47310aded232b620497c
- v=spf1 include:icloud.com ~all
SPF Includes
- icloud.com
Related Domains by Mail Server
50 other domains also
use mx01.mail.icloud.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is ko-web.net a disposable email provider?
ko-web.net has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use ko-web.net for account registration?
We have not yet verified ko-web.net. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from ko-web.net?
Use the Trashmail-Blacklist API to check ko-web.net before accepting it in your application. Send a GET request to /check/json/ko-web.net 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 ko-web.net?
ko-web.net 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 ko-web.net before they reach your database.