Hostname
api.adam-ict.com
Last fetched
api.adam-ict.com resolves to 12 IPv4 addresses operated by AS12876 in FR.
Nutrition Label
Resolution chain
api.adam-ict.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 212.83.152.237 | 212.83.128.0/19 | AS12876 | — | FR |
| 212.83.153.131 | 212.83.128.0/19 | AS12876 | — | FR |
| 212.83.153.228 | 212.83.128.0/19 | AS12876 | — | FR |
| 212.83.153.26 | 212.83.128.0/19 | AS12876 | — | FR |
| 37.187.141.155 | 37.187.0.0/16 | AS16276 | — | FR |
| 51.158.144.50 | 51.158.128.0/17 | AS12876 | — | NL |
| 66.180.146.41 | 66.180.146.0/24 | AS13768 | COGECO-PEER1 - Aptum Technologies | US |
| 72.251.241.56 | 72.251.240.0/21 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | GB |
| 72.251.241.57 | 72.251.240.0/21 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | GB |
| 72.251.241.58 | 72.251.240.0/21 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | GB |
| 72.251.241.59 | 72.251.240.0/21 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | GB |
| 72.251.241.60 | 72.251.240.0/21 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | GB |
WHOIS identity
No WHOIS records are currently associated with api.adam-ict.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for api.adam-ict.com.
| Mechanism | Target |
|---|---|
| SPF_A | dns.adam-ict.com |
Related pages
Pivot deeper into the graph from api.adam-ict.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.adam-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.