{"id":17823013,"url":"https://github.com/kickeddroid/research-ai-cybersec","last_synced_at":"2026-02-06T22:30:46.881Z","repository":{"id":114187621,"uuid":"604295629","full_name":"KickedDroid/Research-Ai-Cybersec","owner":"KickedDroid","description":"A collection of resources to start off researching AI in CyberSecurity","archived":false,"fork":false,"pushed_at":"2023-03-06T18:40:47.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T04:59:40.487Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KickedDroid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-02-20T18:52:02.000Z","updated_at":"2023-03-06T18:40:29.000Z","dependencies_parsed_at":"2024-04-24T03:39:03.444Z","dependency_job_id":"abbf9fe9-941c-4011-ab20-9dc32d692ef2","html_url":"https://github.com/KickedDroid/Research-Ai-Cybersec","commit_stats":null,"previous_names":["aidxnz/research-ai-cybersec","kickeddroid/research-ai-cybersec"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KickedDroid/Research-Ai-Cybersec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KickedDroid%2FResearch-Ai-Cybersec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KickedDroid%2FResearch-Ai-Cybersec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KickedDroid%2FResearch-Ai-Cybersec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KickedDroid%2FResearch-Ai-Cybersec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KickedDroid","download_url":"https://codeload.github.com/KickedDroid/Research-Ai-Cybersec/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KickedDroid%2FResearch-Ai-Cybersec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29179415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T22:12:24.066Z","status":"ssl_error","status_checked_at":"2026-02-06T22:12:09.859Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-27T17:50:24.988Z","updated_at":"2026-02-06T22:30:46.867Z","avatar_url":"https://github.com/KickedDroid.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://bafybeifvc2mcyyyj2hrymxdpw7xcqfdnyayira44jibdqcy6njefdwdo4y.ipfs.w3s.link/ecSQ2THC.jpeg\" width=\"1000\"\u003e\n\n# Reseach-AI-CyberSecurity\nA collection of resources to start off researching AI in CyberSecurity\n\n### Contributions welcome\nIf you want to contribute to this list, by all means. \n\n### Check out also\n* [awesome-cyber-security](https://github.com/fabionoth/awesome-cyber-security) - A curated list of Cyber Sec resources\n\n# Table of Contents\n- Basic Introduction\n- Articles\n\n# Basic Introduction\nTo help classify and aggergrate research there will be 4 main categories for this repo:\n\n1. Exploiting the Training Process or at Data collection\n   - Refered to as poisoning, is the process of injecting maliscous or faulty data to a Machine Learning model.\n2. Exploiting a Pre-trained model\n   - Refers to exploiting a ML's input to get a desired output. \n3. ML/AI Supported hacking\n   - Refers to offensive hacking use AI/ML tools. \n4. ML/AI Supported Security\n   - Refers to Information Security use of AI/ML tools.\n\n## Problems in AI and Machine Learning Models\nThere are numerous amounts of ways to exploit a machine learning model. Most of which can be summed down into these categories. \n\nEvasion attacks - Hackers provide faulty algorithm inputs, leading to incorrect decisions.\n\nPoisoning attacks - Hackers provide poisoned data for training sets. which corrupt the machine learning algorithm and spoil the data mining process.\n\nInference attacks - Hackers use the training phase to try and retrieve private data.\n\nExtraction attacks - Hackers steal the Machine Learning model\n\n## What are Evasion attacks?\nEvasion attacks are essentially prividing the model with an input and getting an output.Some really good examples are what users are doing with ChatGPT3. There are 'strict' guidelines for the model to follow but with a simple \"convincing\" statement the chatbot will break those rules for you. \n\n\n# Articles \n\n### Arxiv.org\n- Explaining and Harnessing Advesarial Examples [Source](https://arxiv.org/abs/1412.6572)\n\n\n### IEEE.org\n- Ethics and Privacy in AI and Big Data: Implementing Responsible Research and Innovation [Source](https://ieeexplore.ieee.org/document/8395078\")\n- Federated Learning With Differential Privacy: Algorithms and Performance Analysis [Source](https://ieeexplore.ieee.org/document/9069945)\n- PAST-AI: Physical-Layer Authentication of Satellite Transmitters via Deep Learning [Source](https://ieeexplore.ieee.org/document/9936663)\n- Privacy-Preserving Deep Learning via Additively Homomorphic Encryption [Source](https://ieeexplore.ieee.org/document/8241854)\n- Exploring Bias in Sclera Segmentation Models: A Group Evaluation Approach [Source](https://ieeexplore.ieee.org/document/9926136)\n- Occlusion-Aware Human Mesh Model-Based Gait Recognition [Source](https://ieeexplore.ieee.org/document/10015098)\n\n### TrendMicro\n- How Cybercriminals Misuse and Abuse AI and ML [Source](https://www.trendmicro.com/vinfo/us/security/news/cybercrime-and-digital-threats/exploiting-ai-how-cybercriminals-misuse-abuse-ai-and-ml)\n- \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkickeddroid%2Fresearch-ai-cybersec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkickeddroid%2Fresearch-ai-cybersec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkickeddroid%2Fresearch-ai-cybersec/lists"}