Skip to main content

VISA Basic Auth

Description

General

  • Documentation: https://developer.visa.com/
  • Summary: VISA is a company providing payment methods. Developers can build applications upon VISA solutions and data. This detector aims at catching basic authentication credentials used to perform requests.
  • IPs allowlist: This feature is not described in the documentation.
  • Scopes: When creating an application, developers can select the APIs that the app has access to.

Revoke the secret

This can be done in the app's dashboard.

Check for suspicious activity

This feature is not described in the documentation.

Details for Visa basic auth

  • Family: Api

  • Category: Payment system

  • Company: Visa

  • High recall: False

  • Validity check available: False

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 0.32

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: true
- type: ContentWhitelistPreValidator
patterns:
- visa

Examples

- text: |
@@ -11,12 +11,20 @@ spring.jpa.database=mysql
rollbar.access_token=rollbarToken
rollbar.enabled=false
#VISA
+#visa.base_url=https://sandbox.api.visa.com
+#visa.username=R7VBQT6D8VM8F1E32ZG7402lfAHAhXdJFpBHrlukrJFEudM58
+#visa.password=WEOY31762fSkGbrdhvcZO12sAv7fgB15p323DwX

client_id: R7VBQT6D8VM8F1E32ZG7402lfAHAhXdJFpBHrlukrJFEudM58
client_secret: WEOY31762fSkGbrdhvcZO12sAv7fgB15p323DwX

How can I help you ?