WARNING:
The following file is only available for personnel with Clearance Level 4 or higher and certified members from the Heritage of Cadmus. Going beyond this point without the right clearance level, or, cheating this file's security measures, will result in termination.
Please confirm your credentials below.
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media (prefers-reduced-motion) { div.anom-bar-container { --timeScale: 0; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);} to { opacity: 1; clip-path: inset(0);} } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem);} to { opacity: 1; transform: translateX(0);} } @keyframes expand2 { from { opacity: 0; max-width: 1%;} to { opacity: 1; max-width: 100%;} } @keyframes fade { from { opacity: 0;} to { opacity: 1;} } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
⠀
⠀
ACTIVATING PREVENTIVE MEMETIC KILL AGENT
⠀
⠀

⠀
⠀
⠀
STABLE LIFE SIGN DETECTED. PROCEEDING WITH FILE VISUALIZER.
⠀
⠀
⠀
⠀
Special Containment Procedures: Due to the enormous size of SCP-6000 and its hostile nature, conventional means of containment are dispensable. SCP-6000 will destroy any man-made buildings that are in the range of its vision, which is estimated to be 12 times the limit of the human vision.
SCP-6000 is in a state of rest in Area-██, at the Arkhangelsk Oblast, Russia. The Area is located 60 km away from any human building and has a constant category 4 storm, which was designated SCP-6000-1 and extends over 10 km from the entity. Any attempt by unauthorized personnel or civilians to approach Area-██ must be strongly discouraged and suppressed.
It is unknown until when SCP-6000 will remain in its dormant state, for this reason, Area-██ must be monitored 24/7 by Foundation monitoring satellites, who must notify the nearest Site if SCP-6000-1 leaves its starting point. In case of displacement of SCP-6000-1, the personnel of the nearest Foundation Site must prepare to initiate protocol 279-Cadmus and execute it within 48 hours, to avoid the execution of protocol 370-Zeus, which would include direct warfare against the entity and exposition of SCP-6000 and Foundation Personnel.
Addendum 6000.1: The efficacy of protocol 279-Cadmus is questionable. Until the present date, the foundation is not sure of its effectiveness. If this effectiveness is proven, reclassification of SCP-6000 may be considered. Note that in case of failure of this protocol, protocol 370-Zeus must be executed anyway.
Description: SCP-6000 is a presumably humanoid entity that moves with multiple tentacles. Calculations made through the altitude of SCP-6000-1 and resonance, indicate an estimated size of 20 km in height for SCP-6000. Skin samples from SCP-6000 indicate a mixed composition of organic tissue and basalt. Resonances and drone footages also show flaws and ruptures in the body of SCP-6000 besides a huge fissure in the entity's torso, indicating that the subject may be mutilated.
SCP-6000 has wide climatic and geological manipulation skills, causing intense storms and variable disasters, that depend on the environment in which it is found. Among these disasters, volcanic eruptions and earthquakes were reported to follow the entity's appearance on some occasions, with earthquakes occurring more often than the eruptions. The entity is also able to move at unmatching speed, provoking massive air blow at the moment of the translocation.
The first contact from the Foundation with the entity occurred in the early 20th century, in ████, Romania, when a team from the MTF-Eta-5 was dispatched to attend a climatological emergency with sightings of gigantic tentacles. More about this operation can be read at The Incident of Romania. Since then, SCP-6000 was reported in several parts of Europe, such as Austria, Ukraine, Belarus, and Russia.
Over Foundation overwatch, the Entity kept its way to northern parts of the continent over the years, presenting several dormant
The following recordings portray flights taken to analyze the entity from near.
Operation Type: Entity Inspection Flight
Used Device: UAVMFO-02 (Meteorological Drone)
Operation Details: A meteorological inspection drone took flight 1 km away from Area-██ and was controlled to enter SCP-6000-1 and proceed to analyze from near the morphology of the entity.
<Begin Log>
Interviewer:
<End Log>
Closing Statement: [Small summary and passage on what transpired afterward]
As portrayed by the logs, SCP-6000 presents 3 missing body parts, two arms and one wing. In an effort to detect these parts, the Foundation managed to search historical information about the entity.
Some archeological findings, made in southern Europe, that dates from the middle of 1450-1300 BC, report what could be the first contacts that humanity had with SCP-6000. These artifacts are now kept by the foundation to prevent public knowledge about SCP-6000.
The analysis of those artifacts by historians and archeologists from the foundation concluded that SCP-6000 maybe was originated from the Minoan eruption, at the Aegean island of Thera, probably causing the extinction of the Minoan civilization. Geological analysis from the minerals gathered at the skin samples from the entity matches with minerals from the geology of the island. After these conclusions, SCP-6000 was nicknamed Typhon, linking it to the creature of the Greek myths.
One of the artifacts found by the excavations is a ceramic amphora, measuring 45 cm in height and 20 cm in diameter, tinted in black with some pictorial symbols in pale orange, representing what could be a fight between two huge men, one of them, winged. Around the fight is noticeable within the erased tint some houses sinking in the ocean. Inside the amphora, two degenerated scrolls were found, both with epic poems wrote in ancient greek.
One of the scrolls was translated and transcribed and can be read below.
[…] From the coast we saw, the
WARNING: The following information is only permitted for members of the Heritage of Cadmus or O5 personnel, please confirm your credentials before proceeding. Note that a memetic agent will be triggered for prevention.
[collapsible show="[CONFIRM LEVEL 5/6000 CREDENTIALS TO UNLOCK THE LOGS]" hide="[CREDENTIALS CONFIRMED - LOGS UNLOCKED]"]
SYSTEM ERROR - WIPED ENTRY
SYSTEM ERROR - WIPED ENTRY
SYSTEM ERROR - WIPED ENTRY






Per 



