How likely is it to be victim of credit card fraud on a credit card that has never been used?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
How likely is it to be victim of credit card fraud on a credit card that has never been used? Assume that the credit card was issued by a financial institution bank in the United States.
(Link to personal finance: does having more unused credit cards expose the user to significantly more credit card fraud?)
united-states credit-card fraud
add a comment |
How likely is it to be victim of credit card fraud on a credit card that has never been used? Assume that the credit card was issued by a financial institution bank in the United States.
(Link to personal finance: does having more unused credit cards expose the user to significantly more credit card fraud?)
united-states credit-card fraud
add a comment |
How likely is it to be victim of credit card fraud on a credit card that has never been used? Assume that the credit card was issued by a financial institution bank in the United States.
(Link to personal finance: does having more unused credit cards expose the user to significantly more credit card fraud?)
united-states credit-card fraud
How likely is it to be victim of credit card fraud on a credit card that has never been used? Assume that the credit card was issued by a financial institution bank in the United States.
(Link to personal finance: does having more unused credit cards expose the user to significantly more credit card fraud?)
united-states credit-card fraud
united-states credit-card fraud
asked Jan 5 at 20:10
Franck DernoncourtFranck Dernoncourt
2,59832348
2,59832348
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
There are several ways that a credit card can be compromised:
- At the point of sale. A concealed skimmer is used.
- The cashier/waitstaff is a participant in getting the card data.
- The billing software at a vendor doesn't protect the data.
- The surface mail is intercepted and it contains either the card or enough data to be able to fake having the card
- The bank database is compromised
- Social engineering to get the cardholder to provide too much information.
- Theft of card or loss of card.
- A mistake.
If you never use the card the first three items will never happen. The others in the list don't matter how often it is used. What can happen with a card that is never used is that you can forget to check to make sure that it wasn't used. Therefore a fraudulent transaction could occur, and you might not notice for months. Which could also hit you with interest and penalties.
If enough years go by the card company might just close the account.
add a comment |
Extremely unlikely. Use is what puts your account information at risk. The paperwork that comes with your new card will not have the whole number. Intercepting a new card in delivery is probably the only reasonable threat vector for a card that lives in your sock drawer.
add a comment |
More likely than you think. The first four numbers are the same for 1000's of cards from the issuer. Then there is something called the luhn 10 test. Which is a way for programmers like me to validate that the credit card has even a shot at being accurate without going to the server. https://en.wikipedia.org/wiki/Luhn_algorithm. So criminals unfortunately now have the first four numbers and an algorithm to try other possible numbers. then by brute force they could guess your number. Anyone that says its unlikely is fooling themselves. That being said I would never close a credit card. Its too big a hit on your credit score and the bank is responsible for the charges thanks to consumer protection laws passed 50 years ago.
5
The first 6 numbers are the bank identifier (including the first digit for interchange ID). The remaining 9 (10 including the checksum number) are your account number. Some banks use common prefixes in the account numbers as well. As an example my chase visa cards all have the same first 8 digits. No one is blindly brute forcing cc numbers in 2019.
– quid
Jan 5 at 20:58
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "93"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmoney.stackexchange.com%2fquestions%2f103692%2fhow-likely-is-it-to-be-victim-of-credit-card-fraud-on-a-credit-card-that-has-nev%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
There are several ways that a credit card can be compromised:
- At the point of sale. A concealed skimmer is used.
- The cashier/waitstaff is a participant in getting the card data.
- The billing software at a vendor doesn't protect the data.
- The surface mail is intercepted and it contains either the card or enough data to be able to fake having the card
- The bank database is compromised
- Social engineering to get the cardholder to provide too much information.
- Theft of card or loss of card.
- A mistake.
If you never use the card the first three items will never happen. The others in the list don't matter how often it is used. What can happen with a card that is never used is that you can forget to check to make sure that it wasn't used. Therefore a fraudulent transaction could occur, and you might not notice for months. Which could also hit you with interest and penalties.
If enough years go by the card company might just close the account.
add a comment |
There are several ways that a credit card can be compromised:
- At the point of sale. A concealed skimmer is used.
- The cashier/waitstaff is a participant in getting the card data.
- The billing software at a vendor doesn't protect the data.
- The surface mail is intercepted and it contains either the card or enough data to be able to fake having the card
- The bank database is compromised
- Social engineering to get the cardholder to provide too much information.
- Theft of card or loss of card.
- A mistake.
If you never use the card the first three items will never happen. The others in the list don't matter how often it is used. What can happen with a card that is never used is that you can forget to check to make sure that it wasn't used. Therefore a fraudulent transaction could occur, and you might not notice for months. Which could also hit you with interest and penalties.
If enough years go by the card company might just close the account.
add a comment |
There are several ways that a credit card can be compromised:
- At the point of sale. A concealed skimmer is used.
- The cashier/waitstaff is a participant in getting the card data.
- The billing software at a vendor doesn't protect the data.
- The surface mail is intercepted and it contains either the card or enough data to be able to fake having the card
- The bank database is compromised
- Social engineering to get the cardholder to provide too much information.
- Theft of card or loss of card.
- A mistake.
If you never use the card the first three items will never happen. The others in the list don't matter how often it is used. What can happen with a card that is never used is that you can forget to check to make sure that it wasn't used. Therefore a fraudulent transaction could occur, and you might not notice for months. Which could also hit you with interest and penalties.
If enough years go by the card company might just close the account.
There are several ways that a credit card can be compromised:
- At the point of sale. A concealed skimmer is used.
- The cashier/waitstaff is a participant in getting the card data.
- The billing software at a vendor doesn't protect the data.
- The surface mail is intercepted and it contains either the card or enough data to be able to fake having the card
- The bank database is compromised
- Social engineering to get the cardholder to provide too much information.
- Theft of card or loss of card.
- A mistake.
If you never use the card the first three items will never happen. The others in the list don't matter how often it is used. What can happen with a card that is never used is that you can forget to check to make sure that it wasn't used. Therefore a fraudulent transaction could occur, and you might not notice for months. Which could also hit you with interest and penalties.
If enough years go by the card company might just close the account.
answered Jan 5 at 20:30
mhoran_psprepmhoran_psprep
69.9k897176
69.9k897176
add a comment |
add a comment |
Extremely unlikely. Use is what puts your account information at risk. The paperwork that comes with your new card will not have the whole number. Intercepting a new card in delivery is probably the only reasonable threat vector for a card that lives in your sock drawer.
add a comment |
Extremely unlikely. Use is what puts your account information at risk. The paperwork that comes with your new card will not have the whole number. Intercepting a new card in delivery is probably the only reasonable threat vector for a card that lives in your sock drawer.
add a comment |
Extremely unlikely. Use is what puts your account information at risk. The paperwork that comes with your new card will not have the whole number. Intercepting a new card in delivery is probably the only reasonable threat vector for a card that lives in your sock drawer.
Extremely unlikely. Use is what puts your account information at risk. The paperwork that comes with your new card will not have the whole number. Intercepting a new card in delivery is probably the only reasonable threat vector for a card that lives in your sock drawer.
answered Jan 5 at 20:29
quidquid
39.1k875127
39.1k875127
add a comment |
add a comment |
More likely than you think. The first four numbers are the same for 1000's of cards from the issuer. Then there is something called the luhn 10 test. Which is a way for programmers like me to validate that the credit card has even a shot at being accurate without going to the server. https://en.wikipedia.org/wiki/Luhn_algorithm. So criminals unfortunately now have the first four numbers and an algorithm to try other possible numbers. then by brute force they could guess your number. Anyone that says its unlikely is fooling themselves. That being said I would never close a credit card. Its too big a hit on your credit score and the bank is responsible for the charges thanks to consumer protection laws passed 50 years ago.
5
The first 6 numbers are the bank identifier (including the first digit for interchange ID). The remaining 9 (10 including the checksum number) are your account number. Some banks use common prefixes in the account numbers as well. As an example my chase visa cards all have the same first 8 digits. No one is blindly brute forcing cc numbers in 2019.
– quid
Jan 5 at 20:58
add a comment |
More likely than you think. The first four numbers are the same for 1000's of cards from the issuer. Then there is something called the luhn 10 test. Which is a way for programmers like me to validate that the credit card has even a shot at being accurate without going to the server. https://en.wikipedia.org/wiki/Luhn_algorithm. So criminals unfortunately now have the first four numbers and an algorithm to try other possible numbers. then by brute force they could guess your number. Anyone that says its unlikely is fooling themselves. That being said I would never close a credit card. Its too big a hit on your credit score and the bank is responsible for the charges thanks to consumer protection laws passed 50 years ago.
5
The first 6 numbers are the bank identifier (including the first digit for interchange ID). The remaining 9 (10 including the checksum number) are your account number. Some banks use common prefixes in the account numbers as well. As an example my chase visa cards all have the same first 8 digits. No one is blindly brute forcing cc numbers in 2019.
– quid
Jan 5 at 20:58
add a comment |
More likely than you think. The first four numbers are the same for 1000's of cards from the issuer. Then there is something called the luhn 10 test. Which is a way for programmers like me to validate that the credit card has even a shot at being accurate without going to the server. https://en.wikipedia.org/wiki/Luhn_algorithm. So criminals unfortunately now have the first four numbers and an algorithm to try other possible numbers. then by brute force they could guess your number. Anyone that says its unlikely is fooling themselves. That being said I would never close a credit card. Its too big a hit on your credit score and the bank is responsible for the charges thanks to consumer protection laws passed 50 years ago.
More likely than you think. The first four numbers are the same for 1000's of cards from the issuer. Then there is something called the luhn 10 test. Which is a way for programmers like me to validate that the credit card has even a shot at being accurate without going to the server. https://en.wikipedia.org/wiki/Luhn_algorithm. So criminals unfortunately now have the first four numbers and an algorithm to try other possible numbers. then by brute force they could guess your number. Anyone that says its unlikely is fooling themselves. That being said I would never close a credit card. Its too big a hit on your credit score and the bank is responsible for the charges thanks to consumer protection laws passed 50 years ago.
answered Jan 5 at 20:49
Mark MonfortiMark Monforti
1,582614
1,582614
5
The first 6 numbers are the bank identifier (including the first digit for interchange ID). The remaining 9 (10 including the checksum number) are your account number. Some banks use common prefixes in the account numbers as well. As an example my chase visa cards all have the same first 8 digits. No one is blindly brute forcing cc numbers in 2019.
– quid
Jan 5 at 20:58
add a comment |
5
The first 6 numbers are the bank identifier (including the first digit for interchange ID). The remaining 9 (10 including the checksum number) are your account number. Some banks use common prefixes in the account numbers as well. As an example my chase visa cards all have the same first 8 digits. No one is blindly brute forcing cc numbers in 2019.
– quid
Jan 5 at 20:58
5
5
The first 6 numbers are the bank identifier (including the first digit for interchange ID). The remaining 9 (10 including the checksum number) are your account number. Some banks use common prefixes in the account numbers as well. As an example my chase visa cards all have the same first 8 digits. No one is blindly brute forcing cc numbers in 2019.
– quid
Jan 5 at 20:58
The first 6 numbers are the bank identifier (including the first digit for interchange ID). The remaining 9 (10 including the checksum number) are your account number. Some banks use common prefixes in the account numbers as well. As an example my chase visa cards all have the same first 8 digits. No one is blindly brute forcing cc numbers in 2019.
– quid
Jan 5 at 20:58
add a comment |
Thanks for contributing an answer to Personal Finance & Money Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmoney.stackexchange.com%2fquestions%2f103692%2fhow-likely-is-it-to-be-victim-of-credit-card-fraud-on-a-credit-card-that-has-nev%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown