![]() |
|
#1
|
|||
|
|||
|
Has anyone had to address the issue of card data stored by IBM's MQ series? This could particularly be a problem when connectivity is lost and the MQ messages are queued up until connectivity is restored. Ther ecould be tens of thousands of queued messages containing card data!
If that challenge has been met by anyone previously then I would welcome advice on how to remediate it. Thanks. |
|
#2
|
||||
|
||||
|
Your MQ issue is no different than any system that batch processes transactions. Key requirements that you need meet include making sure the server(s) in question are properly hardened and secured, access to those servers is extremely limited and the data store is encrypted and only the key custodians and the necessary MQ processes have access to the encryption keys.
If you do all of this as well as meet all of the other relevant PCI requirements, then you should be compliant.
__________________
Jeff Hall, Director, Risk Advisory Services RSM McGladrey Inc 801 Nicollet Mall, 11th Floor, West Tower Minneapolis, MN 55402-2526 612 376 9280 - office 612 395 7280 - facsimile www.mcgladrey.com The views presented are those of the writer and are not necessarily those of RSM McGladrey Inc |
|
#3
|
|||
|
|||
|
Quote:
Quote:
That being said you need to have controls in place to protect the data, monitor the size of the queues, and others as Jeff suggests. |
|
#4
|
|||
|
|||
|
yes - messages that sit on a queue are at risk, but more at risk are in-flight message that can be read, copied, replaced at will due to not implementing the objects and procedures specific to MQ that enable security (MQ is wide open out of the box, and is implemented that way maybe 90% of the time in my experience, with reliance on "network perimeter security" to also protect MQ).
Derek. IBM Certified WebSphere MQ Specialist. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|