AWS - Security Hub Enum

Reading time: 3 minutes

tip

Učite i vežbajte AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Učite i vežbajte GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE) Učite i vežbajte Azure Hacking: HackTricks Training Azure Red Team Expert (AzRTE)

Podržite HackTricks

Security Hub

Security Hub prikuplja bezbednosne podatke iz različitih AWS naloga, usluga i podržanih proizvoda trećih strana i pomaže vam da analizirate svoje bezbednosne trendove i identifikujete najprioritetnije bezbednosne probleme.

Ona centralizuje bezbednosne alarme između naloga, i pruža UI za pregled ovih. Najveće ograničenje je to što ne centralizuje alarme između regiona, samo između naloga.

Karakteristike

  • Regionalno (nalazi se ne preklapaju između regiona)
  • Podrška za više naloga
  • Nalazi iz:
  • Guard Duty
  • Config
  • Inspector
  • Macie
  • treće strane
  • samoproizvedeni prema CIS standardima

Enumeration

# Get basic info
aws securityhub describe-hub

# Get securityhub org config
aws securityhub describe-organization-configuration #If the current account isn't the security hub admin, you will get an error

# Get the configured admin for securityhub
aws securityhub get-administrator-account
aws securityhub get-master-account # Another way
aws securityhub list-organization-admin-accounts # Another way

# Get enabled standards
aws securityhub get-enabled-standards

# Get the findings
aws securityhub get-findings

# Get insights
aws securityhub get-insights

# Get Automation rules (must be from the admin account)
aws securityhub list-automation-rules

# Get members (must be from the admin account)
aws securityhub list-members
aws securityhub get-members --account-ids <acc-id>

Zaobilaženje Detekcije

TODO, PR-ovi su prihvaćeni

Reference

tip

Učite i vežbajte AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Učite i vežbajte GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE) Učite i vežbajte Azure Hacking: HackTricks Training Azure Red Team Expert (AzRTE)

Podržite HackTricks