Cybersecurity Insights
673 subscribers
160 photos
25 videos
20 files
103 links
๐Ÿ”ฐCyber Security E-training
๐Ÿ”ฐConsultation, Cyber Threat Analysis,
๐Ÿ”ฐNetwork Security Solutions (Pen Test)

๐Ÿ”นContact Admin:
https://www.linkedin.com/in/mohammad-mahdi-salmani/


๐Ÿ”ฐ @ICTlive
Download Telegram
Cybersecurity Insights
Photo
๐Ÿ”ฐBest Open-Source Malware Analysis Tools
Malware analysis tools are typically categorized into two main approaches:

1๏ธโƒฃ Static Analysis: Examining a file without executing it (code, PE structure, strings, signatures, etc.).
2๏ธโƒฃ Dynamic Analysis (Sandboxing) : Executing the file in a controlled environment to observe its behavior (network connections, registry changes, processes, etc.).

๐Ÿ”ฐ Open-Source and free Tools
Static Analysis
๐Ÿ”ธ Radare2 / Cutter: Reverse engineering framework and disassembler.
๐Ÿ”ธGhidra (NSA): Powerful reverse engineering tool with GUI support.
๐Ÿ”ธCapstone / Keystone: Lightweight disassembler and assembler for scripting.
๐Ÿ”ธDetect It Easy (DIE): Identifies packers/compilers of executables.
๐Ÿ”ธYARA: Rule-based engine for malware detection.
๐Ÿ”ธPEStudio: Analyzes PE file structure (free and pro versions).

Dynamic Analysis
๐Ÿ”น Cuckoo Sandbox: The most popular open-source sandbox for running malware in VMs.
๐Ÿ”นCAPEv2: Enhanced Cuckoo version with unpacking and config extraction.
๐Ÿ”นREMnux: Linux distribution tailored for malware analysis.
๐Ÿ”นSysinternals Suite (Microsoft): Tools like Process Monitor, Autoruns, TCPView.
๐Ÿ”นVolatility / Rekall: Memory forensics frameworks to analyze malware artifacts.

#Malware
#Ghidra
#Volatility

T.me/ICTlive
๐Ÿ”ฅ2๐Ÿ‘1
๐Ÿ”ฐCAPEC vs STIX , Differences & Challenges

If youโ€™ve heard about CAPEC and STIX, you probably know their names, but few pay attention to their differences and pain points:

โœณ๏ธCAPEC is a relatively clean catalog: attack descriptions, mitigations, flows, and examples. Great for understanding and training.

โœณ๏ธSTIX, on the other hand, is object-oriented: everything is stored as objects and relationships (Attack Pattern, Course of Action, Relationship, etc.). Excellent for graphs and CTI, but often noisy for humans.

โ—พ๏ธChallenges:
In raw CAPEC, everything is in one place and easy to read, but links to ATT&CK and other sources are limited.
In STIX, linking and integration with the CTI ecosystem is stronger, but analysts and researchers have to wade through thousands of objects and relationships just to reach the same simple explanation.
For learning and R&D, CAPEC is simpler and more manageable. For automation and threat graphs, STIX is the better fit.

#CAPEC
#STIX
#MITRE_ATT&CK

t.me/ICTlive
๐Ÿ‘5๐Ÿ‘1
๐Ÿ”ฐRetrieval-Augmented Generation (RAG):

RAG is a key technique that combines external knowledge retrieval with large language models to improve accuracy and reliability.

โœณ๏ธCommon types of RAG include:

๐Ÿ”ธVanilla RAG: the basic approach: retrieve documents + generate answer.

๐Ÿ”ธHybrid/modular RAG: combines multiple retrieval methods (e.g., vector + keyword, or APIs).

๐Ÿ”ธAgentic RAG: uses agents to dynamically decide what and how to retrieve.

๐Ÿ”ธSelf-RAG: the model evaluates and filters retrieved content before generating.



Which RAG approach do you think balances accuracy and efficiency best: Vanilla, Hybrid, Agentic, or Self-RAG, and why?

#LLM
#RAG

t.me/ICTlive
โค2๐Ÿค”2๐Ÿ‘1
Cybersecurity Insights
Photo
๐Ÿ”ฐCyber Analytics Repository (CAR), Turning Raw Data into Actionable Cyber Intelligence
In todayโ€™s cybersecurity landscape, data is everywhere, but intelligence is not.

The Cyber Analytics Repository (CAR), developed by MITRE, bridges this gap by providing a structured collection of analytic methods, use cases, and detection logic to identify malicious behavior across enterprise environments.
CAR defines a standardized approach to detecting adversary techniques described in the MITRE ATT&CK
framework.

Each analytic in CAR includes:
_ A clear detection logic (based on real-world adversary behavior)
_ Mapping to ATT&CK techniques and data sources
_ Implementation examples using common telemetry sources
_ Descriptions of detection rules and evaluation strategies

Why it matters:
CAR helps security analysts, threat hunters, and SOC teams move from reactive monitoring to proactive, behavior-driven detection.

It supports organizations in:
_ Enhancing threat detection coverage
_ Standardizing analytic sharing across teams
_ Accelerating research and detection development

If youโ€™re working on SOC automation, AI-driven threat analysis, or federated detection frameworks, CAR offers an excellent foundation for aligning analytics with adversary behaviors.

#CyberSecurity
#ThreatHunting
#MITREATTACK
#CAR
#SOC

t.me/ICTlive
๐Ÿ”ฅ2๐Ÿ‘1
๐Ÿ”ฐThe hidden challenges of using MITRE ATT&CK in SOCs:

๐Ÿ”ถ Operational & Technical Hurdles:

๐Ÿ”ธMapping SIEM data to ATT&CK techniques isnโ€™t straightforward, every log source speaks a different dialect.

๐Ÿ”ธSensor coverage gaps mean some techniques are invisible in telemetry.

๐Ÿ”ธFrequent ATT&CK updates demand continuous alignment and tuning.

๐Ÿ”ท Human & Organizational Barriers:

๐Ÿ”นAnalysts interpret the same event differently, โ€œT1059 or T1027?โ€ becomes a debate.

๐Ÿ”นMany teams lack structured processes or consistent mapping guidelines.

๐Ÿ”นIn the rush of incident response, accurate ATT&CK documentation is often skipped.

๐Ÿ”ถ Strategic Challenges:

๐Ÿ”ธMeasuring SOC effectiveness via ATT&CK metrics is still vague.

๐Ÿ”ธThreats evolve faster than frameworks, new APT tactics often appear before theyโ€™re documented.

๐Ÿ”ธLimited time, limited resources, unlimited adversaries.

โœณ๏ธ How does your SOC integrate MITRE ATT&CK today? ๐Ÿค”

#SOC
#MITREATTACK
#ThreatDetection

T.me/ICTlive
๐Ÿ™3
๐Ÿ”ฐThe growing challenges in SOC - CERT coordination:

In many organizations, the lack of effective collaboration between the security operations center (SOC) and the computer emergency response team (CERT) has become one of the key weaknesses in cyber defense.

Main challenges today include:
1- Siloed data and disconnected tools: no unified visibility across SIEM, EDR, and Threat Intelligence platforms.
2- Unclear escalation processes: SOC teams are often unsure when and how to hand over incidents to CERT.
3- Different priorities and timelines: SOC focuses on real-time response, while CERT requires in-depth, long-term analysis.
4- Missing feedback loop: lessons learned by CERT rarely flow back into SOC playbooks.
5- High workload and staff shortages: leading to burnout and reduced coordination between teams.

โœณ๏ธSolution: define joint playbooks, use shared Threat Intelligence platforms (like MISP or OpenCTI), and conduct joint incident response exercises.

#SOC
#CERT

t.me/ICTlive
๐Ÿ™2
๐Ÿ”ฐNowadays, antivirus solutions leverage Artificial Intelligence more than ever โ€” using machine learning for binary and behavioral analysis, anomaly detection in traffic and commands, threat clustering, and noise reduction for analysts.
However, signature-based detection still plays a key role, especially for the fast and accurate identification of known threats, with low error rates and minimal resource consumption.

What has changed?
AI: Excellent at detecting new, polymorphic, and targeted attacks. Ideal for behavioral analysis, EDR systems, and complex pre-execution filters.
Signatures: Fast, explainable, and resource-efficient for thousands of old or well-known threats.

So, are signatures still โ€œstrongโ€?
โœ…Yes, they remain highly effective in their domain.
But against modern and evolving threats, the combination of signatures and ML/AI delivers the best results.

โœณ๏ธ signatures for known patterns, and AI for unknown or suspicious behaviors.

#AntiVirus
#ML_AI
#Signature

t.me/ICTlive
๐Ÿ‘3๐Ÿ™1
While diving deep into CPE mappings, I noticed that Nmap still uses the old CPE 2.2 format (the good old cpe:/a:vendor:product:version style).
Meanwhile, NVD has long moved on to CPE 2.3 (cpe:2.3:a:vendor:product:version:*:*:*:*:*:*:*).

So there I was, staring at my Nmap results thinking, โ€œCome on, itโ€™s 2025, why are we still living in 2.2?โ€ ๐Ÿ˜…

Guess itโ€™s time to write a little script to upgrade Nmapโ€™s CPEs.

#Nmap
#CPE
#NVD

T.me/ICTlive
๐Ÿ‘4
๐Ÿ”ฐ What LangChain Brings to AI Development:

LangChain is one of the most powerful frameworks for building real, production-ready LLM applications. It helps you:
๐Ÿ”น Connect LLMs to real data
Documents, databases, APIs, and vector stores.
๐Ÿ”น Build reliable RAG systems
Accurate retrieval, context management, and citations.
๐Ÿ”น Create smart AI agents
Multi-step reasoning, tool use, and automated workflows.
๐Ÿ”น Deploy production pipelines
Caching, monitoring, tracing, and scalable endpoints.
๐Ÿ”น Use seamless integrations
OpenAI, Llama, Milvus, Pinecone, AWS, Azure, and more.

โ‰๏ธChallenge Question:
As LLM-powered systems gain access to tools, APIs, and sensitive data through frameworks like LangChain, how can we ensure they remain resistant to prompt injection and unintended actions?


#LangChain
#RAG
#LLM

T.me/ICTlive
๐Ÿ‘4
๐Ÿ”ฐCensys!

Censys is a powerful internet intelligence platform that continuously scans and maps the public internet, providing deep visibility into exposed devices, services, certificates, and attack surfaces. It enables security professionals and researchers to better understand global infrastructure, identify risks, and strengthen cyber defense strategies.



โœณ๏ธLearn more:
https://docs.censys.com/docs/research-access-to-censys-data/

This link introduces you to the core features and research potential of this powerful tool, offering insight into how Censys data can support advanced cybersecurity analysis and academic research.


#CyberSecurity
#ThreatIntelligence
#OSINT

T.me/ICTlive
๐Ÿ‘3๐Ÿ‘1
๐Ÿ”ฐHow do vulnerability scanners actually detect vulnerabilities?

Different tools rely on different techniques to identify what software and services are running:
๐Ÿ”นBanner Grabbing โ€“ extracting version information from network responses
๐Ÿ”นFingerprinting โ€“ recognizing patterns and protocol behavior
๐Ÿ”นProtocol-based Inspection โ€“ deep analysis of protocol messages
๐Ÿ”นPassive Detection โ€“ observing traffic without interaction
๐Ÿ”นActive Probing โ€“ sending crafted requests to trigger responses

However, despite using different detection approaches, the ultimate goal is the same:
To accurately determine which product and version exist on the target system.

For this reason, most scanners normalize their detected result into a global standard identifier:
CPE โ€” Common Platform Enumeration
Once the software is mapped to a CPE entry, it can be matched against global vulnerability databases such as CVE / NVD to determine whether that specific product/ version is known to be vulnerable.

#Vulnerability
#CPE_CVE

T.me/ICTlive
๐Ÿ”ฅ2โค1
๐Ÿ”ฐWireshark vs Arkime, Why Both Matter in Network Security

Understanding network traffic analysis isnโ€™t about choosing Wireshark or Arkime, itโ€™s about knowing when to use each.

๐Ÿ”ถWireshark:
+Packet-Level Visibility
+Inspects traffic packet by packet
+Ideal for deep protocol debugging
+Best for small captures and detailed inspection
+Analyst-driven and manual analysis

Think of Wireshark as a microscope: Perfect for zooming into a single packet and understanding exactly what is happening.

๐Ÿ”ถArkime:
+Session-Level Intelligence
+Analyzes traffic at the session/flow level
+Optimized for large-scale PCAPs
+Powerful search and filtering
+Designed for Threat Hunting & Network Forensics
+Web-based UI with tagging and metadata

Think of Arkime as a satellite view: It shows who talked to whom, when, how long, and how much data.

๐Ÿ”น"Use Wireshark to zoom in"
wireshark.org

๐Ÿ”น"Use Arkime to see the big picture"
arkime.com

#Wireshark
#Arkime
#Packet_Analysis

T.me/ICTlive
๐Ÿ‘3๐Ÿ”ฅ2