Hostname
asset-ict.com
Last fetched
asset-ict.com resolves to 2 IPv4 addresses operated by AS16276 in GB. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
asset-ict.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 |
|---|---|---|---|---|
| 54.38.211.188 | 54.38.0.0/16 | AS16276 | — | GB |
| 91.134.8.31 | 91.134.0.0/16 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:69
- Organization
- asset ict
- Contact emails
Subdomains
2 observed subdomains of asset-ict.com.
| Subdomain |
|---|
| mail.asset-ict.com |
| www.asset-ict.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for asset-ict.com.
| Mechanism | Target |
|---|---|
| SPF_A | asset-ict.com |
| SPF_A | billing.assetict.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.169.75.146 |
| SPF_IP | 185.17.151.63 |
| SPF_IP | 198.244.202.235 |
| SPF_IP | 198.244.228.218 |
| SPF_IP | 64.98.36.17/32 |
| SPF_MX | asset-ict.com |
Related pages
Pivot deeper into the graph from asset-ict.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "asset-ict.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.