DontPhishMe
DontPhishMe is an addon that utilizes pattern matching to protect Malaysian Internet users against online banking phishing website.
Τι είναι το DontPhishMe;
Το DontPhishMe είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AntiPhishing.My, και η κύρια λειτουργία του είναι "DontPhishMe is an addon that utilizes pattern matching to protect Malaysian Internet users against online banking phishing website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης DontPhishMe
Λήψη αρχείων επέκτασης DontPhishMe σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
DontPhishMe is an addon that utilizes pattern matching to protect Malaysian Internet users against online banking phishing website. DontPhishMe is an initiative of MyCERT, CyberSecurity Malaysia, to provide a security mechanism in preventing online banking phishing threat specifically for local Malaysian banks. DontPhishMe is an addon to Firefox that alerts you if an online banking web page that you visit appears to be asking for your personal or financial information under false pretences. This type of attack, known as phishing or spoofing, is becoming more sophisticated, widespread and dangerous. That's why it's important to browse safely with DontPhishMe. DontPhishMe will automatically warn you when you encounter a page that's trying to trick you into disclosing personal information. DontPhishMe obtined 100% FREE award granted by Softpedia, which mean DontPhishMe is free from spyware, malware and viruses - http://mac.softpedia.com/progClean/DontPhishMe-Clean-117979.html List of supported online banking websites : * Maybank2u * Cimbclicks * Public Bank * Bank Rakyat * Bank Islam * HSBC * EON Bank * UOB * AMBank * OCBC * RHB * Citibank * Standard Chartered Bank * Al Rajhi Bank * Affin Bank * Hong Leong Bank * Alliance Bank * BSN * Muamalat * Kuwait Finance House * Agrobank Changelogs ========= 1.7.16 - Signature updates 1.7.15 - Signature updates 1.7.14 - Signature updates 1.7.13 - Signature updates 1.7.12 - Signature updates 1.7.11 - Signature updates 1.7.10 - Signature updates 1.7.9 - Signature updates 1.7.8 - Signature updates 1.7.7 - Bug fixes 1.7.6 - Signature update Bug fixes 1.7.5 - Major signature fixes Complete interface (popup) changes 1.7.4 - 'Pattern' updated Added support for Agrobank 1.7.3 - 'Pattern' updated Whitelisted domain updated 1.7.2 - 'Pattern' updated Minor update on the detection method 1.7.1 - Support new branding of Hong Leong Connect 1.7.0 - Added support for Kuwait Finance House False positive for cimbbizchannel.com fixed False positive for hongleongonline.com.my fixed Minor tweak 1.6.0 - Whitelist the domain instead of subdomain and domain Added support for Bank Muamalat Added support for BSN Improve performance and resource utilization 1.5.3 - update the whitelisted URL 1.5.2 - Minor tweak for whitelisting 1.5.1 - redirect to new landing page at antiphishing.my pass the phishing URL to the landing page (for MyCERT handling process) improved pattern matching technique - Thanks to M Hafiz (MyCERT) disable all input in the phishing website if users choose to ignore the popup
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | dcocnlnaeajfeijedjoebdgccahmbope |
Επίσημο URL | https://chrome.google.com/webstore/detail/dontphishme/dcocnlnaeajfeijedjoebdgccahmbope |
Περιγραφή | DontPhishMe is an addon that utilizes pattern matching to protect Malaysian Internet users against online banking phishing website. |
Μέγεθος Αρχείου | 68.38 KB |
Αριθμός Εγκαταστάσεων | 525 |
Τρέχουσα Έκδοση | 1.7.16 |
Τελευταία Ενημέρωση | 2014-10-27 |
Ημερομηνία Δημοσίευσης | 2014-10-27 |
Αξιολόγηση | 4.33/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | AntiPhishing.My |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.antiphishing.my/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "combined.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ "res\/logo.png" ], "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "converted_from_user_script": true, "description": "DontPhishMe is an addon that utilizes pattern matching to protect Malaysian Internet users against online banking phishing website.", "name": "DontPhishMe", "version": "1.7.16" } |