Hostname
www.ictect.com
Last fetched
www.ictect.com resolves to 1 IPv4 address operated by AS-26496-GO-DADDY-COM-LLC - GoDaddy.com, LLC in US.
Nutrition Label
Resolution chain
www.ictect.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 |
|---|---|---|---|---|
| 23.229.131.244 | 23.229.128.0/19 | AS26496 | AS-26496-GO-DADDY-COM-LLC - GoDaddy.com, LLC | US |
WHOIS identity
No WHOIS records are currently associated with www.ictect.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for www.ictect.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 72.167.234.232 |
| SPF_IP | 72.167.234.233 |
| SPF_IP | 72.167.234.234/27 |
| SPF_IP | 72.167.234.235 |
| SPF_IP | 72.167.234.236/27 |
| SPF_IP | 72.167.234.237/32 |
| SPF_IP | 72.167.234.238/32 |
| SPF_IP | 72.167.234.239/32 |
| SPF_IP | 72.167.234.240/32 |
| SPF_IP | 72.167.234.241/24 |
| SPF_IP | 72.167.234.242/24 |
| SPF_IP | 72.167.234.243 |
| SPF_IP | 72.167.234.244/32 |
| SPF_IP | 72.167.234.245/32 |
| SPF_IP | 72.167.234.246 |
| SPF_IP | 72.167.234.247 |
| SPF_IP | 72.167.234.248 |
Related pages
Pivot deeper into the graph from www.ictect.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.ictect.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.