03 2020 档案

只有注册用户登录后才能阅读该文。
posted @ 2020-03-29 21:20 晨风_Eric 阅读(0) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2020-03-29 19:49 晨风_Eric 阅读(0) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2020-03-29 16:34 晨风_Eric 阅读(0) 评论(0) 推荐(0)
摘要:Task 3 The SOC(Security Operation Center) monitoring team dashboard reported more 1,000 requests to one of our eCommerce Server HTTPS portals in a mat 阅读全文
posted @ 2020-03-15 18:35 晨风_Eric 阅读(197) 评论(0) 推荐(0)
摘要:Security policies: Enforcing network traffic by configuring rules of what is allowed or denied to communicate between logical network segments (zones) 阅读全文
posted @ 2020-03-15 12:18 晨风_Eric 阅读(152) 评论(0) 推荐(0)
摘要:Leveraging V-Wires Bridge two physical connections and apply security Policies without influencing any routing decision(transparent Firewall inspectio 阅读全文
posted @ 2020-03-15 08:09 晨风_Eric 阅读(317) 评论(0) 推荐(0)
摘要:Multiple options to integrate the Palo Alto Firewall into your: Network Layer 2 interfaces and VLAN interfaces Layer 3 interfaces Tap interfaces Loopb 阅读全文
posted @ 2020-03-14 17:20 晨风_Eric 阅读(407) 评论(0) 推荐(0)
摘要:Firewall Security Zones Zones: The foundational aspect of every Firewall. Police network traffic Enforce ingress and egress flow Provide traffic ident 阅读全文
posted @ 2020-03-12 20:57 晨风_Eric 阅读(240) 评论(0) 推荐(0)
摘要:LDAP Authentication and Remote Users and Groups Create Remote User Objects and LDAP Integration: samAccountName - eric.wei UserPrincipalName - eric.we 阅读全文
posted @ 2020-03-08 20:13 晨风_Eric 阅读(168) 评论(0) 推荐(0)
摘要:Users Objects and Groups Creating local user objects. Creating local user groups. https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-admin/user-id/us 阅读全文
posted @ 2020-03-08 18:38 晨风_Eric 阅读(145) 评论(0) 推荐(0)
摘要:Address Objects and Groups Creating address objects. Organizing address objects with address groups Limiting the human error and complexity thanks to 阅读全文
posted @ 2020-03-08 16:52 晨风_Eric 阅读(219) 评论(0) 推荐(0)
摘要:Building Middleware with Negroni Reasons use middleware, including logging requests, authenticating and authorizing users, and mapping resources. Idio 阅读全文
posted @ 2020-03-08 14:40 晨风_Eric 阅读(154) 评论(0) 推荐(0)
摘要:Routing with the gorilla/mux Package A powerful HTTP router and URL matcher for building Go web servers https://github.com/gorilla/mux Install package 阅读全文
posted @ 2020-03-07 18:35 晨风_Eric 阅读(129) 评论(0) 推荐(0)
摘要:HTTP Server Basics Use net/http package and useful third-party packages by building simple servers. Building a Simple Server package main import ( "fm 阅读全文
posted @ 2020-03-02 21:25 晨风_Eric 阅读(134) 评论(0) 推荐(0)
摘要:Parsing Document Metadata with Bing Scaping Set up the environment - install goquery package. https://github.com/PuerkitoBio/goquery go get github.com 阅读全文
posted @ 2020-03-01 20:34 晨风_Eric 阅读(340) 评论(0) 推荐(0)