
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
cloudflash-kaspersky
Advanced tools
cloudflash kaspersky module implements Kaspersky Antivirus configuration on Cloudflash based on unix systems
Verb | URI | Description |
---|---|---|
POST | /kaspersky | To create KAV configuration |
GET | /kaspersky | List summary of KAV configuration |
GET | /kaspersky/:id | List summary of KAV configuration by ID |
PUT | /kaspersky/:id | Update existing KAV configuration in VCG/CPEs by ID |
Verb URI Description
POST /kaspersky To create KAV configuration.
Example Request and Response
{
"enable": false,
"web":
{
"upload": false,
"download": true
},
"email":
{
"pop3": false,
"smtp": false
}
}
{
"enable": false,
"web":
{
"upload": false,
"download": true
},
"email":
{
"pop3": false,
"smtp": false
},
"id": "9eeaafce-ed00-4737-88fd-38b59e398f56"
}
Verb URI Description
GET /kaspersky List summary of KAV configuration.
Note: The request does not require a message body.
Success: Returns JSON data with kav status.
Response
[
{
"enable": false,
"web":
{
"upload": false,
"download": true
},
"email":
{
"pop3": false,
"smtp": false
},
"id": "9eeaafce-ed00-4737-88fd-38b59e398f56"
}
]
Verb URI Description
GET /kaspersky/:id List summary of KAV configuration by ID.
Note: The request does not require a message body.
Success: Returns JSON data with kav status.
Response
{
"enable": false,
"web":
{
"upload": false,
"download": true
},
"email":
{
"pop3": false,
"smtp": false
},
"id": "9eeaafce-ed00-4737-88fd-38b59e398f56"
}
Verb URI Description
POST /kaspersky/:id update kav configuration.
Example Request and Response
{
"enable": true,
"web":
{
"upload": false,
"download": true
},
"email":
{
"pop3": true,
"smtp": false
}
}
{
"enable": true,
"web":
{
"upload": false,
"download": true
},
"email":
{
"pop3": true,
"smtp": false
},
"id": "9eeaafce-ed00-4737-88fd-38b59e398f56"
}
FAQs
cloudflash kaspersky module implements Kaspersky Antivirus configuration on Cloudflash based on unix systems
We found that cloudflash-kaspersky demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.