Misplaced Pages

Alina (malware)

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Redirected from Alina malware) Point of Sale Malware

Alina is a Point of Sale Malware or POS RAM Scraper that is used by cybercriminals to scrape credit card and debit card information from the point of sale system. It first started to scrape information in late 2012. It resembles JackPOS Malware.

Process of Alina POS RAM Scraper

Once executed, it gets installed on the user's computer and checks for updates. If an update is found, it removes the existing Alina code and installs the latest version. Then, for new installations, it adds the file path to an AutoStart runkey to maintain persistence. Finally, it adds java.exe to the %APPDATA% directory and executes it using the parameter alina=<path_to_executable> for new installations or, update=<orig_exe>;<new_exe> for upgrades.

Alina inspects the user's processes with the help of Windows API calls:

  • CreateToolhelp32Snapshot() takes a snapshot of all running processes
  • Process32First()/Process32Next() retrieve the track 1 and track 2 information in the process memory

Alina maintains a blacklist of processes, if there is no process information in the blacklist it uses OpenProcess() to read and process the contents in the memory dump. Once the data is scraped Alina sends it to C&C servers using an HTTP POST command that is hardcoded in binary.

See also

References

  1. "Alina POS malware "sparks" off a new variant". Trustwave. 18 December 2014.
  2. "Researchers ID New Variant of Alina PoS Malware | SecurityWeek.Com". www.securityweek.com. 18 December 2014.
  3. Alina POS Malware
  4. "PoS RAM Scraper Malware: Past, Present, and Future" (PDF).
  5. "PoS RAM Scraper Malware Mechanism". Archived from the original on 2016-08-10. Retrieved 2016-06-22.
  6. ^ "Alina: Casting a Shadow on POS". Trustwave. 8 May 2013.
Malware topics
Infectious malware
Concealment
Malware for profit
By operating system
Protection
Countermeasures
Hacking in the 2010s
← 2000s Timeline 2020s →
Major incidents
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
Hacktivism
Advanced
persistent threats
Individuals
Major vulnerabilities
publicly disclosed
Malware
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
Stub icon

This malware-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: