Hostname
infotech.com
Last fetched
infotech.com resolves to 11 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
infotech.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.57.169.219 | 13.57.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.52.240.222 | 52.52.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.8.130.33 | 52.8.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.176.44.174 | 54.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.177.244.209 | 54.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.193.149.141 | 54.193.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.193.63.176 | 54.193.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.219.111.12 | 54.219.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.219.206.200 | 54.219.192.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.219.89.174 | 54.219.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.241.129.186 | 54.241.128.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- contact privacy inc. customer 0139804007
- Contact emails
Subdomains
87 observed subdomains of infotech.com.
Showing 25 of 87. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from infotech.com in the public web crawl.
1,347 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for infotech.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.meltwater.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf.ultipro.com |
| SPF_INCLUDE | docebosaas.com |
| SPF_INCLUDE | mh.blackboard.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.111.0.138 |
| SPF_IP | 192.174.90.242/32 |
| SPF_IP | 207.236.182.130 |
| SPF_IP | 207.236.185.34 |
| SPF_IP | 208.117.55.201/32 |
| SPF_MX | infotech.com |
Related pages
Pivot deeper into the graph from infotech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "infotech.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.