Skip to content

Instantly share code, notes, and snippets.

@Ucg2c3
Ucg2c3 / ai_security_questions.txt
Created November 22, 2024 04:37 — forked from jcohen66/ai_security_questions.txt
AI Security Questions #ai #security #attack
AI Security Questions
https://www.dhs.gov/news/2024/11/14/groundbreaking-framework-safe-and-secure-deployment-ai-critical-infrastructure
The article from CISA and DHS outlines a compliance framework to mitigate AI risks in critical infrastructure, responding to Executive Order 14110. The guidelines categorize AI risks into three types: attacks using AI, attacks targeting AI systems, and failures in AI design and implementation. They integrate the NIST AI Risk Management Framework, focusing on governance, mapping, measurement, & management of AI risks.
Incorporating tools like IriusRisk for threat modeling enhances this framework. IriusRisk helps identify and mitigate risks through four key questions:
1. What are we working on?- Creating a system architecture diagram.
2. What can go wrong?- Identifying threats using the STRIDE model.
@Ucg2c3
Ucg2c3 / cissp_attack_surface_measurement.txt
Created November 22, 2024 04:36 — forked from jcohen66/cissp_attack_surface_measurement.txt
CISSP Key Aspects of Attack Surface Measurement #cissp #security #attack #surface #measurement
Key Aspects of Attack Surface Measurement
Understanding and measuring the attack surface is crucial for organizations aiming to enhance their cybersecurity posture. The attack surface represents all the potential entry points where an attacker could exploit vulnerabilities.
Comprehensive Asset Inventory
- Maintain a detailed inventory of all assets, including hardware, software, applications, and data.
- A complete asset inventory helpsidentify potential vulnerabilities and exposure points
Identification Of Entry Points
- Map out all possible entry points into the system, such as APIs, user interfaces, and network connections
@Ucg2c3
Ucg2c3 / .gitignore
Created November 22, 2024 04:30 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@Ucg2c3
Ucg2c3 / ai_mem_model.txt
Last active August 22, 2024 17:24 — forked from jcohen66/ai_mem_model.txt
AI Mixture Of Expert Model (MEM) #ai #mem #mixture #of #expert #model #network
Neural Network
- A machine learning process that teaches computers to process data in a way thats similar to the human brain
- Type of deep learning that uses a layered structure of interconnected nodes (neurons) that resemble the brain
- Types
- Convolutional Neural Networks (CNNs)
- Good at finding patterns in images to recognize objects, classes, and categories
- Use principles of linear algebra (matrix multiplication) to find patterns
- Feedforward Neural Networks
- One of the simplest types of neural networks
- Info moves in one direction