Hostname
instructors.ifixit.com
Last fetched
instructors.ifixit.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
instructors.ifixit.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 |
|---|---|---|---|---|
| 13.127.179.237 | 13.126.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 35.176.130.221 | 35.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
No WHOIS records are currently associated with instructors.ifixit.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for instructors.ifixit.com.
| Mechanism | Target |
|---|---|
| SPF_A | instructors.ifixit.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | shops.shopify.com |
| SPF_MX | instructors.ifixit.com |
Related pages
Pivot deeper into the graph from instructors.ifixit.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "instructors.ifixit.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.