Hostname
viosys.co
Last fetched
viosys.co resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR. WHOIS lists iana:1727 as the registrar.
Nutrition Label
Resolution chain
viosys.co 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 |
|---|---|---|---|---|
| 18.65.48.109 | 18.65.118.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.65.48.20 | 18.65.118.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.65.48.66 | 18.65.118.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.65.48.71 | 18.65.118.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
- Registrar
- iana:1727
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of viosys.co.
Web-graph footprint
Distinct hostnames that link to or from viosys.co in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for viosys.co.
| Mechanism | Target |
|---|---|
| SPF_A | viosys.co |
| SPF_INCLUDE | _spf.fastmail.gr |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 2a00:1c98:1010:1:0:0:0:c7 |
| SPF_MX | viosys.co |
Related pages
Pivot deeper into the graph from viosys.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "viosys.co"})-[: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.