Image does not exist: https://www.bleepstatic.com/images/news/ransomware/decryptors/n/nemty/nemty-decrypted-files.jpg
ຜູ້ຊ່ຽວຊານຈາກ Tesorion ໄດ້ສ້າງເຄື່ອງມີຖອດລະຫັດ Ramsomware ທີ່ມີຊື່ Nemty ອອກມາໃຫ້ຟຣີ ຖ້າທ່ານໃດມີບັນຫາກັບ Nemty Ransomware ກໍ່ສາມາດຕິດຕໍ່ຫາທີມ Tesorion CSIRT ເພື່ອຂໍເຄື່ອງມືດັ່ງກ່າວ
Tuesday, October 15, 2019
ຜູ້ຊ່ຽວຊານແຈກໂປຣແກຣມຖອດລະຫັດ Nemty Ransomware
Wednesday, September 25, 2019
IPtables Commands
IPtables Rules
Saving Rules
Debian Based
netfilter-persistent save
RedHat Based
service iptables save
To Stop / Start / Restart the Firewall,
If you are using RHEL / CentOS / Fedora Linux, the enter the following command.
# service iptables stop # service iptables start # service iptables restart
List out all of the active iptables rules with verbose
iptables -n -L -v
List out all of the active iptables rules with numeric lines and verbose
iptables -n -L -v –line-numbers
Print out all of the active iptables rules
iptables -S
List Rules as Tables for INPUT chain
iptables -L INPUT
Print all of the rule specifications in the INPUT chain
iptables -S INPUT
Show Packet Counts and Aggregate Size
iptables -L INPUT -v
To display INPUT or OUTPUT chain rules with numeric lines and verbose
iptables -L INPUT -n -v iptables -L OUTPUT -n -v --line-numbers
Delete Rule by Chain and Number
iptables -D INPUT 10
Delete Rule by Specification
iptables -D INPUT -m conntrack --ctstate INVALID -j DROP
Flush All Rules, Delete All Chains, and Accept All
iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT iptables -t nat -F iptables -t mangle -F iptables -F iptables -X Flush All Chains iptables -F Flush a Single Chain iptables -F INPUT
Tuesday, September 24, 2019
STOPDecrypter ຖອນໄຟລ໌ເຂົ້າລະຫັດ ບາງ Ransomware
STOPDecrypter ເປັນໂປຣແກຣມໜຶ່ງໃຊ້ຖອນໄຟລ໌ເຂົ້າລະຫັດ ໄດ້ຫຼາຍ Ransomware
Image does not exist: https://pbs.twimg.com/media/DxGExSWW0AAjylR.jpg
Tuesday, April 9, 2019
ແຫລ່ງລວມ Cheatsheet ສຳລັບການຂຽນປ້ອງກັນຊ່ອງໂຫວ່ໃນ web ຕ່າງໆ ໂດຍ OWASP
ທ່ານສາມາດເອົາໄປໃຊ້ສຳລັບການຂຽນປ້ອງກັນຊ່ອງໂຫວ່ໃນ web ຕ່າງໆ ໂດຍ OWASP
ຕາມລິ້ງລຸ່ມນີ້:
https://github.com/O … e/master/cheatsheets
Saturday, March 9, 2019
Reject Unlisted Domain ເທິງ Zimbra 8.5 ດ້ວຍ policyd
Image does not exist: https://i0.wp.com/imanudin.net/wp-content/uploads/2014/09/policyd-groups.jpg?resize=825%2C154
ມີຂັ້ນຕອນດັ່ງນີ້:
1. ເລືອກ Policies > Groups.
2. ໃນ action ເລືອກ add
3.ໃສ່ຄຳວ່າ list_domain ໃນຫ້ອງ Name ສ່ວນໃນຫ້ອງ comment ປະຫວ່າງເປົາ ແລ້ວກົດ Submit Query
4. ກັບຄືນມາລາຍການ ແລ້ວເລືອກ list_domain>Action>Change>ຫ້ອງ Disabled ເລືອກເປັນ no >Submit Query ແລ້ວກັບຄືນ
Image does not exist: https://i0.wp.com/imanudin.net/wp-content/uploads/2014/09/policyd-groups.jpg?resize=825%2C154
5. ເລືອກ list_domain>Action>Add ໃຫ້ໃສ່ຂໍ້ມູນ Name= @domain.com >Submit Query>Back to group #domain ແມ່ນໝາຍເຖິງໂດເມນຂອງທ່ານ
Image does not exist: https://i0.wp.com/imanudin.net/wp-content/uploads/2014/09/policyd-members-groups.jpg?resize=825%2C161
[Read more…]
ວິທີຕິດຕັ້ງ PolicyD ເທິງ Zimbra 8.5 ແລະ ຮຸ່ນຕໍ່ມາ
Image does not exist: http://vavai.net/wp-content/uploads/2014/02/policyd_logo-300×130.png
ມີຂັ້ນຕອນຕິດຕັ້ງດັ່ງນີ້:
1. ເປີດໃຫ້ Policyd ທຳງານ
su - zimbra zmprov ms `zmhostname` +zimbraServiceInstalled cbpolicyd +zimbraServiceEnabled cbpolicyd cd exit
2.ເປີດໃຊ້ Policyd WebUI ດ້ວຍຜູ້ໃຊ້ root
cd /opt/zimbra/httpd/htdocs/ && ln -s ../../cbpolicyd/share/webui
ຈາກນັ້ນໄປແກ້ໄຂໄຟລ໌ /opt/zimbra/cbpolicyd/share/webui/includes/config.php ແລ້ວເອົາເຄື່ອງໝາຍ “#” ໃສ່ທາງໜ້າ $DB_DSN ແລ້ວເພີ່ມອັນໃໝ່ໃສ່ກ່ອນ $DB_USER ດ້ວຍຂໍ້ມູນລຸ່ມນີ້.
[Read more…]