Hostname
integrateq.com
Last fetched
integrateq.com resolves to 2 IPv4 addresses operated by AS60781 in NL. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
integrateq.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 |
|---|---|---|---|---|
| 5.79.70.49 | 5.79.64.0/18 | AS60781 | — | NL |
| 95.211.126.32 | 95.211.0.0/16 | AS60781 | — | NL |
WHOIS identity
- Registrar
- iana:303
- Organization
- florian nuqi
- Contact emails
Subdomains
8 observed subdomains of integrateq.com.
Threat posture
History
Mail and authentication
MX records
- integrateq.com
SPF policy
5 SPF mechanisms authorising senders for integrateq.com.
| Mechanism | Target |
|---|---|
| SPF_A | integrateq.com |
| SPF_IP | 5.79.70.49 |
| SPF_IP | 51.254.123.235 |
| SPF_IP | 95.211.126.32 |
| SPF_MX | integrateq.com |
Related pages
Pivot deeper into the graph from integrateq.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "integrateq.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.