So he was already CEO/CTO of 2 China companies while still working in google. And these information are publicly available right after he registering them. Seems a management disaster of google.
Are you prohibited from owning a company or acting as the CEO of a company while employed by Google?
Ex-Google engineer charged with stealing trade secrets
431–440 of 497 posts
Re: Ex-Google engineer charged with stealing trade secrets
#432Re: Ex-Google engineer charged with stealing trade secrets
#433Earlier quoted context omitted.
They can't "give up their nationality". Chinese government's position is that once Chinese always Chinese, and emmigrating doesn't affect that. They will still come after your family on mainland. Or use their "local police" forces stationed in most western countries to harass you in your new location.
Do you not know any first generation Chinese Americans to say such inaccurate statements? This is incredibly inaccurate, naturalized citizens are treated as foreigners by the PRC.
https://en.wikipedia.org/wiki/Gui_Minhai
Who, after being kidnapped, conveniently and totes voluntarily applied to have his Chinese citizenship reinstated.
Re: Ex-Google engineer charged with stealing trade secrets
#434It’s interesting to me that google doesn’t do a security clearance review on its engineers. I’ve had a security clearance in the past and there’s no way a foreign national passes. I got questioned significantly about a family member who was a citizen of another country. I wonder if it’s just a matter of time.
Is it your contention that Google should never hire anyone born outside of USA or without USA citizenship? Do you realise how much of their workforce that would preclude?
Re: Ex-Google engineer charged with stealing trade secrets
#435This doesn't surprise me. I knew someone that intentionally graduated with a specific major, so they could get a job in that industry and send trade secrets/IP back to China. The purpose was to create a competing company. It didn't work out for them that well. They couldn't last more than 6 months at any one company and I think eventually gave up and went back home.
Repositories are rarely worth much. Sure, some algorithms there might save you some time, but its often the design and the data where the money lies (what this guy focused on). Clone google's repo and you'll likely struggle forever to get anything of substance running on a rando vm/docker/etc. not to mention about spinning the entire stack with interconnected services, certificates, shitty code, and layers upon layer…
Re: Ex-Google engineer charged with stealing trade secrets
#436What exactly sterling secrets looks like? Suppose I work on a video streaming service. Spent 8 years. Now I know in and out of it. The ffmpeg the queues the buckets the meta data and what not. Someone hires me. I build a steaming service. But this time I'm much more polished and faster. Is this stealing too?
Re: Ex-Google engineer charged with stealing trade secrets
#437Here is the indictment since AP News can't be bothered to link to it... https://www.justice.gov/opa/media/1341356/dl?inline
All charges were eventually dropped.
I wonder what will happen with this case.
Re: Ex-Google engineer charged with stealing trade secrets
#438Earlier quoted context omitted.
It's SOP in all companies, not just those facing sophisticated threat actors - there's a reason EDRs like Crowdstrike and SentinelOne are massive players now.
I've never been exposed to that side of things but always wondered do certain levels datamine this information? For example, do they get reports on user activity during the day... A pareto of employee activity perhaps by userid? I mean, why wouldn't they?
No data egress for 6 months, then 20GBs of outbound traffic? Someone's getting notified to take a look and see what that was and where you sent it. You only authenticate against one host on the network, and suddenly you're hitting thousands of hosts? Someone's getting notified to investigate, &c.
Re: Ex-Google engineer charged with stealing trade secrets
#439If any of you get this far down, one thing that caught my eye is that Google said they had analyzed this guy’s network traffic after locking his laptop, confirming various things. If you work at a large company like Google, every packet on their employee access network is recorded and indexed for forensic purposes. This is not something Google would talk about publicly, but it’s standard practice in any company that…
This is standard practice in all big companies. Everything is tracked and recorded. If you want to say something to a colleague that you don’t want management to know - use your personal phone and talk at a coffee shop or bar in person.
Not a Google employee BTW, but work for a company that I am reasonably sure does monitor their network.
Re: Ex-Google engineer charged with stealing trade secrets
#440Earlier quoted context omitted.
It's SOP in all companies, not just those facing sophisticated threat actors - there's a reason EDRs like Crowdstrike and SentinelOne are massive players now.
It absolutely has to be more nuanced than "there's exabytes of pcaps somewhere" because cloning repositories, pushing branches, backups, these things would basically end up being nasty amplification attacks against the ability to store this data. And block dedupe can work for some storage loads, but it's not solving this problem, especially when that git clone came over ssh or https. Data from employee devices all be…
Capturing all network traffic is absurd and I doubt that's even a thing. You'd need a department the size of the existing company to be able to manage and do anything meaningful with it. Maybe if you had a super secure jump box you could consider monitoring all the traffic on that, but there are much much easier ways to audit behavior than network traffic. Monitor the devices instead.