Hostname
integratik.com
Last fetched
integratik.com resolves to 2 IPv4 addresses operated by AS16276 in CA. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
integratik.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 |
|---|---|---|---|---|
| 148.113.176.23 | 148.113.128.0/17 | AS16276 | — | CA |
| 148.113.187.143 | 148.113.128.0/17 | AS16276 | — | CA |
WHOIS identity
- Registrar
- iana:69
- Organization
- integratik
- Contact emails
Subdomains
98 observed subdomains of integratik.com.
Showing 25 of 98. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from integratik.com in the public web crawl.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for integratik.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.integratik.com |
| SPF_INCLUDE | _spf.hostedemail.com |
| SPF_INCLUDE | registrarmail.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 142.83.0.0/16 |
| SPF_IP | 142.84.0.0/16 |
| SPF_IP | 142.85.0.0/16 |
| SPF_MX | integratik.com |
Related pages
Pivot deeper into the graph from integratik.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "integratik.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.