Hostname
mytecd.com
Last fetched
mytecd.com resolves to 4 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
mytecd.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.223.160.161 | 45.223.160.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.223.180.161 | 45.223.180.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.60.64.85 | 45.60.64.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
| 45.60.66.85 | 45.60.66.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
WHOIS identity
- Registrar
- iana:292
- Organization
- tech data
- Contact emails
- —
Subdomains
11 observed subdomains of mytecd.com.
Web-graph footprint
Distinct hostnames that link to or from mytecd.com in the public web crawl.
10 sites link to this hostname.
24 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for mytecd.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 169.153.136.50 |
| SPF_IP | 169.153.203.90 |
| SPF_IP | 169.153.203.93 |
| SPF_IP | 20.232.231.64 |
| SPF_IP | 52.179.89.117 |
| SPF_IP | 62.153.205.176/28 |
| SPF_IP | 62.225.34.0/24 |
| SPF_IP | 88.217.182.8/29 |
Related pages
Pivot deeper into the graph from mytecd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mytecd.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.