Open-source atomic malware analysis

Analyze another

4df5ae7b0ef821fbfaae658a6fec8915a9e810173ef0a9c28f9a307c19e16333

UNKNOWN
Verdict: BENIGN
Mal-ecule
H₃(Db₂FU)
Size 29.1 KB download
First seen 19 hours ago
Analyzed 7 hours ago
Ecosystem windows

Referenced by 3 samples

4df5ae7b0ef821fbfaae658a6fec8915a9e810173ef0a9c28f9a307c19e16333 javascript
94 (function () {
95 try {
96 var stored = localStorage.getItem('theme'); Reads browser storage with getItem
97 var theme = /^(light|dark|high-contrast)$/.test(stored)
98 ? stored
99 : matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'; Adapts an interface to the system color scheme
100 document.documentElement.classList.add('theme-' + theme);
101 } catch (e) {}
112 if (excludesKey) {
113 var exclusions = JSON.parse(localStorage.getItem('atlas-layout-exclusions') || '{}');
114 if (Object.prototype.hasOwnProperty.call(exclusions, excludesKey)) {
115 var scoped = exclusions[excludesKey]; Binds computed property to variable
116 if (scoped) {
117 if (typeof scoped === 'object') blocked = scoped;
118 }
119 }
120 }
121 var html = document.documentElement;
122 for (var c in view) {
123 if (Object.prototype.hasOwnProperty.call(blocked, c)) continue;
124 if (view[c]) html.classList.add(c);
125 else html.classList.remove(c);
126 }
127 } catch (e) {}
406 </li>
407 <li class="has-three-text-columns-list-items">
408 <a class="bar-link inner-focus" href="/en-us/archive/microsoft-edge/legacy/" data-linktype="absolute-path"> Edge browser data directory path
409 Legacy Microsoft Edge
410 </a>
635 tabindex="-1"
636 >
637 <span class="theme-light margin-right-xxs"> Adapts an interface to the system color scheme
638 <span
639 class="theme-selector-icon border display-inline-block has-body-background"
663 tabindex="-1"
664 >
665 <span class="theme-dark margin-right-xxs"> Adapts an interface to the system color scheme
666 <span
667 class="border theme-selector-icon display-inline-block has-body-background"

Micro-behaviors

Metadata

Identity

SHA-256 4df5ae7b0ef821fbfaae658a6fec8915a9e810173ef0a9c28f9a307c19e16333
Filename 4df5ae7b0ef821fbfaae658a6fec8915a9e810173ef0a9c28f9a307c19e16333

Origin

Source harvest
Feed malwarebazaar
Ecosystem windows

Timeline

First seen 24 Jul 2026 09:23 UTC
First analyzed 14 Jul 2026 04:01 UTC
Last analyzed 24 Jul 2026 21:47 UTC
Last updated 24 Jul 2026 21:46 UTC

Labeling

Traits version 294eb