Hostname
mis.net
Last fetched
mis.net resolves to 1 IPv4 address operated by MISNET - Mikrotec Internet Services in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
mis.net 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 |
|---|---|---|---|---|
| 74.214.182.225 | 74.214.176.0/20 | AS3801 | MISNET - Mikrotec Internet Services | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- gearheart communications
- Contact emails
Subdomains
1,078 observed subdomains of mis.net.
Showing 25 of 1,078. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mis.net in the public web crawl.
11 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for mis.net.
| Mechanism | Target |
|---|---|
| SPF_IP | 204.68.227.104 |
| SPF_IP | 204.68.227.106 |
| SPF_IP | 204.68.228.0/24 |
| SPF_IP | 216.40.32.0/20 |
| SPF_IP | 216.40.45.0/27 |
| SPF_IP | 64.99.140.0/24 |
| SPF_IP | 64.99.180.0/24 |
| SPF_IP | 69.176.0.0/24 |
| SPF_IP | 69.176.32.0/24 |
| SPF_IP | 74.214.182.68 |
Related pages
Pivot deeper into the graph from mis.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mis.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.