Skip to content

Commit b43f889

Browse files
authored
Merge pull request #7 from cerrussell/feature/monero
Feature/monero - Go and Rust
2 parents 761b85f + cd956e7 commit b43f889

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
text: Review for Monero identified in a binary produced by Go build
3+
group: SYMBOL_REVIEWS
4+
exe_type:
5+
- gobinary
6+
- x86_64-executable
7+
rules:
8+
- id: MONERO_API_GO
9+
title: Detect use of Monero wallet
10+
summary:
11+
description: |
12+
Monero is a cryptocurrency focused on private and censorship-resistant transactions.
13+
patterns:
14+
- AddAddressBook
15+
- ChangeWalletPassword
16+
- CheckReserveProof
17+
- CheckSpendProof
18+
- CheckTxKey
19+
- CheckTxProof
20+
- CloseWallet
21+
- CreateWallet
22+
- DeleteAddressBook
23+
- ErrDaemonIsBusy
24+
- ErrWrongKeyImage
25+
- ErrWrongPaymentID
26+
- ErrWrongTxID
27+
- ExportKeyImages
28+
- ExportMultisigInfo
29+
- FinalizeMultisig
30+
- Float64ToXMR
31+
- GenerateFromKeys
32+
- GetBalance
33+
- GetBulkPayments
34+
- GetPayments
35+
- GetReserveProof
36+
- GetSpendProof
37+
- GetTransferByTxID
38+
- GetTransfers
39+
- GetTxKey
40+
- GetTxNotes
41+
- GetTxProof
42+
- ImportKeyImages
43+
- ImportMultisigInfo
44+
- IncomingTransfers
45+
- MakeIntegratedAddress
46+
- MakeMultisig
47+
- NewPaymentID256
48+
- NewPaymentID64
49+
- OpenWallet
50+
- PrepareMultisig
51+
- RelayTx
52+
- RescanBlockchain
53+
- RescanSpent
54+
- SetTxNotes
55+
- SignTransfer
56+
- SplitIntegratedAddress
57+
- StartMining
58+
- StopMining
59+
- StopWallet
60+
- StringToXMR
61+
- SubmitMultisig
62+
- SubmitTransfer
63+
- TransferSplit
64+
- XMRToDecimal
65+
- XMRToFloat64
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
text: Review for Monero identified in a binary produced by cargo build
3+
group: SYMBOL_REVIEWS
4+
exe_type: genericbinary
5+
rules:
6+
- id: MONERO_API_RUST
7+
title: Detect monero API
8+
summary:
9+
description: |
10+
Monero is a cryptocurrency focused on private and censorship-resistant transactions.
11+
patterns:
12+
- blockdata::block::Block
13+
- blockdata::block::BlockHeader
14+
- blockdata::transaction::OwnedTxOut
15+
- blockdata::transaction::Transaction
16+
- blockdata::transaction::TransactionPrefix
17+
- blockdata::transaction::TxIn
18+
- blockdata::transaction::TxOut
19+
- consensus_encode
20+
- consensus_decode
21+
- cryptonote::hash::Hash
22+
- monero::blockdata::transaction::Transaction
23+
- monero::consensus::encode::deserialize
24+
- monero::util::key
25+
- Network::Mainnet
26+
- Network::Stagenet
27+
- util::amount::SignedAmount
28+
- MONERO_MUL_FACTOR
29+
- consensus::encode::Encodable
30+
- TxOutTarget
31+
- tx_pubkey

0 commit comments

Comments
 (0)