???
???
???
Automatically find noteworthy events from live or historical reports.
Generate presentations in seconds.
curl https://raw.githubusercontent.com/will-plutoflume/insights-preprocessor/master/setup.sh | zsh
No tests have been run yet. |
x={}; y=[]; blobby.forEach(evt => { evt.recipient_ads.forEach(r => { domain=r.split("@")[1]; if (x.hasOwnProperty(domain)) { x[domain]++ } else { x[domain]=1 } }) }); Object.keys(x).forEach(k => { y.push([k, x[k]]) }); y.sort((a,b) => { if (a[1] > b[1]) { return -1 } else if (a[1] == b[1]) { return 0 } else { return 1 }});
phrases = ["confidential","secret","do not","board pack","financial","forbidden","OS","private","internal"]; blobby.forEach(evt => { evt.attachment_names.forEach(a => { phrases.forEach(p => { if (a.toLowerCase().includes(p)) { console.log(a) } }) }) });
blobby.forEach(evt => { if (evt.subject == "" && evt.attachment_names.length > 0) { console.log(evt.sender_ad + " -- " + JSON.stringify(evt.attachment_names) + " -- " + JSON.stringify(evt.recipient_ads)) } })
x = {}; blobby.forEach(evt => { if (evt.exchanged_encrypted_attachments) { console.log(evt) } }); console.log(x)
blobby.forEach(evt => { if (evt.subject.toLowerCase().includes("fwd") && evt.attachment_names.length > 0) { console.log(evt.subject + " -- " + JSON.stringify(evt.attachment_names)) } })
blobby.forEach(evt => { evt.attachment_names.forEach(a => { if (a.toLowerCase().includes("fy23") || a.toLowerCase().includes("fy24") || a.toLowerCase().includes("fy2023") || a.toLowerCase().includes("fy2024") ) { console.log(evt.attachment_names) } }) })
x={}; y=[]; blobby.forEach(evt => { evt.attachments_extensions.forEach(ext => { if (x.hasOwnProperty(ext)) { x[ext]++ } else { x[ext]=1 } }) }); Object.keys(x).forEach(k => { y.push([k, x[k]]) }); y.sort((a,b) => { if (a[1] > b[1]) { return -1 } else if (a[1] == b[1]) { return 0 } else { return 1 }});
x=[]; blobby.forEach(evt => { evt.attachment_names.forEach(a => { if (a.split(".")[1] == "pdf" && a.toLowerCase().indexOf("payslip") == -1) { x.push(a) } }) }); console.log(x)
x=[]; blobby.forEach(evt => { if (evt.sender_ad.toLowerCase() == "SENDER_ADDRESS".toLowerCase()) { x = x.concat(evt.attachment_names) } }); console.log(x)
x=[]; blobby.forEach(evt => { if (evt.sender_ad.toLowerCase() == "SENDER_ADDRESS".toLowerCase()) { x = x.concat(evt.subject) } }); console.log(x)
x=[]; blobby.forEach(evt => { let found=false; for (var i=0;i<x.length;i++) { if (x[i][0] == evt.sender_ad) { x[i][1] += evt.attachment_names.length; found=true } }; if (!found) { x.push([evt.sender_ad,evt.attachment_names.length]) } }); x.sort((a,b) => { if (a[1]>b[1]) { return -1 } else if (b[1]>a[1]) { return 1 } else { return 0 } }); console.log(x);
x=[]; blobby.forEach(evt => { x.push([evt.subject,evt.attachment_names.length]) }); x.sort((a,b) => { if (a[1]>b[1]) { return -1 } else if (b[1]>a[1]) { return 1 } else { return 0 } }); console.log(x);
x=[],blobby.forEach(t=>{let e=!1;for(let n=0;n<x.length;n++)if(x[n][0]==t.sender_ad){e=!0,t.unauthorised_account.length>0&&(unauths=t.unauthorised_account.split(",")).forEach(t=>{x[n].includes(t.trim())||x[n].push(t.trim())});break}if(!e){let a=[t.sender_ad];t.unauthorised_account.length>0&&(a=a.concat(t.unauthorised_account.split(",").map(t=>t.trim()))),x.push(a)}}),x.sort((t,e)=>t.length>e.length?-1:t.length<e.length?1:0);
x=[],blobby.forEach(e=>{let n=!1;if(e.subject.length>0){for(let t=0;t<x.length;t++)if(x[t][0]==e.subject){n=!0,e.sender_ad.length>0&&!x[t].includes(e.sender_ad)&&x[t].push(e.sender_ad);break}!n&&e.sender_ad.length>0&&x.push([e.subject,e.sender_ad])}}),x.sort((e,n)=>e.length>n.length?-1:e.length<n.length?1:0);
Data has been analysed. Some data may have been cleaned before chart generation.
Select a category to view user pairings |
Date | Subject / Attachments | From / To | Flags | Score | Priority / Sensitivity |
---|
User | Score | Attachments (Excluding image files) | Interesting Events |
---|