actors

AppWizard
July 2, 2026
Robert Bowling, former strategist of the Call of Duty franchise, has co-founded a new studio called //18.bravo after the closure of his previous venture, Midnight Society, in 2025. The studio aims to foster a collaborative environment by aligning leadership compensation with employee success and introducing a royalty program for employees and profit-sharing with external talents. //18.bravo's debut project will not support live service models, focusing instead on creating a sustainable gaming experience with dedicated servers and optimized peer-to-peer architecture. This approach prioritizes longevity over immediate financial success, addressing gamer concerns about game shutdowns.
AppWizard
June 30, 2026
Google is opposing the European Union's proposed amendments to the Digital Markets Act (DMA), warning that these changes could jeopardize user privacy and security. The DMA aims to reduce the dominance of major tech platforms by requiring gatekeepers like Google to share more data with competitors. Google is particularly concerned about the implications of sharing search data and granting third-party AI services access to sensitive Android features, fearing that this could lead to increased fraud and cyberattacks. The European Commission is pushing for Google to provide rival search engines with access to anonymized search data to enhance competition, but Google argues that once this data leaves its infrastructure, it becomes difficult to protect. DuckDuckGo and some researchers believe the Commission's proposals adequately address privacy risks, while others acknowledge the risks but suggest they should be balanced against technical protections. Additionally, EU regulators are advocating for deeper integration of competing AI assistants with Android, which Google warns could compromise existing security measures. Apple has shown support for some of Google's concerns regarding access to operating systems.
AppWizard
June 28, 2026
Sally Beaumont began her gaming journey with Leisure Suit Larry and was inspired to pursue voice acting after playing The Curse of Monkey Island. Her portfolio includes titles like Harold Halibut, The Excavation of Hob's Barrow, Warhammer 40,000 Rogue Trader, and she is the lead voice in the upcoming Old Skies. Currently, she is playing The Séance of Blake Manor and enjoys revisiting Nelly Cootalot. Beaumont has spent the most hours on Old Skies, using it to ground herself in her role, while Two Point Hospital is her most-played game outside of her work. She does not have a game she would never uninstall, as she prefers narrative-driven games with endings. Her essential non-gaming software is GoldWave, an audio editing tool. Beaumont describes her desktop as chaotic, with some organization but overall disarray.
Winsage
June 25, 2026
Component Object Model (COM) is a technology in Windows that enables object activation, inter-process communication, and automation across different programming languages. Malware exploits COM interfaces for activities such as lateral movement, execution, downloading, exfiltration, persistence, evasion, system discovery, and automation of Windows and Office functionalities. Reverse engineering COM-heavy binaries involves navigating GUIDs and indirect vtable calls to understand malware mechanics. Research at the AVAR 2025 conference and CARO 2026 workshop discusses methodologies for analyzing COM binaries and case studies of malware families that utilize COM. COM is an application binary interface (ABI) model that allows software components to be reused and enables interaction between different programming languages through interfaces defined at the binary level. Distributed COM (DCOM) allows clients to activate COM objects on remote systems. COM classes are identified by unique class identifiers (CLSIDs), and interfaces by interface identifiers (IIDs). The Windows registry stores COM registration data, with classes and interfaces located under specific keys. Malware often acts as a COM client, utilizing the COM runtime to instantiate classes and request interfaces. ProgIDs provide human-readable registry entries for COM classes. The CoCreateInstance function helps create class objects by resolving CLSID registrations. All COM interfaces derive from IUnknown, which manages object lifetimes and interface querying. COM has its own security model, and identifying classes and interfaces used by malware is crucial for threat researchers. Tools like ComView and OleView.NET assist in inspecting COM registrations. The analysis workflow includes identifying activation API calls, extracting CLSID and IID values, consulting registry definitions, and mapping vtable calls. Qakbot, a banking trojan, exemplifies the use of COM in malware, with its architecture enabling malicious activities like credential theft. Dynamic analysis tools can log COM-related calls in real-time to trace execution flow. Notable malware families that utilize COM include Gh0stRAT, which uses Task Scheduler COM interfaces, and the Attor platform, which employs BITS for file transfers. WarmCookie demonstrates the use of COM for persistence through Task Scheduler. Understanding COM's role in malware is essential for cybersecurity professionals.
AppWizard
June 24, 2026
A new US price point in cybersecurity has made advanced cyber capabilities accessible to a wider audience, including individuals who may want to cause harm for personal reasons rather than financial gain. In Australia, personal cyber insurance products have traditionally focused on risks like identity theft and financial fraud, driven by economic incentives. As the nature of cyber threats evolves, existing insurance products may not adequately cover risks from individuals motivated by personal grievances, prompting a need for insurers to reevaluate coverage, risk assessment, and customer education.
Tech Optimizer
June 23, 2026
A critical security vulnerability, SVD-2026-0603 (CVE-2026-20253), has been identified in Splunk Enterprise versions 10.0.0 through 10.0.6 and 10.2.0 through 10.2.3. This flaw allows unauthenticated, remote attackers to create or truncate arbitrary files on the host system by exploiting the PostgreSQL Sidecar Service endpoints. The vulnerability is actively exploited, with public proof-of-concept code available, and has been added to the CISA Known Exploited Vulnerabilities (KEV) list. Successful exploitation can lead to full remote code execution (RCE) as the Splunk user. The vulnerability arises from inadequate authentication controls on the PostgreSQL Sidecar Service endpoints, specifically /v1/postgres/recovery/backup and /v1/postgres/recovery/restore, which are accessible without authentication. It is classified under CWE-306: Missing Authentication for Critical Function and has a CVSS v3.1 base score of 9.8 (Critical). Attackers can exploit the vulnerability by sending crafted HTTP POST requests to the exposed endpoints, allowing them to create or truncate files and potentially execute malicious scripts. Indicators of compromise include unexpected files in directories such as /tmp/ or /opt/splunk/var/run/supervisor/pkg-run/, modified Splunk Python scripts, and unusual outbound connections from Splunk to unknown PostgreSQL servers. The vulnerability aligns with several MITRE ATT&CK techniques, including T1190 (Exploit Public-Facing Application) and T1059 (Command and Scripting Interpreter). Active exploitation of CVE-2026-20253 has been confirmed, and it is likely that both opportunistic cybercriminals and sophisticated threat actors will use this exploit. The affected versions of Splunk Enterprise are 10.2.0 through 10.2.3 and 10.0.0 through 10.0.6, with the issue resolved in versions 10.2.4 and 10.0.7. Organizations are advised to upgrade to fixed versions or disable the PostgreSQL Sidecar Service as a mitigation strategy.
Tech Optimizer
June 22, 2026
Intego One is an antivirus solution for Macs that integrates four security tools into one package and is currently offered at a 50% discount. It includes an antivirus feature providing real-time protection, a firewall to prevent unwanted intrusions, and SmartClean for decluttering storage. The Complete Tier adds a VPN for secure browsing. Intego One is compatible with macOS 12 Monterey and later, requiring at least 8GB of RAM and 2GB of storage. It is available in three subscription tiers: Essential, Advanced, and Complete, with varying features and pricing based on the number of devices and plan duration.
Search