Hostname
checkware.me
Last fetched
checkware.me resolves to 1 IPv4 address operated by WESTCOM-TRADE-AS in NO. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
checkware.me resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 217.144.78.99 | 217.144.64.0/20 | AS44381 | WESTCOM-TRADE-AS | NO |
WHOIS identity
- Registrar
- iana:269
- Organization
- checkware as
- Contact emails
Subdomains
3 observed subdomains of checkware.me.
Web-graph footprint
Distinct hostnames that link to or from checkware.me in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- checkware.me
SPF policy
11 SPF mechanisms authorising senders for checkware.me.
| Mechanism | Target |
|---|---|
| SPF_A | checkware.me |
| SPF_INCLUDE | _spf.proisp.no |
| SPF_INCLUDE | prod.outlook.com |
| SPF_INCLUDE | smtp1.nethome.no |
| SPF_INCLUDE | smtp2.nethome.no |
| SPF_INCLUDE | smtp3.nethome.no |
| SPF_IP | 92.62.32.97 |
| SPF_IP | 92.62.33.11/28 |
| SPF_IP | 92.62.33.12 |
| SPF_IP | 92.62.33.13 |
| SPF_MX | checkware.me |
Related pages
Pivot deeper into the graph from checkware.me.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "checkware.me"})-[: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.