aimacode / aima-data

Data files to accompany the algorithms from Norvig And Russell's "Artificial Intelligence - A Modern Approach"
Other
267 stars 267 forks source link

spam.txt contains a virus #20

Open DirkRose opened 1 year ago

DirkRose commented 1 year ago

Hi I thought I would raise this with the project.

EN-text/spam.txt contains an email that has the Base64 code of an infected attachment. The email starts on line 2235, attachment name OMO.doc.com

The infection is https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?Name=Worm:Win32/Sircam.A@mm

This is flagged on Virus Total and is blocked by a number of AV products.

Jadiker commented 1 month ago

Also blocked on Windows Defender.

Jadiker commented 1 month ago

I'm helping run a class that uses this submodule. What are the threat concerns for this virus? I imagine because it's base 64 encoded, opening it with usual code-editors won't be an issue. If we tell students to just delete the file (as we won't be using it for this particular course), will that keep their computer safe? (Assuming their antivirus didn't pick it up, or they told their antivirus to ignore it because they thought they needed it for class.)