acquiring-disk-image-w…
Create forensically sound bit-for-bit disk images using dd and dcfldd while preserving evidence integrity through
URLScan.io is a free service for scanning and analyzing suspicious URLs. It captures screenshots, DOM content,
$ npx -y skills add Mikaru0Mystic/sectinel --skill analyzing-malicious-url-with-urlscan --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/analyzing-malicious-url-with-urlscanContext preview
The summary Claude sees to decide when to auto-load this skill.
URLScan.io is a free service for scanning and analyzing suspicious URLs. It captures screenshots, DOM content,
name: analyzing-malicious-url-with-urlscan description: URLScan.io is a free service for scanning and analyzing suspicious URLs. It captures screenshots, DOM content, HTTP transactions, JavaScript behavior, and network connections of web pages in an isolat domain: cybersecurity subdomain: phishing-defense tags: - phishing - email-security - social-engineering - dmarc - awareness - url-analysis - threat-intelligence version: '1.0' author: mahipal license: Apache-2.0 atlas_techniques: - AML.T0052 nist_csf: - PR.AT-01 - DE.CM-09 - RS.CO-02 - DE.AE-02
URLScan.io is a free service for scanning and analyzing suspicious URLs. It captures screenshots, DOM content, HTTP transactions, JavaScript behavior, and network connections of web pages in an isolated environment. This skill covers using URLScan's web interface and API to investigate phishing URLs, credential harvesting pages, and malicious redirects without exposing the analyst's system to risk.
1. **Safe browsing**: Renders URLs in isolated Chromium instance 2. **Screenshot capture**: Visual snapshot of the rendered page 3. **DOM analysis**: Full HTML content after JavaScript execution 4. **Network log**: All HTTP requests made by the page (HAR format) 5. **Certificate analysis**: SSL/TLS certificate details 6. **Technology detection**: Identifies web frameworks and libraries 7. **IP/ASN mapping**: Infrastructure intelligence 8. **Verdict**: Community and automated classification
Web: Navigate to https://urlscan.io and submit the suspicious URL
API: POST https://urlscan.io/api/v1/scan/
Header: API-Key: your-api-key
Body: {"url": "https://suspicious-url.com", "visibility": "private"}Use the `scripts/process.py` to automate URL scanning, extract IOCs, and cross-reference with VirusTotal, PhishTank, and Google Safe Browsing.
Open-source security arsenal for AI coding agents: 784 cybersecurity skills, scanner integrations, and a security MCP for Claude Code, Cursor, opencode, Gemini CLI, Cline, and any agentskills.io agent. Mapped to OWASP, MITRE ATT&CK, NIST CSF, D3FEND, ATLAS.
Repo: Mikaru0Mystic/sectinel
Create forensically sound bit-for-bit disk images using dd and dcfldd while preserving evidence integrity through
Detect dangerous ACL misconfigurations in Active Directory using ldap3 to identify GenericAll, WriteDACL, and
Perform static analysis of Android APK malware samples using apktool for decompilation, jadx for Java source
Parses API Gateway access logs (AWS API Gateway, Kong, Nginx) to detect BOLA/IDOR attacks, rate limit bypass,
Analyze advanced persistent threat (APT) group techniques using MITRE ATT&CK Navigator to create layered heatmaps
Queries Azure Monitor activity logs and sign-in logs via azure-monitor-query to detect suspicious administrative