Hostname
mikrotec.com
Last fetched
mikrotec.com resolves to 2 IPv4 addresses operated by MISNET - Mikrotec Internet Services in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
mikrotec.com 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 |
|---|---|---|---|---|
| 74.214.182.225 | 74.214.176.0/20 | AS3801 | MISNET - Mikrotec Internet Services | US |
| 149.248.157.4 | 149.248.128.0/19 | AS3801 | MISNET - Mikrotec Internet Services | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- gearheart communications
- Contact emails
Subdomains
15 observed subdomains of mikrotec.com.
Web-graph footprint
Distinct hostnames that link to or from mikrotec.com in the public web crawl.
7 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for mikrotec.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mikrotec.com |
| SPF_IP | 204.68.228.20 |
| SPF_IP | 69.176.0.122 |
| SPF_IP | 69.176.32.208/28 |
| SPF_IP | 69.176.32.228 |
| SPF_IP | 69.176.62.2 |
| SPF_IP | 74.214.182.116 |
| SPF_IP | 74.214.182.3 |
| SPF_IP | 74.214.182.68 |
| SPF_IP | 76.8.180.15 |
Related pages
Pivot deeper into the graph from mikrotec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mikrotec.com"})-[: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.