technique

AppWizard
June 3, 2026
The "Minecraft" community is facing a cybersecurity threat from a malware operation called WeedHack, which disguises itself as fake mods to lure players into downloading it. This operation, run by a teenager, has affected over 116,000 players and uses social engineering tactics to distribute malicious mods, cheats, and clients. WeedHack spreads through trusted channels, including YouTube, and employs search engine optimization poisoning to mislead users. The malware operates by disseminating malicious Java Archive files that appear legitimate, compromising devices to extract sensitive information such as session IDs, browser cookies, and cryptocurrency wallet data. It can also steal credentials for applications like Discord, Steam, and Telegram, and includes remote control features for surveillance and keylogging. Approximately 2,000 new infections occur daily, primarily affecting users in the United States, Germany, India, the United Kingdom, and Italy. The low cost of access to this malware has led to its use by teenagers for online bullying and harassment.
AppWizard
June 3, 2026
KRVR is a visionOS application that allows users to play SteamVR games on the Apple Vision Pro using foveated streaming technology. It is a closed-source app that combines features from free, open-source alternatives like ALVR and Clear XR. KRVR supports a wide range of SteamVR titles, including those not using OpenXR, and integrates Nvidia's CloudXR SDK for enhanced visual fidelity. The app includes features such as passthrough cutouts for physical space integration and PC desktop access for multitasking during gameplay. It is compatible with Sony's PlayStation VR2 Sense controllers and other input devices but requires Nvidia's Ada or Blackwell GPU architectures, limiting support to RTX 40-series and 50-series graphics cards. KRVR is available for download on the App Store, with a Windows PC server application on GitHub.
Winsage
May 26, 2026
Removing Microsoft Edge from Windows can be complex due to its integration as a system component, especially in Windows 10 and standard Windows 11 installations. Edge may not have a straightforward Uninstall button in the Settings page, but methods exist for uninstallation, including using Edge's own installer or command-line approaches. In the EU, users may find an easier uninstall option in Settings due to the Digital Markets Act (DMA). To uninstall Edge, users should check their Windows version and region, install a replacement browser beforehand, and be aware that updates might reinstall Edge. Elevated permissions are typically required for uninstallation methods. Method A involves using Edge's setup.exe in uninstall mode from its Installer directory, which is widely compatible. Method B allows for a Settings-based uninstall in certain EU Windows 11 builds influenced by DMA. Method C uses PowerShell to remove Edge partially but may not be effective on newer builds. Method D suggests disabling Edge instead of fully uninstalling it for better system stability. Advanced techniques exist but carry risks, including potential system integrity issues. Users should consider application dependencies and the likelihood of Windows updates restoring Edge. For enterprise environments, policy-based control is preferred over complete removal. The EU DMA is driving changes toward a more modular Windows architecture, allowing for greater user choice regarding browser components.
AppWizard
May 25, 2026
Mathematicians Molly Lynch and Michael Weselcouch developed a method to approximate the value of pi (π) within the game Minecraft using a probabilistic darts technique. They constructed a circular structure with a radius of 11 blocks surrounded by a square and introduced random events using slimes, which move randomly. By counting the number of slimes killed within the circle compared to the total number killed, they calculated an approximation of π. During their test, they killed 619 slimes, with 508 inside the circular area, yielding an approximation of π ≈ 3.283. They noted that increasing the size of the square and the number of slimes could improve accuracy.
Winsage
May 11, 2026
A security researcher has developed a proof-of-concept tool called GhostLock, which exploits a vulnerability in the Windows file API, specifically the 'CreateFileW' function. By manipulating the 'dwShareMode' parameter to grant exclusive access to files, GhostLock can prevent other users or applications from opening those files, resulting in a 'STATUSSHARINGVIOLATION' error. The tool automates the process of opening multiple files on SMB shares, causing access disruptions without requiring elevated privileges. This technique is intended as a disruption attack rather than a destructive one, similar to ransomware, and can serve as a diversion during intrusions. Detection of this attack relies on monitoring the open-file count with ShareAccess set to 0 at the file server layer. Dvash has provided resources for IT teams to enhance detection capabilities against this threat.
Search