Vol. I — Est. 2026

Subigya Ghimire

Security Research · Privacy · Systems Thinking




Guide

Security tips, in plain language

Six practical questions people actually ask, answered without jargon. Updated as the threat landscape changes.

How can I spot and avoid online scams?

Most online scams rely on urgency — a limited-time offer, a locked account, a package that "couldn't be delivered." That pressure is designed to stop you from checking. Before acting on any message asking for money, credentials, or personal details, pause and verify independently: go to the organization's site directly rather than clicking through, and call a number you looked up yourself rather than one provided in the message.

Watch for a mismatch between the claimed sender and the actual sending address or domain, requests for payment via gift cards or cryptocurrency (a strong scam indicator on its own), and any message that discourages you from telling anyone else or "verifying with the company." Legitimate organizations don't ask you to keep their outreach secret.

What actually makes a password secure?

Length matters more than complexity. A long passphrase of unrelated words is both easier to remember and harder to crack than a short, "complex" password stuffed with symbols — modern cracking tools are optimized for exactly that kind of substitution pattern (like P@ssw0rd!).

The single highest-impact habit is never reusing a password across sites. When one service is breached — and eventually, one will be — reused credentials let attackers walk straight into every other account using the same combination. A password manager makes this practical: it generates and stores a unique password per site, so you only need to remember one strong master passphrase.

Pair this with two-factor authentication wherever it's offered, preferably an authenticator app rather than SMS, which can be intercepted via SIM-swapping.

How can I check if a mobile app is actually secure?

Most people can't fully audit an app themselves, but a few checks go a long way: review what permissions it requests relative to what it actually needs to do (a flashlight app asking for contacts access is a red flag), check who published it and how long it's been maintained, and read recent reviews specifically for complaints about unexpected behavior.

For a deeper look, security researchers use tools like MobSF (Mobile Security Framework), an open-source tool that performs both static analysis (examining the app's code and configuration without running it, to catch hardcoded secrets, insecure storage, and overly broad permissions) and dynamic analysis (running the app in a monitored environment to observe its actual network traffic and behavior). You don't need to run MobSF yourself to benefit from the concept — the same two questions are worth asking about any app: what does its code claim to do, and what does it actually do once running?

How do attackers use apps like Telegram and Discord as C2 channels?

Command-and-control (C2) is the channel malware uses to receive instructions and send back stolen data. Instead of running their own servers, attackers increasingly repurpose Telegram and Discord's legitimate bot APIs — free, reliable, encrypted, and blended into normal internet traffic that rarely raises suspicion.

The clearest red flags are behavioral rather than infrastructural: an application with no obvious reason to talk to a chat platform's API doing so persistently in the background, or unexplained bot tokens found bundled with cracked software. A closer look at this pattern is covered in this article.

Why are QR codes used as a phishing attack vector?

A QR code gives no visual indication of its destination before you scan it — unlike a text link, there's no URL to read or hover over first. That breaks the core habit most phishing training relies on: checking a link before clicking it. QR-based phishing ("quishing") also frequently slips past email security tools built to scan text rather than decode URLs from images.

Before scanning any QR code, especially ones on stickers in public places or in unsolicited emails, check your phone's URL preview (most cameras show one before opening the link) and read the full domain before proceeding. A deeper breakdown is in this article.

What are the basics of good digital hygiene?

A short, high-impact list: enable two-factor authentication on email, banking, and any account that offers it; keep your operating system and apps updated, since many attacks exploit known, already-patched vulnerabilities; use a password manager instead of memorized reused passwords; and back up important data somewhere that isn't connected to your main device at all times, to limit ransomware damage.

Beyond tools, the habit that matters most is verification: treating urgent requests for money, credentials, or personal information as a prompt to independently check, not immediately comply — regardless of how official the message looks.