Skip to content

Hostname

oos.boot.de

Last fetched

oos.boot.de resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in AT.

Nutrition Label

WHISPER CANON · oos.boot.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/oos.boot.de

Resolution chain

oos.boot.de resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.83.4.186104.83.4.0/23AS20940AKAMAI-ASN1AT
104.83.4.48104.83.4.0/23AS20940AKAMAI-ASN1AT
61.111.58.16461.111.0.0/18AS3786LGDACOM LG DACOM CorporationKR
61.111.58.17161.111.0.0/18AS3786LGDACOM LG DACOM CorporationKR

WHOIS identity

No WHOIS records are currently associated with oos.boot.de in WhisperGraph.

Subdomains

1 observed subdomain of oos.boot.de.

Web-graph footprint

Distinct hostnames that link to or from oos.boot.de in the public web crawl.

13 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from oos.boot.de.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "oos.boot.de"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.