CloudCastle Faker API

Cybersecurity extends AbstractProvider
in package

FinalYes

Провайдер данных информационной безопасности: угрозы, типы атак, инструменты, шифры и классы уязвимостей. Данные интернациональные.

Table of Contents

Methods

__construct()  : mixed
attackType()  : string
Тип атаки.
cipher()  : string
Шифр или криптоалгоритм.
threat()  : string
Угроза.
tool()  : string
Инструмент.
vulnerability()  : string
Класс уязвимости.

Methods

__construct()

public __construct(Context $context) : mixed
Parameters
$context : Context

разделяемый контекст провайдеров

attackType()

Тип атаки.

public attackType() : string
Return values
string

атака (SQL injection, CSRF…)

cipher()

Шифр или криптоалгоритм.

public cipher() : string
Return values
string

шифр (AES, RSA…)

threat()

Угроза.

public threat() : string
Return values
string

угроза (phishing, ransomware…)

tool()

Инструмент.

public tool() : string
Return values
string

инструмент (Wireshark, nmap…)

vulnerability()

Класс уязвимости.

public vulnerability() : string
Return values
string

уязвимость (buffer overflow…)

On this page

Search results