All,
short answer: Verizon (VZ), Intel (INTC), Biogen (BIIB).
Much longer answer (possibly only of interest to software engineers):
6 years ago, I wrote a script that downloaded (and parsed) 10-Ks in XBRL, from the SEC website. The script started failing a few months back, because the SEC made their bot detection considerably tighter. Never mind that my ancient laptop in no way could do a DOS attack on SEC.gov any more than an ant could crush an elephant under its foot. So I had an email exchange with them. They were very nice, and pointed to a newer and much better way to get the same data. Turns out, they now publish the data in a much easier-to-parse JSON format. So I spent a week to rewrite my script to parse JSON.
The script is a stock screener and (in my imagination anyway), follows a Buffett-like approach. That is, it gives considerable weightage to predictability of earnings, tries to be conservative, avoids using a discount rate and (partly or wholly because I am a good but not a great programmer) ignores the “story” aspects of the stock such as its popularity. Unlike Buffett, it is completely backwards looking and assumes the future will look like the recorded past.
In the past it did pick out some of the same stocks that Buffett did, namely, IBM and Apple; but also some that he ignored, such as Viacom. It is interesting that the script is picking Verizon now, and Buffett invested in it comparatively recently. He is probably avoiding Intel and Biogen for good reasons that a script that can only analyze financial statements will not guess.