Http- Cshare.us Met2 ~upd~

The URL "http- cshare.us met2" is linked to phishing scams and spam that often impersonate legitimate entities like Computershare to steal information. Users should avoid clicking these links, which are often distributed by automated bots, and instead verify any alerts directly through official channels. For guidance on avoiding such scams, visit the Federal Trade Commission's guide on phishing. www.reddit.com Fraud prevention - Computershare


How to investigate safely (step-by-step)

  1. Do not click the link from an unknown source.
  2. Reconstruct likely URL: try "http://cshare.us/met2" and "https://cshare.us/met2".
  3. Use a URL scanner (VirusTotal, Sucuri, URLScan) — paste the URL there rather than opening it.
  4. Resolve domain information:
    • WHOIS lookup for cshare.us to see registrar, creation date, registrant details.
    • DNS lookup (A, AAAA, CNAME, MX, TXT) to see hosting and records.
  5. Check hosting/IP:
    • Reverse IP lookup to see other domains on same IP (may indicate bulletproof or malicious hosting).
    • Geolocation of IP for context.
  6. Examine HTTP response safely:
    • Use curl with options to avoid following redirects and without executing content, e.g.:
      curl -I -L --max-redirs 0 https://cshare.us/met2
      
      (This fetches headers only; do NOT fetch or execute content if suspicious.)
  7. Use a sandboxed browser or virtual machine to fully load content only after other checks show it safe.
  8. Inspect page content for:
    • Login forms asking for credentials (likely phishing).
    • File download links with executables (.exe, .scr, .js) — treat as high risk.
    • Embedded redirects, obfuscated scripts, or forced downloads.
  9. Check reputation lists and search engines for reports mentioning cshare.us or "cshare us met2".
  10. If you received the link via email or chat:

2.4 Scenario D: Clipboard Sharing or Temporary Pastebin

Numerous paste sites use short, memorable domains. cshare.us could offer a shareable clipboard. The met2 part might be a randomly generated ID for a specific paste. For example, upon creating a new paste, the server redirects to https://cshare.us/met2. If a user copies the link incorrectly, they might write http- cshare.us met2 in a text note. http- cshare.us met2


3.1 Locate the Source

3. Security Risks of Visiting http://cshare.us/met2

Before clicking any unknown link, especially with http:// and a non-standard domain, consider these dangers: The URL "http- cshare

1.1 The http- Prefix: A Clue to Log Truncation or Custom Headers

In standard HTTP request logs, you rarely see a literal http- prefix. More likely, this is one of the following: How to investigate safely (step-by-step)

It is highly unlikely that http- is a valid hostname or subdomain – DNS does not allow underscores or a trailing hyphen in a hostname’s start position except under specific punycode rules, which this is not.

Goals