The Payment Card Industry Data Security Standard is a worldwide information security standard assembled by the Payment Card Industry Security Standards Council (PCI SSC).
0
votes
1answer
91 views
PayPal vault storage - sending credit card info securely
I am evaluating some Payment Gateway options and am looking at PayPal's vault option (similar to Braintree's vault).
What I found is that in the case of Braintree's vault storage, I can send credit ...
0
votes
1answer
32 views
Third Party Store Credit Card Info? [closed]
Does anyone know a third party that will store credit card and/or ACH information in a PCI compliant manner? So that it can viewed, and then manually processed?
I've looked at stripe.com but it looks ...
2
votes
2answers
222 views
Open Source Static Source Code Analysis Tool (Security Oriented) For Java
I am looking for an open source static source code analysis tool that can be used for security testing of an android application. I need to make sure that my application is PCI compliant.
An example ...
0
votes
1answer
34 views
security metrics
When am executing the scanning on security metrics for PCI Compliance, I am getting this following error message. Does anyone know how to resolve this?
*Title: vulnerable web program (phpRPC) Impact: ...
0
votes
0answers
59 views
HIPAA / PCI-DSS compliant online payment forms [closed]
My client is a non-profit in the healthcare industry, and they would like to accept online payments for patient accounts. They have signed up with authorize.net for their payment gateway.
Besides ...
2
votes
2answers
69 views
Process to detect security vulnerability in my Iphone app
I am working on an Iphone application and I have a credit card payment process. I also save the credit card for quick use later.
I want to make sure I follow all the security standarts presented by ...
0
votes
1answer
24 views
DDoS clear view [closed]
I have a doubt whether DDoS attack refers to network attack of a system (by sending maximum ip packets) or violating the query string by filling some javascript in input text boxes?
what do DDoS ...
0
votes
1answer
50 views
Storing Debit Card Information for Online Use
If I need to store Debit Card information, what fields will have to be stored?
For example, with Credit Cards the fields are
Card Number
Expiration month/year
Cardholder's Name
Zip (sometimes)
CCV ...
0
votes
2answers
74 views
Credit Card - How Unique is First6,Last4, expMonth & expYear
I'm building a manager class with PHP to manage credit card payment authorizations. With credit cards, we're allowed to keep First6, last4, expiration_Month and expiration_Year.
I'm really ...
-2
votes
1answer
83 views
SQL Profiler and PCI [closed]
I want to write a program like SQL Profiler. It will run 24x7 monitoring security and performance of SQL Server. The results will go to a log aggregator using a syslog interface. What SQL Server API ...
0
votes
0answers
156 views
PCI-DSS compliant Java application servers [closed]
Which versions of the major Java application servers (JBoss, GlassFish, Tomcat, WebLogic, WebSphere) are not PCI-DSS compliant?
For instance, if a server version is no longer supported, is it ...
0
votes
2answers
146 views
multiple captures on a single credit card authorization
In lieu of saving credit card information locally for recurring payments I was thinking I could request an authorization from a payment gateway for a certain amount and then capture that amount ...
2
votes
1answer
64 views
Sending 12 first digits in PAN, is that considered PCI-DSS compliant?
I'm looking at a solution that requires us to capture and send the first 12 digits of a customers PAN in order to initiate a transaction that will be finalized by the customer at a later stage with an ...
0
votes
2answers
188 views
SagePay's Direct Integration Or CyberSource's SOAP API Method!! Should I be PCI complaint?
I am currently integrating payment gateway to our merchant page. We are expecting about 100000 to 0.5mil transactions per month on our website. We have SSL certificate on our payment pages. Both ...
0
votes
1answer
63 views
PCI-DSS Compliance - Debiting Cards Via Tokens [closed]
I am using a third party payment provider which uses a token based approach to enable my application to debit users cards without storing card details.
I believe as the third pary stores the card ...
1
vote
2answers
56 views
Are subdomains covered under PCI?
I have been asked to set up some registration forms for clients that will take payments, similar to this site (https://www.martialartstechnologies.com/register?tournamentID=82). I am a reseller for ...
2
votes
1answer
324 views
How to disable SSLv2 in favor of SSLv3 for WCF net.tcp and https services
As part of a PCI compliance testing we discovered that our WCF net.tcp endpoints that are secured using transport level security and certificates are allowing for SSLv2 connections. Our services are ...
0
votes
1answer
66 views
PHP site with NET ValidateRequest errors
I have a PHP site that fails on the PCI complience and the only error that i am getting is
Microsoft ASP.NET ValidateRequest Filters Bypass Cross-Site Scripting Vulnerability
This is a PHP site on ...
0
votes
0answers
68 views
How to encrypt database connection credentials on a web server? [closed]
OWASP advise against storing DB credentials in plain text:
https://www.owasp.org/index.php/Password_in_Configuration_File
However, they don't provide suggestions of how to encrypt the DB access ...
0
votes
1answer
75 views
PCI - Card Data Transmission
I understand that PCI compliance affects not just storage of card details but does it also affect transmission. E.g. if I simply want to collect a card number and transmit it over https does this ...
0
votes
0answers
48 views
js help for a credit card transaction
I need help getting the do /while look inside this short function to work. I want to un-comment the lines that are currently commented and get them working with a real-time check loop on the ...
0
votes
1answer
25 views
ClickOnce verbose - PCI compliance logging
Is verbose ClickOnce logging considered compliant with PCI DSS 2.0 Requirement 10.2.7, at least as far as its content (Requirement 10.3) goes?
(10.2) Implement automated audit trails for all ...
1
vote
1answer
95 views
How to prevent code injection windows server 2008 R2 .aspx
I look after a site that needs to comply with PCI guidelines. After a lot of work sometime ago it finally passed the PCI security check. Recently it's started failing again. I suspect this is because ...
1
vote
1answer
337 views
PCI-DSS 1.3.3/1.3.5, restricting outbound access from DMZ to Internet
we are in the process of obtaining for a PCI Level 1 and I'd really appreciate if anyone can help shed some light on the PCI-DSS 1.3.3 & 1.3.5 requirements which states:
1.3.3 - "Do not allow any ...
0
votes
1answer
84 views
Pci-Dss Policies And Procedures
I have bought PCI Compliant Security Policies and Procedures document from pcipolicy. Their written policies are ok.However, document does not help me on procedures. They just give the same ...
1
vote
4answers
216 views
Change passwords every 90 days for ASP.Net to help PCIDSS
I'm completing the PCIDSS assessment.
The requirements state passwords must be changes at least every 90 days, and be different from any of the previous 4 passwords.
I'm not certain whether this is ...
0
votes
0answers
61 views
What is the PCI Minimum that lets a DB be on a web server?
Does this configuration meet PCI minimums for an ecommerce web site?
The database being on the same server as the web site where the DB stores customer infomation including the name and exp. date but ...
0
votes
3answers
78 views
Pci- dss section 10
There are plenty of log reporting tool but I am having trouble on choosing.
Can anyone advice me a tool for audit-log monitoring?
Thanks in advance
0
votes
1answer
222 views
Internal Vulnerability Scan Report
How do I write an Internal Vulnerability Scan Report for my project?
Do I have to use a tool to generate this report?
I have searched on the web related to this but I have been unable to understand ...
0
votes
2answers
516 views
How display last 4digits from credit card number
I need to present, for user, last 4 digits of credit card attached to our system (as skype does for example).
It should look like:
We will charge your card xxx-xxx-xxxx-1234
For authorizing and ...
0
votes
1answer
88 views
Store cardholder data in PayPal or other service provider?
I'm working on a e-commerce website with PayPal direct payment. Our customers are supposed to enter their credit card information in the page that hosted by PayPal, so that our server will NEVER touch ...
2
votes
1answer
240 views
I have a few questions for PCI compliance
I'm looking at the Merchant accounts, and from what I understand, storing a shipping address is okay for PCI Compliance, is this true? Also, it seems Recurly's API would require SAQ C or SAQ D and I ...
0
votes
0answers
30 views
Sharing of Customer Invoices? PCI or privacy policies?
This is a privacy policy question. We own an ecommerce store and we actually manage several sub-stores within the main store for various non-profit organizations. We brand the stores to the ...
1
vote
2answers
414 views
Storing customer payment details - PCI Compliance
I'm working on a project with a new client and they've had some problems getting a merchant account for processing their online payments due to the business type. The system works in a similar way to ...
0
votes
1answer
115 views
WordPress Plugin and One-Way Encryption
I was hoping someone could help me sort something out. I've been working on a shopping cart plugin for WordPress for quite a while now. I started coding it at the end of 2008 (and it's been one of ...
0
votes
1answer
92 views
Does the PCI Standard apply to storing information about paper checks
Does the PCI DSS standard apply to providers that solely work with check by phone ?
i.e collecting
1) Account numbers
2) Routing numbers
3) Check number
in other words - no credit cards
Thanks
0
votes
3answers
311 views
transparent proxy to replace Credit Card Data with a Token to avoid PCI DSS scope
I work on the PCI DSS compliance of my company. After some research, i found out it is no good idea to store any credit card data at all, as this makes things far more complex.
I found a payment ...
0
votes
1answer
171 views
How do you provide encryption keys to a daemon or service?
I am trying to figure out a solution to a 'chicken and egg' issue which I have come across in a project I am working on for a new venture.
The systems in question are handing credit card data and as ...
4
votes
2answers
448 views
How to take credit cards online for future payments?
I have a couple of clients that want to take credit card details on their website that they can then bill in the future (one runs courses and users are only billed 4 weeks before their course if they ...
3
votes
3answers
303 views
What restrictions, if any, exist over source code repository management under PCI-DSS?
What restrictions, if any, exist over source code repository management under PCI-DSS?
The company I work at wants to develop a credit card processing service for clients hosted under our network. At ...
3
votes
2answers
811 views
How to make Google App Engine PCI Compliant?
I have read a few articles that say in order to have a PCI compliant cloud solution you need to have a private cloud environment and cannot use google app engine. Is it possible to create a PCI ...
2
votes
1answer
174 views
Do PCI requirements apply if you have a card number on an image but don't actually collect the data? [closed]
Company I work for will be receiving scanned images of forms from which we will be gathering data (putting into an XML file) Credit card numbers will have been written onto the forms, but we won't be ...
1
vote
2answers
166 views
Is my desktop app in scope for PCI certification? [closed]
I have a payment processing client that runs exclusively on the desktop. The operator enters payment data and clicks a button and my app sends the data off to a payment gateway via a secure channel. ...
1
vote
4answers
899 views
Do I have to be PCI DSS Compliant?
What I am doing is developing a financial software and connect it to a third party credit card company which is pci compliant. Our company is a Canadian company. We are not pci compliant and not ...
1
vote
2answers
245 views
Securing site against XSS attacks
I have an ecommerce site which has to be PCI compliant. The issue I have is that it fails on a XSS attack:
www.mydomain.com?qs=%3c%2fscript%3e%3c script%3ealert(12345)%3c%2fscript%3e
Is there a way ...
1
vote
1answer
2k views
ModSecurity Rules: Which are better - GotRoot or TrustWave?
We've looking for some additional rules for ModSecurity (mod_security) - there are 2 commercial options, either GotRoot, or the new ones from TrustWave
http://www.gotroot.com/mod_security+rules
...
1
vote
2answers
259 views
Writing my own end to end payment proccessing system
For my final project in college I want to write my own payment processing system. It would have a backend payment processing server and client (merchant) frontend.
I would like to have the backend ...
1
vote
0answers
169 views
iFrame Hosted Payments
I'm attempting to "consolidate" all payment entries for all our various web applications under a single "hosted" payment entry web application. To be as "flexible" as possible with our various ...
1
vote
0answers
242 views
PCI - Store Cryptographic Keys Securely, Requirement 3.4
From the PCI DSS2 docs:
https://www.pcisecuritystandards.org/documents/pci_dss_v2.pdf
3.4.1.b Verify that cryptographic keys are stored securely (for
example, stored on removable media that is ...
1
vote
0answers
399 views
Has anyone achieved Level 1 PCI compliance on AWS? [closed]
All the FAQs, documents and statements published by AWS aside, did any Level 1 merchant actually achieve PCI compliance on AWS yet? We're evaluating moving some of our services to EC2/VPC, but our ...
