Hostname
adcom.as
Last fetched
adcom.as resolves to 1 IPv4 address operated by AS2116 in NO.
Nutrition Label
Resolution chain
adcom.as 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 |
|---|---|---|---|---|
| 195.18.137.228 | 195.18.128.0/17 | AS2116 | — | NO |
WHOIS identity
No WHOIS records are currently associated with adcom.as in WhisperGraph.
Subdomains
5 observed subdomains of adcom.as.
Showing 4 of 5. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for adcom.as.
| Mechanism | Target |
|---|---|
| SPF_A | itdata.no |
| SPF_INCLUDE | adcom.as |
| SPF_INCLUDE | mittkontor.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.187.24.12 |
| SPF_IP | 185.187.24.13 |
| SPF_IP | 92.220.198.83 |
Related pages
Pivot deeper into the graph from adcom.as.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adcom.as"})-[: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.