facebook-pixel

How to Check if a Link Is Safe Before Clicking: The Complete 2026 Guide

L
Lunyb Security Team
··10 min read

Every day, billions of links are shared through email, social media, messaging apps, and search results. Most are perfectly harmless, but a growing percentage lead to phishing pages, malware downloads, or scams engineered to steal your credentials, money, or identity. Knowing how to check if a link is safe before clicking is one of the most valuable digital skills you can develop in 2026.

This guide walks you through the exact steps, tools, and red flags used by security professionals to vet suspicious URLs, whether you received them in a text message, an email, or a direct message.

Why Link Safety Matters More Than Ever

Malicious links are the delivery mechanism behind roughly 90% of successful cyberattacks. A single click can expose your device to ransomware, drain a bank account, or hand attackers the keys to your entire digital life. In 2026, threat actors have leveled up with AI-generated phishing sites that mirror legitimate brands pixel-for-pixel, making visual inspection alone unreliable.

The good news: with a layered approach combining automated scanners, manual URL analysis, and browser-level protections, you can identify unsafe links with a high degree of confidence in under 30 seconds.

Common Threats Hidden Behind Links

  • Phishing pages that impersonate banks, email providers, or workplace login portals
  • Drive-by malware downloads triggered simply by loading a page
  • Credential harvesters disguised as file-sharing or document preview links
  • Cryptocurrency scams mimicking wallets or exchanges
  • Tech support fraud with fake warning pages and pop-ups
  • Affiliate hijacking and redirect chains that steal referral commissions

How to Check if a Link Is Safe: The 7-Step Process

Follow this sequence any time you receive a link from an unknown or unexpected source. It takes less than a minute and catches the vast majority of malicious URLs.

  1. Hover, don't click. On desktop, hover your mouse over the link to preview the real destination in the bottom-left corner of your browser or email client. On mobile, press and hold the link to reveal the URL.
  2. Inspect the domain carefully. Look for subtle misspellings (paypa1.com, arnaz0n.net) and confirm the top-level domain matches what you expect.
  3. Run it through a link scanner. Paste the URL into a trusted checker like VirusTotal, Google Safe Browsing, or URLVoid.
  4. Expand shortened links. If the URL uses a shortener, use an unshortener service to reveal the final destination before visiting.
  5. Check the site's HTTPS certificate. A padlock alone isn't proof of safety, but its absence on a login page is an immediate red flag.
  6. Search for reviews or complaints. A quick Google search of the domain plus "scam" or "phishing" often surfaces reports from other victims.
  7. When in doubt, open in a sandbox. Use a browser sandbox, virtual machine, or online preview tool to view the page without exposing your real device.

Free Tools to Scan a Link for Safety

Automated scanners cross-reference URLs against massive threat intelligence databases updated in real time. Running a link through two or three of these gives you a strong verdict within seconds.

ToolWhat It ChecksBest ForCost
VirusTotalAggregates 70+ antivirus and blocklist enginesComprehensive second opinionFree
Google Safe BrowsingGoogle's phishing and malware blocklistQuick binary safe/unsafe checkFree
URLVoid30+ reputation engines and domain dataDomain age and blacklist historyFree
PhishTankCommunity-verified phishing databaseConfirming reported phishing sitesFree
urlscan.ioLive sandbox render with screenshot and network logSeeing what a page actually loadsFree tier
Sucuri SiteCheckMalware and defacement scanChecking hacked or infected sitesFree

How to Use VirusTotal in 30 Seconds

  1. Copy the suspicious URL without clicking it.
  2. Go to virustotal.com and select the "URL" tab.
  3. Paste and press Enter.
  4. Review the detection results. Even 1-2 engine hits from reputable vendors (Kaspersky, ESET, Sophos) warrant caution.
  5. Click the "Details" and "Community" tabs for additional context and user comments.

How to Read a URL Like a Security Analyst

Manual URL inspection is a skill that pays off for the rest of your digital life. Every URL follows the same structure, and attackers rely on users not understanding it.

Anatomy of a URL

Consider this example: https://login.secure-paypal.verify-account.ru/reset?user=you

  • Protocol: https:// — encrypted, but says nothing about legitimacy.
  • Subdomain: login.secure-paypal — designed to look official but is meaningless.
  • Root domain: verify-account.ru — this is the actual site owner. It has nothing to do with PayPal.
  • Path: /reset — where on the site you're going.
  • Query string: ?user=you — parameters, sometimes used to track or personalize scams.

The trick is that the real domain is always immediately to the left of the first single slash. Everything before that (subdomains, dashes, brand names) can be freely manipulated by attackers.

Common Deception Patterns to Recognize

  • Homoglyph attacks: Using look-alike characters like Cyrillic "а" instead of Latin "a"
  • Typosquatting: gooogle.com, micros0ft.com, netfliix.com
  • Brand-in-subdomain: apple.com.security-check.net (the real domain is security-check.net)
  • Unusual TLDs: Legitimate brands rarely use .xyz, .top, .click, or .zip for logins
  • Excessive hyphens: secure-login-verify-account-signin.com
  • IP addresses in place of domains: http://192.168.x.x/login is almost never legitimate for consumer services

Handling Shortened Links Safely

Shortened URLs (bit.ly, t.co, tinyurl, and others) hide the destination by design. That's convenient for sharing, but it means you can't judge the link by its appearance. Reputable shorteners like Lunyb apply their own malware and phishing filters at creation time, but you should still verify unfamiliar short links before clicking.

Tools to Expand Short URLs

  • CheckShortURL.com — reveals the final destination plus a preview screenshot
  • Unshorten.It — expands the link and runs a basic safety scan
  • Where Goes — follows the entire redirect chain, useful for detecting cloaking
  • urlscan.io — loads the URL in a sandbox and shows the final rendered page

If you're the one creating shortened links for a business, choosing a shortener with built-in threat scanning matters. Our 2026 buyer's guide to URL shorteners compares security features across the top providers.

Red Flags in the Message Containing the Link

The link itself is only half the story. The context in which you received it often reveals more than the URL does.

Warning Signs in Emails, Texts, and DMs

  • Urgency or fear: "Your account will be suspended in 24 hours"
  • Unexpected attachments paired with a link "to verify"
  • Generic greetings like "Dear Customer" from a company that knows your name
  • Sender address mismatch: display name says "Amazon" but the email is from a random Gmail account
  • Requests for credentials, MFA codes, or payment info via a link
  • Prizes, refunds, or inheritances you didn't apply for
  • Grammar and formatting inconsistencies compared to the brand's usual style
  • Links that don't match the sender's domain (an email from bank.com linking to bank-secure.info)

Browser and Device Protections to Enable

Prevention beats detection. Turning on the right protections means even if you slip and click a bad link, your browser or operating system likely blocks the damage.

Essential Settings for Every Device

  1. Enable Enhanced Safe Browsing in Chrome or the equivalent in Firefox, Edge, and Safari. These check URLs against Google's or Microsoft's real-time threat feeds.
  2. Turn on encrypted DNS (DNS-over-HTTPS or DNS-over-TLS) using a security-focused resolver like Cloudflare 1.1.1.2 or Quad9 9.9.9.9. Both automatically block known malicious domains at the network level.
  3. Keep your browser and OS updated. Most drive-by exploits target patched vulnerabilities that users haven't installed yet.
  4. Install a reputable ad and script blocker like uBlock Origin. Many malware campaigns are delivered through malicious ads (malvertising).
  5. Use a password manager. These autofill credentials only on the correct domain, so a phishing look-alike won't trigger autofill — a built-in warning system.
  6. Enable multi-factor authentication everywhere, ideally with an authenticator app or hardware key rather than SMS.

What to Do If You Already Clicked

Mistakes happen. If you clicked a suspicious link, act quickly and methodically rather than panicking.

  1. Disconnect from the internet immediately if you suspect a malware download.
  2. Do not enter credentials if a login page loaded. Close the tab.
  3. Run a full malware scan with Microsoft Defender, Malwarebytes, or your existing security suite.
  4. Change passwords for any account you may have entered credentials into, starting with email and financial accounts. Use a different device if possible.
  5. Enable or rotate MFA on affected accounts.
  6. Monitor bank and card statements for the next 30-60 days.
  7. Report the link to Google Safe Browsing, PhishTank, or the impersonated brand's abuse address so others are protected.

Special Cases: QR Codes, Ads, and Social Media Links

QR Codes ("Quishing")

Quishing — phishing via QR codes — exploded in 2024-2025 and remains a major threat. Never scan a QR code from an untrusted source. Most modern phone cameras show the URL preview before opening; always read it and apply the same URL inspection rules above. Be especially wary of QR codes stuck over legitimate ones on parking meters, restaurant tables, and public posters.

Sponsored Search Results and Ads

Attackers regularly buy ads impersonating popular software downloads. When searching for apps like Zoom, Notion, or crypto wallets, scroll past the sponsored results and click the organic listing, or type the URL directly.

Social Media DMs

A compromised friend's account sending you a link is one of the most effective attack vectors because you trust the sender. If a message seems off — unusual tone, urgency, or unexpected requests — verify through a separate channel before clicking.

Building a Habit of Link Skepticism

Security professionals treat every unexpected link as guilty until proven innocent. That mindset costs you a few extra seconds per link and saves you from the vast majority of online threats. Over time, hovering, inspecting domains, and running scans becomes automatic.

For businesses and creators sharing links at scale, using a trustworthy shortener with abuse monitoring and analytics is equally important on the sending side. Options like the shorteners covered in our 2026 comparison — including Lunyb, Rebrandly, and Bitly — vary significantly in how aggressively they filter malicious links created on their platforms. If you're evaluating enterprise options, our Rebrandly review breaks down security and compliance features in detail.

Frequently Asked Questions

Is a link with HTTPS always safe?

No. HTTPS only means the connection between your browser and the server is encrypted — it says nothing about who owns the server or what the site does. Over 80% of phishing sites now use HTTPS certificates because they're free and easy to obtain. Always verify the domain itself, not just the padlock icon.

What's the fastest way to check if a link is safe?

Paste the URL into Google Safe Browsing's transparency report (transparencyreport.google.com/safe-browsing/search) or VirusTotal. Both give a verdict within seconds. Combine that with a quick visual inspection of the root domain and you'll catch the vast majority of malicious links.

Can I get hacked just by clicking a link without entering anything?

It's uncommon but possible. Drive-by downloads exploit browser or plugin vulnerabilities to install malware on page load. This is why keeping your browser and operating system fully updated is critical. Modern browsers with sandboxing make this attack much harder than it used to be, but not impossible.

Are shortened links inherently dangerous?

No, shortened links are a normal part of the web. The risk is that they hide the destination, so you can't judge the URL before clicking. Use an unshortener service like CheckShortURL or urlscan.io to preview the final page. Reputable shorteners also scan links for malware and phishing at creation time.

What should I do if a link came from a friend but seems suspicious?

Don't click it. Contact your friend through a different channel — a phone call, in person, or a separate messaging app — and ask if they actually sent it. Account compromises are extremely common, and attackers frequently blast malicious links to a victim's entire contact list.

Do link scanners work on links inside PDFs and documents?

Yes. Right-click the link inside the document, copy the URL, and paste it into VirusTotal or another scanner. Never click links inside unexpected PDFs or Office files directly — malicious documents are a leading delivery method for corporate ransomware.

Protect your links with Lunyb

Create secure, trackable short links and QR codes in seconds.

Get Started Free

Related Articles