Anyone else experiencing #microsoft calling most #docusign email phishing this week?
Anyone else experiencing #microsoft calling most #docusign email phishing this week?
Latest issue of my curated #cybersecurity and #infosec list of resources for week #45/2024 is out!
It includes the following and much more:
➝ #Snowflake Alleged Hacker Arrested
➝ #Nokia Looking Into Potential #Breach
➝ #INTERPOL Disrupted 22k Malicious Servers
➝ #Meta Fined $15.7M in South Korea
➝ #Docusign Used for #Phishing
➝ #Roblox Users Targeted;
Subscribe to the #infosecMASHUP newsletter to have it piping hot in your inbox every week-end
Lead UI/UX designer role at Docusign, various locations
Grig mentions a key #automation that solved an important bottleneck:
> "For example, when you work with any vendor for a pharmaceutical company, almost everybody requires an NDA to be signed. This by itself can eat up to two weeks of time on both ends of this transaction. We had automated this NDA signing process so that it would usually happen in hours. Many of our vendors would follow up and tell us how insanely fast this was and how it was the smoothest and fastest contracting experience that they had ever had."
Some behind the scenes info on this: I built it by wiring up a form builder, #make.com and #DocuSign. For additional features I synced the current state of each signature request to a Notion Database. Don't forget to build automated tests for core business logic like this, I used #cypress to do that.
All in all the implementation is the easy part with things like this, the hard part is figuring out which processes to automate to actually generate the most value without doing premature optimization and building unnecessary features.
If you want to build something like this without passing the data to third parties, the same thing can be done using self-hosted tools like #wpforms, #n8n and #nextcloud