Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
YouTube Security VideosVisual Studio Code: VS Code Learn: Extending Agents(24.09.2026 um 21:00 Uhr)
•
YouTube Security VideosGoogle Cloud Tech: Turn Audio into Action with Gemini 3.5 Transcribe(24.09.2026 um 21:00 Uhr)
••••
Unix & Linux ServerUSN-8815-1: libass vulnerabilities(24.09.2026 um 16:57 Uhr)
•••••
YouTube Security VideosVisual Studio Code: VS Code Learn: Extending Agents(24.09.2026 um 21:00 Uhr)
•
YouTube Security VideosGoogle Cloud Tech: Turn Audio into Action with Gemini 3.5 Transcribe(24.09.2026 um 21:00 Uhr)
••••
Unix & Linux ServerUSN-8815-1: libass vulnerabilities(24.09.2026 um 16:57 Uhr)
•••••
Intelligence View
⚡ tsecurity.de Intelligence

Basics & History of Linux

UNIX Project started in - 1964 -> Bell Laboratory (New Jersey) 1969 -> Project was withdraw, but Dennis Ritchie and Ken Thompson were two persons who are involved with the project interested to keep going after long of trials and…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

UNIX Project started in -

1964 -> Bell Laboratory (New Jersey)

1969 -> Project was withdraw, but Dennis Ritchie and Ken Thompson were two persons who are involved with the project interested to keep going after long of trials and errors, they have built a Operating system(OS) named as originally UNICS (Uniplexed Information & Computing Services) which is open-source and free to use for all.

1975 -> Version of UNICS(or Unix) was launched with UNIX v6 which got lot of attention and recognition on global scale and become popular in less-time.



After this revolution was started to give the professional services to users, companies started creating their own flavour of version of UNIX.



UNIX based OS by different organizations.

1). IBM created AIX

2). SUN created Solaris

3). Mac created MacOS

4). HP created UX



History behind creation of LINUX Operating System



In 1991, Linux Torvalds(Software Engineer) created and wrote the LINUX Operating system from Scratch by taking inspiration from UNIX and Andrew S. Tanenbaum (Computer Scientist) - He created a Operating system for children to share and guide the information which he named as - MINIX.



Linux is free and open-source use for all users for multi-tasking and multi-user support.



Many versions are released after wide adoption of this operating systems by different companies on regular basis with different user-cases.



Various Versions available - RHEL(provides services), Fedora(group or community), Debian, Ubuntu(widely adopted for Use), CentOS(Fast compared to other versions), Amazon Linux, Kali Linux(Mostly under for Hacking Purposes) etc.



Ways to operate an Operating System ->

1). CLI(Command Line Interface) based in which commands are being used to give instructions to computer to perform the tasks.

2). GUI(Graphical User Interface) based in which graphics based system is available to us to click and perform the tasks.



Linux is Kernel not an Operating System

Linux is a Kernel along with GNU can termed as Operating System

Linux(Kernel) + GNU -> OS



Linux is not a UNIX derivative. It was written from Scratch.



A Linux Distribution is the Linux kernel and a collection of software that together, creates an Operating System.



Advantages/Features of Linux ->



1). Open-Source

2). Secure

3). Simplified updates for all Installed Software

4). Light Weight

5). Supports Multi-user and Multi-Tasking

6). Multiple distributions - RedHat, Debian, Fedora

CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
SOC Incident Playbook: Remote Code Execution (RCE) Defense
title: Detect Exploitation - Basics & History of Linux
id: 2ded8828-525e-4ff5-ac92-39020be803ae
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-24
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-24"
        description = "YARA Signature for "
    strings:
        $str = "Basics & History of Linux" ascii wide
    condition:
        any of them
}
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("Basics  History of Linux")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
message: "*Basics  History of Linux*"
CommonSecurityLog
| where Message has "Basics  History of Linux"
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich Basics & History of Linux.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Basics & History of Linux

Thematisch verwandte Begriffe: Basics, History, Linux · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-57175 | Python Social Auth is a social authentication/registration mechanism. Pr…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel • Rechts: nächster Artikel • unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel TTP ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...
↗ Original-Quelle