Hostname
altera.com
Last fetched
altera.com resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
altera.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 35.155.36.56 | 35.155.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.235.189.9 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.238.183.8 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:292
- Organization
- altera
- Contact emails
Subdomains
22 observed subdomains of altera.com.
Web-graph footprint
Distinct hostnames that link to or from altera.com in the public web crawl.
1,297 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for altera.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | docebosaas.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.64.239.74 |
| SPF_IP | 13.83.14.143 |
| SPF_IP | 159.183.193.109 |
| SPF_IP | 159.183.200.101 |
| SPF_IP | 159.183.213.105 |
| SPF_IP | 159.183.213.107 |
| SPF_IP | 159.183.213.204/32 |
| SPF_IP | 159.183.214.96/32 |
| SPF_IP | 167.89.110.192 |
| SPF_IP | 167.89.126.180 |
| SPF_IP | 192.55.52.195 |
| SPF_IP | 20.184.132.133 |
| SPF_IP | 50.31.57.204 |
| SPF_IP | 52.234.124.226 |
| SPF_MX | altera.com |
Related pages
Pivot deeper into the graph from altera.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "altera.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.