Hostname
histolab.com.mk
Last fetched
histolab.com.mk resolves to 2 IPv4 addresses operated by AS43515 in US.
Nutrition Label
Resolution chain
histolab.com.mk 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 |
|---|---|---|---|---|
| 35.215.68.58 | 35.215.64.0/18 | AS43515 | — | US |
| 77.28.115.47 | 77.28.64.0/18 | AS6821 | — | MK |
WHOIS identity
No WHOIS records are currently associated with histolab.com.mk in WhisperGraph.
Subdomains
9 observed subdomains of histolab.com.mk.
Web-graph footprint
Distinct hostnames that link to or from histolab.com.mk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for histolab.com.mk.
| Mechanism | Target |
|---|---|
| SPF_A | histolab.com.mk |
| SPF_INCLUDE | histolab.com.mk.spf.auto.dnssmarthost.net |
| SPF_MX | histolab.com.mk |
Related pages
Pivot deeper into the graph from histolab.com.mk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "histolab.com.mk"})-[: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.