Hostname
misbar.com
Last fetched
misbar.com resolves to 12 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
misbar.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 |
|---|---|---|---|---|
| 184.24.77.53 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.24.77.76 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.25.255.72 | 184.25.255.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 184.25.255.85 | 184.25.255.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 2.16.16.100 | 2.16.16.0/24 | AS20940 | AKAMAI-ASN1 | AT |
| 2.16.16.112 | 2.16.16.0/24 | AS20940 | AKAMAI-ASN1 | AT |
| 2.16.164.18 | 2.16.164.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.10 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.5 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.146.120 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 95.100.146.91 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.16.164.128 | 2.16.164.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
9 observed subdomains of misbar.com.
Web-graph footprint
Distinct hostnames that link to or from misbar.com in the public web crawl.
453 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for misbar.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | fdspfus.freshemail.io |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from misbar.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "misbar.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.