They come to you on lonely nights and bow before your corpses.
- Hide component code
:root {
--sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15));
--body-width-on-desktop: 45.75rem;
}
@media only screen and (min-width: 56.25rem) {
#content-wrap {
display: flex;
position: initial;
flex-direction: row;
flex-grow: 2;
width: calc(100vw - (100vw - 100%));
max-width: inherit;
height: auto;
min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem));
margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2);
}
\#main-content {
position: initial;
width: var(--body-width-on-desktop, 45.75rem);
max-width: var(--body-width-on-desktop, 45.75rem);
max-height: 100%;
margin: 0 auto;
padding: 2rem 1rem;
}
\#page-content {
max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
}
\#side-bar {
position: -webkit-sticky;
position: sticky;
top: 0;
left: 0;
grid-area: side-bar;
width: var(--sidebar-width-on-desktop, 13.6rem) !important;
min-width: var(--sidebar-width-on-desktop, 13.6rem) !important;
max-height: 100vh;
padding-right: 2.5rem;
padding-left: 0.5rem;
overflow-y: scroll;
transition:
translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
padding 300ms linear,
margin 300ms linear;
border: none;
border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4);
background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 \- 1rem);
direction: rtl;
scrollbar-width: thin;
-ms-scroll-chaining: none;
overscroll-behavior: contain;
scrollbar-color:
rgba(var(--swatch-primary-darker), 0.1) /* Thumb */
rgba(var(--swatch-tertiary-color), 0.05); /* Track */
}
\#side-bar::-webkit-scrollbar-track {
background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8);
}
\#side-bar::-webkit-scrollbar,
\#side-bar::-webkit-scrollbar-thumb,
\#side-bar::-webkit-scrollbar-corner {
width: 0.5rem;
border-right-width: calc(100vw + 100vh);
border-right-style: inset;
border-color: inherit;
background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
}
\#side-bar:is(:hover, :active, :focus-within) {
margin-right: 2.25rem;
padding-right: 0.25rem;
overflow-x: hidden;
overflow-y: auto;
border-color: rgba(var(--swatch-primary-darker), 1);
background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1);
translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0));
scrollbar-color:
rgba(170, 170, 170, 1) /* Thumb */
rgba(252, 252, 252, 1); /* Track */
scrollbar-color:
rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */
rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */
}
\#main-content::after {
content: " ";
display: flex;
position: fixed;
top: 0;
left: 1rem;
align-items: center;
justify-content: center;
width: 1rem;
height: 100%;
max-height: 100%;
transition:
left 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center left 1rem;
background-size: 1rem 12.875rem;
pointer-events: none;
}
\#side-bar:is(:hover, :active, :focus-within) + \#main-content::after {
left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
width: 0rem;
transition:
left 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
opacity: 0;
background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
font-size: 0em;
}
\#main-content::before {
content: " ";
position: absolute;
z-index: 9;
top: var(--final-header-height-on-desktop, 0);
left: 0;
width: var(--sidebar-width-on-desktop, 14.5rem);
height: calc(100% \- var(--final-header-height-on-desktop, 0.688rem) - 2.313rem);
margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 \- 2.313rem);
transition:
translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
opacity: 0.5;
background-color: rgb(var(--swatch-alternate-color, 0, 0, 0));
pointer-events: none;
translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 \+ 1rem);
}
\#side-bar:is(:hover, :active, :focus-within) + \#main-content::before {
translate: 0;
opacity: 0;
}
\#side-bar .side-block {
margin-top: 1em;
padding-left: 0.25em;
border-right-width: 0rem;
border-left-width: 0rem;
border-radius: 0;
background-color: rgb(0, 0, 0, 0);
direction: ltr;
}
\#side-bar .scpnet-interwiki-wrapper {
direction: ltr;
}
/* Print Friendly Formatting by Estrella */
body.print-body {
--sidebar-width-on-desktop: 0;
}
body.print-body \#main-content::before,
body.print-body \#main-content::after {
display: none;
}
}
3/9505 LEVEL 3/9505
CLASSIFIED
Item #: SCP-9505
Euclid
Dr. Sudarkin's drawing of SCP-9505-1.
Special Containment Procedures: CCTV footage of all SCP-9505 manifestations is to be sent to the SCP-9505 catalogue project at Site-19. Corpses resulting from SCP-9505 manifestations are to be brought to the site morgue as soon as possible by personnel in Level-A Hazardous Materials gear. Following an SCP-9505 manifestation, the researcher present at the location and the room in which the manifestation took place are to be processed according to protocol 9505-Alpha by the site decontamination team. Any remains discovered resembling SCP-9505 entities are to be reported to the nearest site director immediately for transfer to Site-19.
Description: SCP-9505 is a group of four entities which have manifested on multiple occasions inside Foundation sites. The entities have been designated SCP-9505-1, -2, -3, and -4. During manifestations, they emit electromagnetic interference which causes video footage and sound recordings to distort and become unclear.
SCP-9505-1 has the appearance of a woman of indeterminate age, approximately 1.7 metres in height. This entity wears a tight-fitting black cowl and a blindfold over a flesh-toned mask on her head, and a floor-length black-and-white garment decorated with lozenge and diamond lattice patterns.
SCP-9505-2 is a being approximately 2.4 metres in height, which manifests fully covered in a hooded brown robe. Close examination of the shadowed facial area under image enhancement has revealed that the head inside is absent or invisible.
SCP-9505-3 and -4 are two beings approximately 1 metre in height, anatomically reminiscent of penguins, though with a maniraptoran-like skull and scalloped headgear including a veil.
In each recorded instance of manifestation, the SCP-9505 entities will appear in a room with a Foundation researcher who is working alone, typically around 1-2 a.m. local time. In the majority of cases, one or more human corpses will manifest in front of these entities. The four entities will bow to the researcher, and then demanifest, leaving the corpses behind.
Initial studies of the corpses revealed no consistent cause of death. Of the initial ten recovered bodies, the following causes of death were recorded:
- Death by falling into a hard surface at terminal velocity
- Death by consumption of an uncharacterised toxic molecule, which had dysregulated cellular metabolism, causing the subject to die of hyperthermia
- Death by exposure to a gradient of senescence, such that the subject's head region had decayed due to ageing while the torso was that of an adult and the legs were those of an infant
- Death by the transformation of the majority of organic molecules in the subject's body into diamond
- Death by the eruption of an unknown organism residing inside the skull outwards through the right eye socket
- Death by topological inversion
- Death by compression of the subject's body to one molecule of thickness (corpse manifested rolled into a cylinder)
- Death by unknown causes (3)
Dr. Sudarkin's drawing of SCP-9505-3 and -4.
In each case, a white fractal object made of a non-terrestrial silk-like protein was placed on the subject's body in a manner consistent across all instances, located above their centre of mass.
On 1992/03/22, an SCP-9505 manifestation caused the appearance of a body where the subject could be identified through the use of genetic and dental records. Researchers were able to verify this as the corpse of Dr. Gene Hallow, who had been presumed deceased since 1978/09/10 during an exploration of Dimension τ-13. Subject's body manifested in a state of minimal decomposition, but of advanced age compared to his last known appearance. Autopsy discovered injuries consistent with an impact from the bludgeoning limbs of organism τ-13-004.
Following this incident, the corpses of 132 Foundation staff members presumed lost in the field, 349 identified civilians, and 560 unidentified other persons have manifested with SCP-9505.
Addendum 9505-1: On 2019/06/17, Dr. Susannah Foley discovered the remains of an organism resembling SCP-9505-3 and -4 near the Foundation outpost on Îles de Boynes, part of the Kerguelen archipelago in the Antarctic circle. These remains were designated SCP-9505-5, autopsied, and brought to Site-19. After receiving Directorial permission, Dr. Foley remained with the object in an otherwise empty office until 01:47 a.m., whereupon SCP-9505-1, -2, -3, and -4 manifested approximately 2 metres from SCP-9505-5.
Upon manifestation, the four living SCP-9505 instances bowed to Dr. Foley. SCP-9505-1 then approached the remains and placed a white fractal object upon it identical to those found on recovered human corpses. SCP-9505-2 produced a length of the same silk-like material and began winding it around SCP-9505-5, beginning at the head and moving towards the feet. During this process, SCP-9505-3 and -4 alternated in producing a quiet, low-frequency vocalisation.
Once SCP-9505-2 had finished winding the material around 9505-5, the four entities positioned themselves at cardinal points around the remains and bowed once towards 9505-5, then towards Dr. Foley, and then towards their neighbour in a clockwise direction. SCP-9505-1 then bowed once more to Dr. Foley, who bowed back. All SCP-9505 instances then demanifested simultaneously.
As of 2026/01/29, SCP-9505 has manifested 1,821 times accompanied by human corpse, and 8 times upon the delivery of SCP-9505-like instances by Foundation personnel.
