Hostname
artoptical.com
Last fetched
artoptical.com resolves to 2 IPv4 addresses operated by TRIANGLE-COMMUNICATIONS - Triangle Communications in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
artoptical.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 |
|---|---|---|---|---|
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | TRIANGLE-COMMUNICATIONS - Triangle Communications | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | TRIANGLE-COMMUNICATIONS - Triangle Communications | CA |
| 77.37.62.79 | 77.37.56.0/21 | AS47583 | ANSONNET-AS-UK | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- art optical contact lens,
- Contact emails
Subdomains
5 observed subdomains of artoptical.com.
Web-graph footprint
Distinct hostnames that link to or from artoptical.com in the public web crawl.
40 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for artoptical.com.
| Mechanism | Target |
|---|---|
| SPF_A | artoptical.com |
| SPF_INCLUDE | icpbounce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 67.203.71.204 |
| SPF_IP | 77.37.62.79 |
| SPF_MX | artoptical.com |
Related pages
Pivot deeper into the graph from artoptical.com.
- IP · 208.91.112.55
- ASN · AS40934TRIANGLE-COMMUNICATIONS - Triangle Communications
- Registrar · iana:69
- Country · US
- Email · opensrs_adm@iservgroup.com
- TLD · .com
- Browse hostnames · ar…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "artoptical.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.