soudegesu / blog

soudegesu's blog post
https://www.soudegesu.com/
1 stars 0 forks source link

Udemy cyber security #34

Closed soudegesu closed 6 years ago

soudegesu commented 6 years ago

https://www.udemy.com/the-complete-internet-security-privacy-course-volume-1/learn/v4/t/lecture/5254578?start=0 を見ながら学習

soudegesu commented 6 years ago

pseudo anonymous とは? 完全なanonymousではなく、微妙に属性をもっていて、一意とはいかないまでも一定の範囲内に絞込可能なanonymousのこと

soudegesu commented 6 years ago

Security Attribute

soudegesu commented 6 years ago

http://google.com って書いて別のリンクへ飛ばすのはなるほどなぁ

soudegesu commented 6 years ago

Kali Linux はdebian ベースのLinux ディストリ

soudegesu commented 6 years ago

https://www.kali.org/downloads/ からイメージをダウンロードする

soudegesu commented 6 years ago

ここに行った方が直接とれる https://www.offensive-security.com/kali-linux-vm-vmware-virtualbox-hyperv-image-download/

soudegesu commented 6 years ago

Scurity Bugs and Valunabirities OSごとのセキュリティ比較

Linux の次が Macか。 https://www.cvedetails.com/top-50-products.php?year=2017

soudegesu commented 6 years ago

Terms of Serviceを纏めてくれているサイトもあるのか https://tosdr.org/

soudegesu commented 6 years ago

自前アカウントを作らなくて済む http://bugmenot.com/

soudegesu commented 6 years ago

webサイトの良くないリンクを抽出するサイト http://www.urlvoid.com/

soudegesu commented 6 years ago

ハードウェアアドレスの最後の3 byteはデバイスに対するユニークなIDらしい

soudegesu commented 6 years ago

macアドレスを差し替えるための macchanger なるものがあるらしい

soudegesu commented 6 years ago

debianであれば以下

apt-get install -y macchanger
soudegesu commented 6 years ago

eth0を落とす

ifconfig th0 down
soudegesu commented 6 years ago

macchangerでアドレスを変更する

macchanger -r eth0
soudegesu commented 6 years ago
ifconfig eth0 up
soudegesu commented 6 years ago

netstat -r で優先順位を見る

soudegesu commented 6 years ago

こんな感じで書き換えることも可能

ifconfig en0 enter aa:aa:aa:aa:aa:aa
soudegesu commented 6 years ago

Virtualboxの場合には [Network]タブからMacアドレスを指定できる

soudegesu commented 6 years ago

CPUの情報を全て取得するツールがある WindowsはCPU-Z http://www.cpuid.com/softwares/cpu-z.html Linux系であればi-nex https://launchpad.net/i-nex Macであればmaccpuid https://software.intel.com/en-us/articles/download-maccpuid

soudegesu commented 6 years ago

マザーボードのシリアルナンバーを確認する

wmic bios get name,serialnumber,version
soudegesu commented 6 years ago

マザーボードの名前(UUID)を確認する

wmic csproduct get name, identifyingnumber,uuid
soudegesu commented 6 years ago

macにdmideodeをインストールする

brew install cavaliercoder/dmidecode/dmidecode

debianの場合は apt-get でインストールする

soudegesu commented 6 years ago

UUIDを確認してみる

dmidecode -t system
soudegesu commented 6 years ago

Virutal Machineを利用してる場合には Serial Numberが0になるらしい

soudegesu commented 6 years ago

windowsの場合は dir コマンド一発でシリアル番号が引ける

soudegesu commented 6 years ago

ハードウェアドライブを見てみる Macの場合 system_profiler SPSerialATADataType

EFI: Volume UUID:XXXXXXXXX

soudegesu commented 6 years ago

OSもシリアル番号を持っているabuse(乱用されないように) OSベンダーはハードウェアのシリアルを取得している

soudegesu commented 6 years ago

シリアル番号の改ざんを行う方法は複数ある ①製品を買う(Cameleon) ②VirtualMachineを使う

soudegesu commented 6 years ago

セキュアの取扱たければnitrokeyみたいな、ハードウェアデバイスを使えと。 https://www.nitrokey.com/

soudegesu commented 6 years ago

ブラウザのサンドボックスに関する説明

soudegesu commented 6 years ago

befferzoneというサービスがあるらしい

soudegesu commented 6 years ago

Sandboxieというソフトでやばそうなファイルを隔離すると良い

soudegesu commented 6 years ago

ダウンロードするときはSDeleteを使用する

soudegesu commented 6 years ago

macの場合はseatbeltというものをデフォルトで持っている

soudegesu commented 6 years ago

VM/Hyper Visor/GuestOS/VM toolの境界にあるconfigurationは隔離の際の脆弱なポイントになりやすい

soudegesu commented 6 years ago

whonixはTorで通信が匿名化されてる仮想化専用のOS

soudegesu commented 6 years ago

そこそこセキュアなOS qubeos

soudegesu commented 6 years ago

モノリシックなTCB kernelはリスクがある

soudegesu commented 6 years ago

qubes osはベアメタのHypervisor上で動いている

soudegesu commented 6 years ago

VM wareやVirtual Boxよりもセキュリティ性が高い。 これらはOSから直接runされるから

soudegesu commented 6 years ago

shodon.io