Skip to main content

Check out Interactive Visual Stories to gain hands-on experience with the SSE product features. Click here.

Skyhigh Security

Cryptocurrency Addresses

Skyhigh CASB supports the following definitions, validation, and keyword information for Cryptocurrency Address data identifiers.

NOTE: Skyhigh CASB regex includes an extra backslash to conform with JSON string structure. Naked regex would have only one backslash, but regex in strings requires the extra backslash to be escaped. For more information, see https://www.regular-expressions.info/java.html.

Data Identifier Definition Validation Keyword

Bitcoin Address

A Bitcoin address, or simply address, is an identifier of 26-35 alphanumeric characters, beginning with the number 1 or 3, that represents a possible destination for a bitcoin payment. "[13][a-km-zA-HJ-NP-Z1-9]{25,34}"
  • bitcoin address
  • bitcoin address private key
  • bitcoin wallet address

 

Dash Pay (DASH) Address A Dash address is an identifier of 26-35 alphanumeric characters, beginning with the alphabetic character X, that represents a possible destination for a Dash payment. "X[1-9A-HJ-NP-Za-km-z]{33}"
  • Dash address
  • Dash address private key
  • Dash wallet address
Ethereum (ETH) Address An Ethereum address represents an account. For EOA, the address is derived as the last 20 bytes of the public key controlling the account, e.g., `cd2a3d9f938e13cd947ec05abc7fe734df8dd826. This is a hexadecimal format (base 16 notation), which is often indicated explicitly by appending 0x to the address. Web3.js and console functions accept addresses with or without this prefix, but for transparency we encourage their use. Since each byte of the address is represented by two hex characters, a prefixed address is 42 characters long.  "0x[0-9a-fA-F]{40}"
  • ethereum address
  • ethereum wallet address
Litecoin (LTC) Address A Litecoin address is an identifier of 26-35 alphanumeric characters, beginning with the alphabet L, that represents a possible destination for a Litecoin payment. "L[a-km-zA-HJ-NP-Z1-9]{26,33}"
  • litecoin address
  • litecoin address private key
  • litecoin wallet address
Monero (XMR) Address When you send Monero to someone you only need one piece of information, and that is their Monero address. A raw Monero address is a set of 95 characters starting with a '4'. "4[0-9AB][123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{93}"
  • monero address
  • monero address private key
  • monero wallet address
Ripple (XRP) Address Accounts in the XRP Ledger are identified by a base58 XRP Ledger Address. The address is derived from the account's master public key, which is in turn derived from a secret key.  "r[1-9A-HJ-NP-Za-km-z]{25,33}"
  • ripple address
  • ripple address private key
  • ripple wallet address
  • xrp address
  • xrp wallet address
  • Was this article helpful?