The emerging threat of ChatGPT and AI
I've been talking for a while now about the emerging threats coming from the use of ChatGPT, AI & and attacks like Deepfakes. Yesterday I finally got a chance to play around with some of this technology directly.
What is the threat from AI, machine learning and technologies like ChatGPT?
(P.S if you havent seen Midjourney and ai, it is amazing! check this post Midjourney V5 Playground: Create Photorealistic Images of Famous Celebrities with AI | by Michael King | Mar, 2023 | Medium)
Show me it in action
Here is a basic example of the technology being used in generating a phishing email. For this example I've used the openai (openai.com) platform. I've asked the platform to write me a very basic phishing email. AI took about 1 second to create me this basic email.
Ok lets get a bit fancier, Now using ChatGPT for some recon, I've asked it to get me the contact details for Nexon (so I can send through a phishing email). It pulled the wrong nexon, :) but still powerful:
I tried to get it to pull me employee names and emails but it has safeguards in place. But it does provide some useful information.
领英推荐
Same deal for phishing emails, but that doesnt mean that safeguards cant be removed or changed but on the current chat.openai platform it's blocked. If using a different AI platform it most definitely would be allowed.
It's also easy to create images, for example using the images API (API Reference - OpenAI API & Image generation - OpenAI API) you can send a a post request like such
curl https://api.openai.com/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-d '{
"prompt": "A baby sea otter",
"n": 2,
"size": "1024x1024"
}'
and AI will generate an image on the fly.
It's important to remember that although AI has risks, AI can also have many benefits as well. For example, AI and machine learning is being used in Security Operation Centres (SOCs) for faster and more accurate threat hunting and to speed up detection and response to cyber-attacks. It's also being used with Endpoint Protection products as mentioned previously. AI is now also being used to allow faster and more efficient vulnerability identification and analysis.
In medical uses, AI is now being used to more accurately identify skin cancers such as melanoma and AI is now being used in conjunction with robots in surgery trials across the globe.
So what do these technologies mean to my business?
Firstly it means that you and your staff need to be aware of the uses and risks associated with AI, machine learning and technologies like ChatGPT against the organisation. This includes:
AI, machine learning and ChatGPT really is a fascinating area and you can spend hours getting lost in it and playing around with the technologies, so much fun to be had! It's highly worth looking into and getting your head around it, as it is most definitely the future.
We have also started introducing these technologies into our pentest tooling to provide our clients an engagement far beyond that of traditional toolsets.
Bali & Australian Property Investor | Client Onboarding Specialist at Property Principles Buyers Agency | Making Property Investing Happen For Busy Professionals
10 个月Dan, thanks for sharing!
Senior Account Manager @ Nexon | Delivering Tangible Client Outcomes through Technology
1 年Very insightful, thanks Dan