SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

Dynamic-Link-Library-Injektion
Cyberangriffstechnik, die darauf abzielt, Dynamic Link Libraries durch bösartige Bibliotheken zu ersetzen, die herkömmliche Sicherheitstools nicht erkennen.
Cyberattack technique that replaces dynamic-link libraries (DLLs) with malicious ones, which traditional security tools often fail to detect.
Technique de cyberattaque qui vise à remplacer les bibliothèques de liens dynamiques (DLL) par des bibliothèques malveillantes que les outils de sécurité traditionnels ne détectent souvent pas.
Tecnica di attacco informatico che consiste nella sostituzione di una libreria dinamica legittima (DLL) con un’altra dannosa che gli strumenti di sicurezza tradizionali spesso non rilevano.
2025-11-17T14:42:27.1510930Z
525352
https://www.termdat.bk.admin.ch/entry/525352
Seqrite Blog, Geplante Aufgaben als Waffe für DLL-Side-Loading ([Internet, 2025-11-17](https://www.seqrite.com/de/blog/operation-silk-lure-scheduled-tasks-weaponized-for-dll-side-loading-drops-valleyrat/))
EXP: once an attacker injects their malicious code into an app’s DLLs, they can use it to carry out various malicious tasks such as stealing sensitive information, altering its behavior, and even taking control of the entire device
EXP: bei einer Dynamic-Link-Library-Injektion wird ein Prozess dazu gezwungen, bösartige DLL-Dateien zu laden
Zimperium, Dynamic Link Library Injection (DLL Injection) ([Internet, 2025-11-17](https://zimperium.com/glossary/dynamic-link-library-injection-dll-injection))
nach SentinelOne, Was ist Prozessinjektion? ([Internet, 2025-11-17](https://www.sentinelone.com/de/cybersecurity-101/cybersecurity/process-injection/))
after kaspersky daily, Detecting DLL hijacking ([Internet, 2025-11-17](https://www.kaspersky.com/blog/dll-hijacking-in-kaspersky-siem/54534/))
d'après kaspersky daily, Détection du détournement de DLL ([Internet, 2025-11-17](https://www.kaspersky.fr/blog/dll-hijacking-in-kaspersky-siem/23281/))
nach kaspersky daily, Erkennung von DLL-Hijacking ([Internet, 2025-11-17](https://www.kaspersky.de/blog/dll-hijacking-in-kaspersky-siem/32802/))
secondo kaspersky daily, Come rilevare gli attacchi DLL hijacking ([Internet, 2025-11-17](https://www.kaspersky.it/blog/dll-hijacking-in-kaspersky-siem/30185/))
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Incoming Relationships: No results found.
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.