Skip to main content

Du phishing grossier

J'ai déjà vu du fishing (courriel non solicité immitant un courriel officiel), mais celui-ci est particulièrement mal fait...
C'est tellement nul que j'ai envie de répondre...

From: EMPLOI CANADA <mmargy89@tin.it> Ah bon, Emploi Canada est localisé en Italie
Date: 2016, Mar 13
To: me

Bonjour

Cher citoyen,Dans le cadre de lutter contre le sous-développement, le voyage
clandestin, la pauvreté et le chômage des diplômés de l’Afrique et de l'Europe,
le service IWC (INTERNATIONAL WORK CANADA) (Au Canada, il y a deux langues officielles, et tous les sigles sont traduits dans les deux langues) organise un recrutement dans tous
les domaines d'activités y comprirent (faute) la main d’œuvre afin d'aider chaque
citoyen qui veux travailler (phrase mal construite) et vivre au Canada. Alors, si vous êtes intéressé (mauvais niveau de langage)
veuillez nous faire parvenir les dossier (faute) tels que : DOSSIERS DE CANDIDATURE
-Une lettre de motivation dans laquelle vous mentionnez le but de votre
immigration.
-Un curriculum vitae(CV) bien détaillé
-Un acte de naissance ou toute autre pièce pouvant attestée (faute) votre identité
-Diplômes obtenus-Une photo d'identité
-Votre passeport pour vérification de votre disponibilité à voyager.
-Dans le cas où vous ne disposez pas de passeport vous le signalez (phrase mal construite) dans votre
lettre de motivation pour que nous puissions vous aider à rentrer en possession
de ce dernier en nous envoyant votre carte d'identité. En outre après étude de
dossiers et si votre demande a été acceptée nous serons en mesure de vous
fournir des documents nécessaires qui suivront votre immigration en terre
Canadienne (on emploi jamais "terre canadienne" dans les documents officiels).
NB : VEUILLEZ NOUS FAIRE PARVENIR VOTRE DEMANDE D'EMPLOI (On parle ici de demande d'emploi, plus haut de dossier de candidature) SOUS LA REFERENCE Réf
: 004/GC/DRH/GOV-CA-IW-2015 par Émail : canada_emploiequebec@yahoo.ca (il y a même une faute dans l'adresse courriel ! On mélange Emploi Canada et Emploi Québec - les deux organismes existent bien, mais sont indépendants. Évidemment, aucun organisme officiel n'utilise de compte yahoo... )
Le chargé de l'information Mr Lucien Andrick.
DIRECTEUR INTERNATIONAL WORK

Comments

Popular posts from this blog

Drive replacement for Fostex DMT8-vl

The IDE hard drive on my Fostex DMT8-vl multitrack recorder shows signs of its imminent death; when getting hot, I could not record anymore. Must be said this drive comes from an old Sun Station, and has been replaced because I/O failures were detected by Solaris. It worked at least 5 years in my recorder: not so bad. However, time is now to replace it. The DMT8-vl is not able to handle drives bigger than 8.4 GB. Well, it is able to (the current drive is 15 GB), but only 8.4 GB will be usable. My tought was to use a 8 GB CompactFlash; having no moving parts means no noise, which is quite temptating for a music recording device. I purchased a CompactFlash-IDE adapter on the internet (8$) and I had to build a male-male IDE cable adapter (4$). Unfortunately, this doesn't work. The drive is correctly discovered by the operating system, which proposes to format it ("format IDE?"). After answering "yes", the formating runs pretty fast (faster than on a real drive), ...

My journey with ATtiny4313 (part 1)

Introduction The context For a personal project, I want to program an Atmel ATtiny4313 microcontroller. I use microcontrollers for several years, but not on a regular basis (maybe 3-4 times a year), mostly for testing and generally with a deceptive result. But failure isn't the best training? This article aims to share my errors and success, as well as being a personal log. The project The project is to replace the main board of a Soundpool MO4, a MIDI OUT extension for the Atari ST; details here . Overall, the project is pretty simple: reading the parallel port and copy verbatim the data to MIDI out. This is the reason behind my choice of this particular microcontroller, since it embeds an USART and has an 8 bits parallel port (20 pins DIP package). The MO4 having 4 MIDI Outs, I will use 4 ATTiny4313, one for each out; this is actually cheaper than finding a 4-channel USART. Each microcontroller must determine if the data present on the parallel port shoul...

Samba: Clients get "system error 1223" (or 123) after a server reboot

Facts: a Linux+Samba server shares anonymously a folder. After a reboot, Win clients could not attach the share drive anymore. C:\>net use \\mylinux\folder Enter the user name for 'mylinux': System error 1223 has occurred. The operation was canceled by the user. C:\>net view \\mylinux\ System error 123 has occurred. The filename, directory name, or volume label syntax is incorrect. The process are present, and tcpdump doesn't provide much information. What's going on? After hours of headscratching, the light came: the firewall was on and no rules for the Samba protocol! Grrr!