Hostname
seqis.com
Last fetched
seqis.com resolves to 1 IPv4 address operated by KTC-AS in AT. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
seqis.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.119.119.170 | 185.119.116.0/22 | AS44133 | KTC-AS | AT |
WHOIS identity
- Registrar
- iana:69
- Organization
- contact privacy inc. customer 01554629
- Contact emails
Subdomains
13 observed subdomains of seqis.com.
Web-graph footprint
Distinct hostnames that link to or from seqis.com in the public web crawl.
35 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for seqis.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.seqis.com |
| SPF_A | prod.hydra.sophos.com |
| SPF_A | seqis.com |
| SPF_INCLUDE | _spf_eucentral1.prod.hydra.sophos.com |
| SPF_INCLUDE | mailing.sagedpw.at |
| SPF_INCLUDE | rm01.seqis.com |
| SPF_IP | 185.119.119.169 |
| SPF_IP | 185.119.119.170 |
| SPF_IP | 185.119.119.171 |
| SPF_IP | 3.68.163.47 |
| SPF_IP | 52.29.100.147/32 |
| SPF_IP | 52.29.71.154 |
| SPF_IP | 83.64.20.34 |
| SPF_IP | 83.64.20.35 |
| SPF_IP | 83.64.20.36 |
| SPF_IP | 83.64.20.46 |
| SPF_MX | seqis.com |
Related pages
Pivot deeper into the graph from seqis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "seqis.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.