• Home
  • News
  • Phishing – Don’t Get Hooked

Phishing – Don’t Get Hooked

09/28/2016 7:50 AM | Anonymous member (Administrator)

When in doubt--throw it out! If you receive a suspicious email message, it may be a phishing attempt. Phishing is a type of social engineering attack intended to trick you into divulging personal information. If you receive a suspicious email, don’t click on the links or attachments, and don’t send personal information such as passwords, credit card numbers, bank account numbers or social security numbers by email.  October is  National Cyber Security Awareness Month- never provide any personal information to unknown sources or respond to suspicious email.

431 18th St, NW, Washington, DC 2006  PO Box 1581  .  Vienna, VA 22180
E-mail: admin@arcretireeassoc.org
Tel: 202-303-8779. ARCRA & Retiree Connection

© American Red Cross Retiree Association All rights reserved

Powered by Wild Apricot Membership Software
function SetMyDate() { // Array of day names var dayNames = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); // Array of month Names var monthNames = new Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); var now = new Date(); document.getElementById("YOURELEMENTID").value = dayNames[now.getDay()] + ", " + monthNames[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear(); }