Method of bypassing authentication or encryption in a computer
A backdoor is a typically covert method of bypassing normal authentication or encryption in a computer, product, embedded device (e.g. a home router), or its embodiment (e.g. part of a cryptosystem, algorithm, chipset, or even a "homunculus computer"—a tiny computer-within-a-computer such as that found in Intel's AMT technology).[1][2] Backdoors are most often used for securing remote access to a computer, or obtaining access to plaintext in cryptosystems. From there it may be used to gain access to privileged information like passwords, corrupt or delete data on hard drives, or transfer information within autoschediastic networks.
In the United States, the 1994 Communications Assistance for Law Enforcement Act forces internet providers to provide backdoors for government authorities.[3][4] In 2024, the U.S. government realized that China had been tapping communications in the U.S. using that infrastructure for months, or perhaps longer;[5] China recorded presidential candidate campaign office phone calls —including employees of the then-vice president of the nation– and of the candidates themselves.[6]
A backdoor may take the form of a hidden part of a program,[7] a separate program (e.g. Back Orifice may subvert the system through a rootkit), code in the firmware of the hardware,[8] or parts of an operating system such as Windows.[9][10][11]Trojan horses can be used to create vulnerabilities in a device. A Trojan horse may appear to be an entirely legitimate program, but when executed, it triggers an activity that may install a backdoor.[12] Although some are secretly installed, other backdoors are deliberate and widely known. These kinds of backdoors have "legitimate" uses such as providing the manufacturer with a way to restore user passwords.
Many systems that store information within the cloud fail to create accurate security measures. If many systems are connected within the cloud, hackers can gain access to all other platforms through the most vulnerable system.[13]Default passwords (or other default credentials) can function as backdoors if they are not changed by the user. Some debugging features can also act as backdoors if they are not removed in the release version.[14] In 1993, the United States government attempted to deploy an encryption system, the Clipper chip, with an explicit backdoor for law enforcement and national security access. The chip was unsuccessful.[15]
Recent proposals to counter backdoors include creating a database of backdoors' triggers and then using neural networks to detect them.[16]
Overview
The threat of backdoors surfaced when multiuser and networked operating systems became widely adopted. Petersen and Turn discussed computer subversion in a paper published in the proceedings of the 1967 AFIPS Conference.[17] They noted a class of active infiltration attacks that use "trapdoor" entry points into the system to bypass security facilities and permit direct access to data. The use of the word trapdoor here clearly coincides with more recent definitions of a backdoor. However, since the advent of public key cryptography the term trapdoor has acquired a different meaning (see trapdoor function), and thus the term "backdoor" is now preferred, only after the term trapdoor went out of use. More generally, such security breaches were discussed at length in a RAND Corporation task force report published under DARPA sponsorship by J.P. Anderson and D.J. Edwards in 1970.[18]
While initially targeting the computer vision domain, backdoor attacks have expanded to encompass various other domains, including text, audio, ML-based computer-aided design, and ML-based wireless signal classification. Additionally, vulnerabilities in backdoors have been demonstrated in deep generative models, reinforcement learning (e.g., AI GO), and deep graph models. These broad-ranging potential risks have prompted concerns from national security agencies regarding their potentially disastrous consequences.[19]
A backdoor in a login system might take the form of a hard coded user and password combination which gives access to the system. An example of this sort of backdoor was used as a plot device in the 1983 film WarGames, in which the architect of the "WOPR" computer system had inserted a hardcoded password-less account which gave the user access to the system, and to undocumented parts of the system (in particular, a video game-like simulation mode and direct interaction with the artificial intelligence).
Although the number of backdoors in systems using proprietary software (software whose source code is not publicly available) is not widely credited, they are nevertheless frequently exposed. Programmers have even succeeded in secretly installing large amounts of benign code as Easter eggs in programs, although such cases may involve official forbearance, if not actual permission.
There are a number of cloak and dagger considerations that come into play when apportioning responsibility.
Covert backdoors sometimes masquerade as inadvertent defects (bugs) for reasons of plausible deniability. In some cases, these might begin life as an actual bug (inadvertent error), which, once discovered are then deliberately left unfixed and undisclosed, whether by a rogue employee for personal advantage, or with executive awareness and oversight.
It is also possible for an entirely above-board corporation's technology base to be covertly and untraceably tainted by external agents (hackers), though this level of sophistication is thought to exist mainly at the level of nation state actors. For example, if a photomask obtained from a photomask supplier differs in a few gates from its photomask specification, a chip manufacturer would be hard-pressed to detect this if otherwise functionally silent; a covert rootkit running in the photomask etching equipment could enact this discrepancy unbeknown to the photomask manufacturer, either, and by such means, one backdoor potentially leads to another.[note 1]
In general terms, the long dependency-chains in the modern, highly specialized technological economy and innumerable human-elements process control-points make it difficult to conclusively pinpoint responsibility at such time as a covert backdoor becomes unveiled.
Even direct admissions of responsibility must be scrutinized carefully if the confessing party is beholden to other powerful interests.
Examples
Worms
Many computer worms, such as Sobig and Mydoom, install a backdoor on the affected computer (generally a PC on broadband running Microsoft Windows and Microsoft Outlook). Such backdoors appear to be installed so that spammers can send junk e-mail from the infected machines. Others, such as the Sony/BMG rootkit, placed secretly on millions of music CDs through late 2005, are intended as DRM measures—and, in that case, as data-gathering agents, since both surreptitious programs they installed routinely contacted central servers.
A sophisticated attempt to plant a backdoor in the Linux kernel, exposed in November 2003, added a small and subtle code change by subverting the revision control system.[20] In this case, a two-line change appeared to checkroot access permissions of a caller to the sys_wait4 function, but because it used assignment = instead of equality checking ==, it actually granted permissions to the system. This difference is easily overlooked, and could even be interpreted as an accidental typographical error, rather than an intentional attack.[21][22]
In January 2014, a backdoor was discovered in certain SamsungAndroid products, like the Galaxy devices. The Samsung proprietary Android versions are fitted with a backdoor that provides remote access to the data stored on the device. In particular, the Samsung Android software that is in charge of handling the communications with the modem, using the Samsung IPC protocol, implements a class of requests known as remote file server (RFS) commands, that allows the backdoor operator to perform via modem remote I/O operations on the device hard disk or other storage. As the modem is running Samsung proprietary Android software, it is likely that it offers over-the-air remote control that could then be used to issue the RFS commands and thus to access the file system on the device.[23]
Object code backdoors
Harder to detect backdoors involve modifying object code, rather than source code—object code is much harder to inspect, as it is designed to be machine-readable, not human-readable. These backdoors can be inserted either directly in the on-disk object code, or inserted at some point during compilation, assembly linking, or loading—in the latter case the backdoor never appears on disk, only in memory. Object code backdoors are difficult to detect by inspection of the object code, but are easily detected by simply checking for changes (differences), notably in length or in checksum, and in some cases can be detected or analyzed by disassembling the object code. Further, object code backdoors can be removed (assuming source code is available) by simply recompiling from source on a trusted system.
Thus for such backdoors to avoid detection, all extant copies of a binary must be subverted, and any validation checksums must also be compromised, and source must be unavailable, to prevent recompilation. Alternatively, these other tools (length checks, diff, checksumming, disassemblers) can themselves be compromised to conceal the backdoor, for example detecting that the subverted binary is being checksummed and returning the expected value, not the actual value. To conceal these further subversions, the tools must also conceal the changes in themselves—for example, a subverted checksummer must also detect if it is checksumming itself (or other subverted tools) and return false values. This leads to extensive changes in the system and tools being needed to conceal a single change.
As object code can be regenerated by recompiling (reassembling, relinking) the original source code, making a persistent object code backdoor (without modifying source code) requires subverting the compiler itself—so that when it detects that it is compiling the program under attack it inserts the backdoor—or alternatively the assembler, linker, or loader. As this requires subverting the compiler, this in turn can be fixed by recompiling the compiler, removing the backdoor insertion code. This defense can in turn be subverted by putting a source meta-backdoor in the compiler, so that when it detects that it is compiling itself it then inserts this meta-backdoor generator, together with the original backdoor generator for the original program under attack. After this is done, the source meta-backdoor can be removed, and the compiler recompiled from original source with the compromised compiler executable: the backdoor has been bootstrapped. This attack dates to a 1974 paper by Karger and Schell,[24] and was popularized in Thompson's 1984 article, entitled "Reflections on Trusting Trust";[25] it is hence colloquially known as the "Trusting Trust" attack. See compiler backdoors, below, for details. Analogous attacks can target lower levels of the system,
such as the operating system, and can be inserted during the system booting process; these are also mentioned by Karger and Schell in 1974, and now exist in the form of boot sector viruses.[24][26]
Asymmetric backdoors
A traditional backdoor is a symmetric backdoor: anyone that finds the backdoor can in turn use it. The notion of an asymmetric backdoor was introduced by Adam Young and Moti Yung in the Proceedings of Advances in Cryptology – Crypto '96. An asymmetric backdoor can only be used by the attacker who plants it, even if the full implementation of the backdoor becomes public (e.g. via publishing, being discovered and disclosed by reverse engineering, etc.). Also, it is computationally intractable to detect the presence of an asymmetric backdoor under black-box queries. This class of attacks have been termed kleptography; they can be carried out in software, hardware (for example, smartcards), or a combination of the two. The theory of asymmetric backdoors is part of a larger field now called cryptovirology. Notably, NSA inserted a kleptographic backdoor into the Dual EC DRBG standard.[8][27][28]
There exists an experimental asymmetric backdoor in RSAkey generation. This OpenSSL RSA backdoor, designed by Young and Yung, utilizes a twisted pair of elliptic curves, and has been made available.[29]
Compiler backdoors
A sophisticated form of black box backdoor is a compiler backdoor, where not only is a compiler subverted—to insert a backdoor in some other program, such as a login program—but it is further modified to detect when it is compiling itself and then inserts both the backdoor insertion code (targeting the other program) and the code-modifying self-compilation, like the mechanism through which retroviruses infect their host. This can be done by modifying the source code, and the resulting compromised compiler (object code) can compile the original (unmodified) source code and insert itself: the exploit has been boot-strapped.
This attack was originally presented in Karger & Schell (1974),[note 2] which was a United States Air Force security analysis of Multics, where they described such an attack on a PL/I compiler, and call it a "compiler trap door". They also mention a variant where the system initialization code is modified to insert a backdoor during booting, as this is complex and poorly understood, and call it an "initialization trapdoor"; this is now known as a boot sector virus.[26]
This attack was then actually implemented by Ken Thompson, and popularized in his Turing Award acceptance speech in 1983, "Reflections on Trusting Trust",[25] which points out that trust is relative, and the only software one can truly trust is code where every step of the bootstrapping has been inspected. This backdoor mechanism is based on the fact that people only review source (human-written) code, and not compiled machine code (object code). A program called a compiler is used to create the second from the first, and the compiler is usually trusted to do an honest job.
Thompson's paper[25] describes a modified version of the UnixC compiler that would put an invisible backdoor in the Unix login command when it noticed that the login program was being compiled, and would also add this feature undetectably to future compiler versions upon their compilation as well. As the compiler itself was a compiled program, users would be extremely unlikely to notice the machine code instructions that performed these tasks. (Because of the second task, the compiler's source code would appear "clean".) What's worse, in Thompson's proof of concept implementation, the subverted compiler also subverted the analysis program (the disassembler), so that anyone who examined the binaries in the usual way would not actually see the real code that was running, but something else instead.
Karger and Schell gave an updated analysis of the original exploit in 2002, and, in 2009, Wheeler wrote a historical overview and survey of the literature.[note 3] In 2023, Cox published an annotated version of Thompson's backdoor source code.[31]
Occurrences
Thompson's version was, officially, never released into the wild. However, it is believed that a version was distributed to BBN and at least one use of the backdoor was recorded.[note 4] There are scattered anecdotal reports of such backdoors in subsequent years.
In August 2009, an attack of this kind was discovered by Sophos labs. The W32/Induc-A virus infected the program compiler for Delphi, a Windows programming language. The virus introduced its own code to the compilation of new Delphi programs, allowing it to infect and propagate to many systems, without the knowledge of the software programmer. The virus looks for a Delphi installation, modifies the SysConst.pas file, which is the source code of a part of the standard library and compiles it. After that, every program compiled by that Delphi installation will contain the virus. An attack that propagates by building its own Trojan horse can be especially hard to discover. It resulted in many software vendors releasing infected executables without realizing it, sometimes claiming false positives. After all, the executable was not tampered with, the compiler was. It is believed that the Induc-A virus had been propagating for at least a year before it was discovered.[note 5]
In 2015, a malicious copy of Xcode, XcodeGhost, also performed a similar attack and infected iOS apps from a dozen of software companies in China. Globally, 4,000 apps were found to be affected. It was not a true Thompson Trojan, as it does not infect development tools themselves, but it did prove that toolchain poisoning can cause substantial damages.[34]
Countermeasures
Once a system has been compromised with a backdoor or Trojan horse, such as the Trusting Trust compiler, it is very hard for the "rightful" user to regain control of the system – typically one should rebuild a clean system and transfer data (but not executables) over. However, several practical weaknesses in the Trusting Trust scheme have been suggested. For example, a sufficiently motivated user could painstakingly review the machine code of the untrusted compiler before using it. As mentioned above, there are ways to hide the Trojan horse, such as subverting the disassembler; but there are ways to counter that defense, too, such as writing a disassembler from scratch.[citation needed]
A generic method to counter trusting trust attacks is called diverse double-compiling. The method requires a different compiler and the source code of the compiler-under-test. That source, compiled with both compilers, results in two different stage-1 compilers, which however should have the same behavior. Thus the same source compiled with both stage-1 compilers must then result in two identical stage-2 compilers. A formal proof is given that the latter comparison guarantees that the purported source code and executable of the compiler-under-test correspond, under some assumptions. This method was applied by its author to verify that the C compiler of the GCC suite (v. 3.0.4) contained no trojan, using icc (v. 11.0) as the different compiler.[30]
In practice such verifications are not done by end users, except in extreme circumstances of intrusion detection and analysis, due to the rarity of such sophisticated attacks, and because programs are typically distributed in binary form. Removing backdoors (including compiler backdoors) is typically done by simply rebuilding a clean system. However, the sophisticated verifications are of interest to operating system vendors, to ensure that they are not distributing a compromised system, and in high-security settings, where such attacks are a realistic concern.
List of known backdoors
Back Orifice was created in 1998 by hackers from Cult of the Dead Cow group as a remote administration tool. It allowed Windows computers to be remotely controlled over a network and parodied the name of Microsoft's BackOffice.
Several backdoors in the unlicensed copies of WordPressplug-ins were discovered in March 2014.[35] They were inserted as obfuscatedJavaScript code and silently created, for example, an admin account in the website database. A similar scheme was later exposed in a Joomla plugin.[36]
BorlandInterbase versions 4.0 through 6.0 had a hard-coded backdoor, put there by the developers. The server code contains a compiled-in backdoor account (username: politically, password: correct), which could be accessed over a network connection; a user logging in with this backdoor account could take full control over all Interbase databases. The backdoor was detected in 2001 and a patch was released.[37][38]
Juniper Networks backdoor inserted in the year 2008 into the versions of firmware ScreenOS from 6.2.0r15 to 6.2.0r18 and from 6.3.0r12 to 6.3.0r20[39] that gives any user administrative access when using a special master password.[40]
Several backdoors were discovered in C-DATA Optical Line Termination (OLT) devices.[41] Researchers released the findings without notifying C-DATA because they believe the backdoors were intentionally placed by the vendor.[42]
A backdoor in versions 5.6.0 and 5.6.1 of the popular Linux utility XZ Utils was discovered in March 2024 by software developer Andres Freund.[43] The backdoor gives an attacker who possesses a specific Ed448 private key remote code execution capabilities on the affected Linux systems. The issue has been assigned a CVSS score of 10.0, the highest possible score.[44][45][46]
^Michael Kan (7 October 2024). "Chinese Hackers Reportedly Breached ISPs Including AT&T, Verizon". PC Magazine. Retrieved 8 October 2024. privacy researchers to call out the US government for maintaining a confidential "backdoor" to enable internet-based wiretapping. "Case in point: there's no way to build a backdoor that only the 'good guys' can use," tweeted Meredith Whittaker, president of the encrypted chat app Signal
^Sarah Krouse; Dustin Volz; Aruna Viswanatha; Robert McMillan (5 October 2024). "U.S. Wiretap Systems Targeted in China-Linked Hack". Wall Street Journal. Retrieved 8 October 2024. For months or longer, the hackers might have held access to network infrastructure used to cooperate with lawful U.S. requests for communications data
^"Backdoors and Trojan Horses: By the Internet Security Systems' X-Force". Information Security Technical Report. 6 (4): 31–57. 2001-12-01. doi:10.1016/S1363-4127(01)00405-8. ISSN1363-4127.
^Petersen, H.E.; Turn, R. (1967), "System Implications of Information Privacy", Proceedings of the AFIPS Spring Joint Computer Conference, 30, AFIPS Press: 291–300
^Gao, Yansong; Doan, Bao Gia; Zhang, Zhi; Ma, Siqi; Zhang, Jiliang; Fu, Anmin; Nepal, Surya; Kim, Hyoungshick (2020-08-02). "Backdoor Attacks and Countermeasures on Deep Learning: A Comprehensive Review". arXiv:2007.10760 [cs.CR].
American comic book company MillarworldParent companyNetflixStatusActiveFounded2003; 20 years ago (2003)[1][2]FounderMark MillarCountry of originUnited StatesHeadquarters locationWest Hollywood, CaliforniaKey peopleMark Millar(President, CCO)[3][4]Fiction genresSuperhero fictionOfficial websitehttps://www.mrmarkmillar.com/ Millarworld Limited is an imprint of comic books published by Scottish comic book writer Mark Millar as a creator-owned li...
Astragalus beckwithii Klasifikasi ilmiah Kerajaan: Plantae (tanpa takson): Angiospermae (tanpa takson): Eudicots (tanpa takson): Rosids Ordo: Fabales Famili: Fabaceae Genus: Astragalus Spesies: Astragalus beckwithii Nama binomial Astragalus beckwithiiTorr. & A.Gray Astragalus beckwithii adalah spesies tumbuhan yang tergolong ke dalam famili Fabaceae. Spesies ini juga merupakan bagian dari ordo Fabales. Spesies Astragalus beckwithii sendiri merupakan bagian dari genus Astragalus.[1]...
American baseball player Baseball player Kurt BevacquaBevacqua in 1983InfielderBorn: (1947-01-23) January 23, 1947 (age 76)Miami Beach, Florida, U.S.Batted: RightThrew: RightMLB debutJune 22, 1971, for the Cleveland IndiansLast MLB appearanceOctober 6, 1985, for the San Diego PadresMLB statisticsBatting average.236Home runs27Runs batted in275 Teams Cleveland Indians (1971–1972) Kansas City Royals (1973) Pittsburgh Pirates (1974) Kansas City Royals (1974) M...
Film Titel Der Würger von Schloss Blackmoor Produktionsland Deutschland Originalsprache Deutsch Erscheinungsjahr 1963 Länge 87[1] Minuten Altersfreigabe FSK 16 Stab Regie Harald Reinl Drehbuch Gustav Kampendonk,Ladislas Fodor,Bryan Edgar Wallace (Roman) Produktion Artur Brauner Musik Oskar Sala Kamera Ernst W. Kalinke Schnitt Walter Wischniewsky Besetzung Karin Dor: Claridge Dorsett Harry Riebauer: Inspektor Jeff Mitchell Rudolf Fernau: Lucius Clark Hans Nielsen: Hehler Tavish ...
Artikel ini tidak memiliki referensi atau sumber tepercaya sehingga isinya tidak bisa dipastikan. Tolong bantu perbaiki artikel ini dengan menambahkan referensi yang layak. Tulisan tanpa sumber dapat dipertanyakan dan dihapus sewaktu-waktu.Cari sumber: Daftar Stasiun Kereta Api di Kabupaten Pandeglang – berita · surat kabar · buku · cendekiawan · JSTORBerikut ini adalah daftar stasiun di Kabupaten Pandeglang, Banten yang telah terdaftar di Dishub Bante...
Гірняк Йосип Йосипович Народився 14 квітня 1895(1895-04-14)м-ко Струсів, нині село, Теребовлянський районПомер 17 січня 1989(1989-01-17) (93 роки)Нью-ЙоркПоховання Український цвинтар святої Марії (Фокс Чейз)Громадянство Австро-Угорщина СРСР СШАДіяльність драматург, актор, те
Interior Stadion Gelora Bung Karno di Jakarta, Indonesia. Stadion adalah sebuah bangunan yang umumnya digunakan untuk menyelenggarakan acara Olahraga, konser & kampanye politik, di mana di dalamnya terdapat lapangan atau pentas yang dikelilingi tempat berdiri atau duduk bagi penonton. Stadion tertua yang kita kenal adalah sebuah stadion di Olympia, Peloponnesos, Yunani yang telah menyelenggarakan Olimpiade Kuno sejak tahun 776 SM. Stadion umumnya digunakan untuk merujuk kepada bangunan ya...
Sign of National Youth National Youth (Swedish: Nationell ungdom) was a Swedish neofascist and openly racist organisation. National Youth was closely linked with the Swedish Resistance Movement. SÄPO classified it as a white power organisation[1] and Expo classified it as a Nazi organisation.[2] The group became famous in the summer of 1998 for tearing down photographs of nude boys at the Swedish Historical Museum. The reason behind the action was to protest against paedophil...
8-й флот англ. United States Eighth FleetНа службі 15 березня 1943 – лютий 1950Країна Сполучені ШтатиВид Військово-морські сили СШАТип флотУ складі Атлантичний флот СШАВійни/битви Друга світова війнаБитва на Середземному морі* Сицилійська операція* Операція «Аваланч»* Опера...
15th episode of the 2nd season of Glee SexyGlee episodeEpisode no.Season 2Episode 15Directed byRyan MurphyWritten byBrad FalchukFeatured music Do You Wanna Touch Me (Oh Yeah) Animal Kiss Landslide Afternoon Delight Production code2ARC15Original air dateMarch 8, 2011 (2011-03-08)Running time43 minutesGuest appearances Gwyneth Paltrow as Holly Holliday John Stamos as Dr. Carl Howell Dot-Marie Jones as Shannon Beiste Harry Shum, Jr. as Mike Chang Chord Overstreet as Sam Evans...
2015 novel by Viet Thanh Nguyen This article is about the novel. For the miniseries, see The Sympathizer (miniseries). The Sympathizer First edition coverAuthorViet Thanh NguyenAudio read byFrancois Chau[1]Cover artistChristopher Moisan[2]CountryUnited StatesLanguageEnglishGenreHistoricalSet inLos Angeles, VietnamPublisherGrove Press[3]Publication date7 April 2015[3]Media typePrint (hardback & paperback), e-book, audiobookPages416 p...
Danish cyclist For the Danish Olympic rower, see Mogens Jensen (rower). For the Danish politician, see Mogens Jensen (politician). Mogens FreyMogens Frey at the 1967 World ChampionshipsPersonal informationFull nameMogens Frey JensenBorn (1941-07-02) 2 July 1941 (age 82)Glostrup, DenmarkTeam informationDisciplineTrack, roadRoleRiderMajor winsGold medal 1968 Olympic Games Medal record Representing Denmark Olympic Games 1968 Mexico City Team pursuit 1968 Mexico City 4000 m indivi...
Ива арктическая (Salix arctica), цветущее растение Естественная флора Фарерских островов включает более 400 видов сосудистых растений, более 400 видов мохообразных и около 250 видов лишайников. Большую часть низменной местности занимают луга, а также заросли вереска (Calluna vulgaris...
Circuit de MonacoCircuit de Monte-Carlo Caractéristiques générales Lieu Monte-Carlo Monaco Type Non permanent Coordonnées 43° 44′ 12″ nord, 7° 25′ 26″ est Géolocalisation sur la carte : Monaco Circuit de Monaco Ouverture 1929 Homologation FIA Grade 1 Sens Horaire Stands Garages, temporaires Capacité 120 000 Événements Grand Prix de Monaco (Formule 1)Grand Prix de Monaco HistoriqueePrix de Monaco (Formule E)Course de Monaco de Formule 2 Dime...
Disambiguazione – Se stai cercando altri significati, vedi Soul (disambigua). SoulOrigini stilisticheJazzRhythm and blues (Early R&B)GospelPopBluesSwing Origini culturalinacque negli anni sessanta negli Stati Uniti come derivazione del R&B. Strumenti tipiciVoceBatteriaChitarraBassoTastieraCornoSassofono PopolaritàDagli anni sessanta agli anni ottanta SottogeneriMotown - Northern soul - Southern soul - Pop soul - Smooth soul - Deep soul - Retro-soul - Soul blues - Soul jazz - Countr...
Norfolk Herald ExtraordinaryThe heraldic badge of Norfolk Herald of Arms Extraordinary Heraldic traditionGallo-BritishJurisdictionEngland, Wales and Northern IrelandGoverning bodyCollege of Arms Norfolk Herald of Arms Extraordinary is an officer of arms in England. As an officer extraordinary, Norfolk is a royal herald, though not a member of the corporation of the College of Arms in London. Beginning in 1539 this officer was a herald to the dukes of Norfolk, though the first holder, Joh...
Bloemen in een glazen vaas op een stenen plint Ernst Stuven (Hamburg, ca. 1657 - Rotterdam, 1712) was een uit Duitsland afkomstig en in Nederland actief kunstschilder uit de periode van de Gouden Eeuw. Hij specialiseerde zich met name op het gebied van stillevens met bloemen en vruchten. Stuven ging eerst in de leer bij de Duitse schilder Georg Hainz, die zijn talent ontdekte. In 1675 vertrok hij naar Amsterdam in het voetspoor van portretschilder Johannes Voorhout. Hij voelde zich echter mee...
هذه مقالة غير مراجعة. ينبغي أن يزال هذا القالب بعد أن يراجعها محرر؛ إذا لزم الأمر فيجب أن توسم المقالة بقوالب الصيانة المناسبة. يمكن أيضاً تقديم طلب لمراجعة المقالة في الصفحة المخصصة لذلك. (فبراير 2021) يفتقر محتوى هذه المقالة إلى الاستشهاد بمصادر. فضلاً، ساهم في تطوير هذه الم...