- เครื่องมือโอเพนซอร์ส (GO CLI) สำหรับคิวรีข้อมูลจากแหล่งข้อมูลมากกว่า 200 แหล่ง (คลาวด์)
- AWS, Azure, GCP และ SaaS, Identity, DevOps, เครือข่าย (CDN, IMAP, WHOIS,..), IaC, Log, Social ฯลฯ
- สามารถใช้งานโดย join แหล่งข้อมูลหลากหลายแบบ SQL ได้
- ในบรรดาผู้ใช้ Slack มีใครบ้างที่เปิดใช้ MFA?
select id, display_name, real_name, has_2fa from slack_user;
- EBS volume ที่ไม่ได้ใช้งานมีอะไรบ้าง?
select volume_id, volume_type from aws_ebs_volume where attachments is null;
select aws.name aws_user_name, slack.id as slack_user_id, slack.display_name as slack_name from aws_iam_user as aws, slack_user as slack where aws.name = slack.email;
1 ความคิดเห็น
ว้าว ถ้าเชื่อมกับ BI ภายนอกได้ด้วย น่าจะโหดสุด ๆ เลยนะ