A forum for reverse engineering, OS internals and malware analysis 

Forum for analysis and discussion about malware.
 #25519  by boos
 Fri Apr 17, 2015 11:52 am
apologies for the hijacking: do you know if are there some evidences of POS RAM scraper for Linux ?
 #25675  by grum
 Fri Apr 17, 2015 6:13 pm
POC ;)
Code: Select all
RamScraper

A Python program that scans RAM.

RAM scrapers are a branch of malware that is used mainly to extract credit card info from PoS(Point of Sale) machines. This code demonstrates the most used technique to 'scrape' RAM. This exact technique was used in the Target credit card heist by BlackPOS.
https://github.com/joren485/RamScraper
 #25676  by EP_X0FF
 Sat Apr 18, 2015 12:45 am
grum wrote:POC ;)
Code: Select all
RamScraper

A Python program that scans RAM.

RAM scrapers are a branch of malware that is used mainly to extract credit card info from PoS(Point of Sale) machines. This code demonstrates the most used technique to 'scrape' RAM. This exact technique was used in the Target credit card heist by BlackPOS.
https://github.com/joren485/RamScraper

Have you read topic title before posting this copy-paste from win32 pos?

@boos

If they ever exists I've never heard about something like this.