
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.
ga_cookie_js_parser
Advanced tools
Allows you to parse with JS https://developers.google.com/analytics/devguides/collection/analyticsjs/cookie-usage#gajs
$ npm install ga_cookie_js_parser
$ var gaCookieParser = require('ga_cookie_js_parser')
Or download parser.js
console.log(gaCookieParser(document.cookie))
{
utma: {
domainHash: '12345',
userId: '123', // GA userId
initialVisitTs: 1294887021, // unix timestamp
previousVisitTs: 1294887021, // unix timestamp
currentVisitTs: 1294887021, // unix timestamp
pageViews: 5 // page views count in this 30 min session
},
utmb: {
domainHash: '12345',
pageViews: 5, // page views count in this 30 min session
outboundClick: 10, // number of outbound links clicked counting down from 10
currentVisitTs: 1294887021, // unix timestamp
},
utmc: {
domainHash: '12345'
},
utmz: {
domainHash: '12345',
lastCookiesUpdateTs: 1294887021, // unix timestamp
sessionCounter: 1, // number of sessions from incoming sites
resourceCounter: 1, // number of sites, which user comes from
utmcsr: 'google', // source
utmccn: 'partner_287', // campaign name
utmcmd: 'organic', // medium
utmctr: 'search term', // term(s)
utmcct: '/ref.php', // content (referring page in case of referrals)
utmgclid: 'CI7wh8C6tKYCFU2DpAod7z97IQ' // gclid, linking referral back to adwords
}
}
FAQs
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.