Wefixit.sg By WTF Technology Specialists Singapore

Wefixit.sg By WTF Technology Specialists Singapore We are an established IT solutions company that specializes in providing quality IT services, solutions & products.. Got a Question?

We are an established Singapore based IT Services & Solutions company that provides bespoke, high quality IT Support services and tech device repairs to businesses and homes @ reasonable prices since 1999. Whether you’re a corporate or residential client — we make it our business to meet your needs at reasonable prices. Contact us via the following:
1) Chat with us live on this page.
2) D

rop us a message from the website's contact page
3) WhatsApp our Customer Care Hotline @ +65 6814 1111 https://WeFixIT.sg/WhatsApp


Official Distributor for the following brands:
MetroVac - Premium Blowers & Vacuums from U.S.A. Skross - Premium cables of Swiss design. We only distribute high quality products that are of good enough for our own use! Bookmark and Like us today for the latest hot deals, tech news, and security bulletins! We serve the following locations within Singapore:
Ang Mo Kio, Bedok, Bendeemeer, Bishan, Bukit Batok, Bukit Merah, Bukit Timah, Central Business District (CBD), Changi, Choa Chu Kang, Defu, East Coast, Jurong, Hougang, Kaki Bukit, Kallang, Kranji, Lim Chu Kang, Loyang, Macpherson, Newton, Novena, Orchard, Pasir Ris, Paya Lebar, Eunos, Mandai, Punggol, Sembawang, Sengkang, Serangoon, Simei, Sin Ming, Sungei Kadut, Sungei Tengah, Tampines, Tanglin, Thomson, Toa Payoh, Tuas, Woodlands, Yio Chu Kang, Yishun

Main Office (Strictly by Appointment only):
55 Serangoon North Ave 4 #02-08, S9, Singapore 555859

10/06/2026

Yay! We were awarded the 2025 Carousell Specialist Award Winner in the IT Services & Computing device repairs category.

Cute door gift from 2026 NVIDIA GTC
01/06/2026

Cute door gift from 2026 NVIDIA GTC

NVIDIA Jensen Huang keynote at Nvidia GTX 2026
01/06/2026

NVIDIA Jensen Huang keynote at Nvidia GTX 2026

Waiting for new launches...
01/06/2026

Waiting for new launches...

29/05/2026

Please upload the files to the cloud

We're on our way to Taiwan to report on     wi-fi 35,000ft in the air.ASUS Republic of Gamers
29/05/2026

We're on our way to Taiwan to report on
wi-fi 35,000ft in the air.

ASUS Republic of Gamers

Public Holiday Eve Job:  NAS Repair
26/05/2026

Public Holiday Eve Job: NAS Repair

  gone wrong
24/05/2026

gone wrong

VECT 2.0 Ransomware Irreversibly Destroys Files Over 131KB on Windows, Linux, ESXiThreat hunters are warning that the cy...
29/04/2026

VECT 2.0 Ransomware Irreversibly Destroys Files Over 131KB on Windows, Linux, ESXi

Threat hunters are warning that the cybercriminal operation known as VECT 2.0 acts more like a wiper than a ransomware due to a critical flaw in its encryption implementation across Windows, Linux, and ESXi variants that renders recovery impossible even for the threat actors.

The fact that VECT's locker permanently destroys large files rather than encrypting them means even victims who opt to pay the ransom cannot get their data back, as the decryption keys are discarded by the malware during the time encryption occurs.

"VECT is being marketed as ransomware, but for any file over 131KB – which is most of what enterprises actually care about – it functions as a data destruction tool," Eli Smadja, group manager at Check Point Research, said in a statement shared with The Hacker News.

"CISOs need to understand that in a VECT incident, paying is not a recovery strategy. There is no decrypter that can be handed over, not because the attackers are unwilling, but because the information required to build one was destroyed the moment their software ran. The focus has to be on resilience: offline backups, tested recovery procedures, and rapid containment – not negotiation."

VECT (now rebranded as VECT 2.0) is a ransomware-as-a-service (RaaS) scheme that first launched its affiliate program in December 2025. On its dark website, the group displays the message "Exfiltration / Encryption / Extortion," highlighting its triple-threat business model.

According to an analysis published by the Data Security Council of India (DSCI) last month, a $250 entry fee, payable in Monero (XMR), is required for new affiliates. The fee is waived for applicants from the Commonwealth of Independent States (CIS) countries, indicating an attempt to recruit individuals from the region.

In recent weeks, the group has established a formal partnership with the BreachForums cybercrime marketplace and the TeamPCP hacking group, in a move aimed at further lowering the barrier to entry for ransomware operators and incentivizing affiliates to launch attacks by weaponizing previously stolen data.

"The convergence of large-scale supply chain credential theft, a maturing RaaS operation, and mass dark web forum mobilization represents an unprecedented model of industrialized ransomware deployment," Dataminr noted earlier this month.

While the collaboration may be a sign of what's to come, its data leak site currently lists only two victims, both of which are said to have been compromised via the TeamPCP supply chain attacks. What's more, contrary to the group's initial claims of using ChaCha20-Poly1305 AEAD for encryption, Check Point's analysis has found that it uses a weaker, unauthenticated cipher with no integrity protection.

But it doesn't end there, for the C++-based lockers for all three platforms suffer from a fundamental design flaw that causes any file larger than 131,072 bytes to be permanently and irrecoverably destroyed, as opposed to being encrypted.

"The malware encrypts four independent chunks of each 'large file' using four freshly generated random 12-byte nonces, but appends only the final nonce to the specific encrypted file on disk," Check Point explained. "The first three nonces, each required to decrypt its respective chunk, are generated, used, and silently discarded. They are never stored on disk, in the registry, or transmitted to the operator."

"Because ChaCha20-IETF requires both the 32-byte key and the exact matching 12-byte nonce to reverse each chunk, the first three quarters of every large file are unrecoverable by anyone, including the ransomware operator, who cannot provide a working decryption tool even after ransom payment. Since the vast majority of operationally critical files exceed this 'large-size' threshold, VECT 2.0 functions in practice as a data wiper with a ransomware facade."

The Windows version of the ransomware, besides encrypting files across local, removable, and network-accessible storage, features a comprehensive anti-analysis suite targeting 44 specific security and debugging tools, alongside a safe-mode persistence mechanism and multiple remote-execution script templates for lateral spread.

When "--force-safemode" is active, the locker configures the next boot into Windows Safe Mode and writes its own executable path into the Windows Registry so that it's automatically run on the subsequent Safe Mode boot, where the operating system is launched in a basic state using a limited set of files and drivers.

On top of that, although the Windows variant implements environment detection mechanisms to fly under the radar, they are never invoked, allowing security teams running the artifacts to avoid triggering any evasive response. The ESXi variant, on the other hand, enforces geofencing and anti-debugging checks prior to commencing the encryption step. It also attempts to move laterally using SSH. The Linux version uses the same codebase as the ESXi flavor and implements a subset of its functionality.

The geofencing step verifies if it's running in a CIS country, and if so, exits without encrypting the files. This behavior, per Check Point, is rather unusual as most RaaS programs removed Ukraine from the CIS countries list following Russia's military invasion of the country in early 2022.

"During recent years these checks have been largely removed from ransomware," it added. "VECT including such checks and even adding Ukraine to the list of exclusions is rather uncommon. Check Point Research has two theories regarding this observation: either this code was AI generated, where LLMs were trained with Ukraine being part of CIS or VECT used an old code base for their ransomware."

It's assessed that the operators of VECT are novice actors rather than experienced threat actors, not to mention the possibility that some chunks of code could have been generated with help from an artificial intelligence (AI) tool.

"VECT 2.0 presents an ambitious threat profile with multi-platform coverage, an active affiliate program, supply-chain distribution via the TeamPCP partnership, and a polished operator panel," Check Point concluded. "In practice, the technical implementation falls significantly short of its presentation."

VECT 2.0 destroys files over 131KB due to nonce flaw, launched December 2025, making ransom payments useless.

A puff of   rising from   HQ to signify the appointment of a new
21/04/2026

A puff of rising from HQ to signify the appointment of a new

Address

55 Serangoon North Avenue 4 #02-08, S9 @ Serangoon North
Singapore
555859

Alerts

Be the first to know and let us send you an email when Wefixit.sg By WTF Technology Specialists Singapore posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share