Hostname
scanmon.net
Last fetched
scanmon.net resolves to 2 IPv4 addresses operated by AS4766 in KR. WHOIS lists iana:444 as the registrar.
Nutrition Label
Resolution chain
scanmon.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 211.216.72.67 | 211.216.0.0/13 | AS4766 | — | KR |
| 211.57.203.228 | 211.57.0.0/16 | AS4766 | — | KR |
WHOIS identity
- Registrar
- iana:444
- Organization
- h&t systems
- Contact emails
Subdomains
1 observed subdomain of scanmon.net.
| Subdomain |
|---|
| www.scanmon.net |
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for scanmon.net.
| Mechanism | Target |
|---|---|
| SPF_A | scanmon.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | aspmx.googlemail.com |
| SPF_IP | 211.57.203.226 |
| SPF_IP | 61.104.227.198 |
| SPF_MX | scanmon.net |
Related pages
Pivot deeper into the graph from scanmon.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "scanmon.net"})-[: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.