当前位置: 首页 > news >正文

手机pc网站模板网页设计与网站建设课件

手机pc网站模板,网页设计与网站建设课件,公司名字大全参考2022,阿里云服务器的网站备案流程图蓝队技能 Suricata-C2Webshell隧道 蓝队技能总结前言一、C2规则开发1.1 Sliver1.2 CS 二、内网隧道1.1 frps1.2 nps 三、webshell3.1 蚁剑3.2 冰蝎3.3 哥斯拉 总结 前言 本文聚焦于Suricata规则开发#xff0c;提供针对Sliver、Cobalt Strike#xff08;CS#xf…蓝队技能 Suricata-C2Webshell隧道 蓝队技能总结前言一、C2规则开发1.1 Sliver1.2 CS 二、内网隧道1.1 frps1.2 nps 三、webshell3.1 蚁剑3.2 冰蝎3.3 哥斯拉 总结 前言 本文聚焦于Suricata规则开发提供针对Sliver、Cobalt StrikeCS等C2框架以及蚁剑、冰蝎、哥斯拉等Webshell工具的检测规则。同时我们还将涵盖FRP和NPS等内网隧道工具的检测策略。通过运用这些规则安全团队能够更有效地识别并响应潜在的安全威胁保障网络环境的安全稳定。 一、C2规则开发 1.1 Sliver alert tcp any any - any any (msg: Sliver HTTP woff request; flow:to_server,established;content:.woff;http_uri;pcre: /\/(static|assets|fonts|locales)(.*?)((attribute_text_w01_regular|ZillaSlab-Regular\.subset\.bbc33fb47cf6|ZillaSlab-Bold\.subset\.e96c15f68c68|Inter-Regular|Inter-Medium)\.woff)\?[a-z_]{1,2}[a-z0-9_]{1,10}/i;sid:1000001;classtype:trojan-activity; rev:1;) alert tcp any any - any any (msg: Sliver HTTP js request; flow:to_server,established;content:GET;http_method;nocase;content:.js;http_uri;pcre: /\/(js|umd|assets|bundle|bundles|scripts|script|javascripts|javascript|jscript)(.*?)((bootstrap|bootstrap.min|jquery.min|jquery|route|app|app.min|array|backbone|script|email)\.js)\?[a-z_]{1,2}[a-z0-9_]{1,10}/i;sid:1000002;classtype:trojan-activity; rev:1;) alert tcp any any - any any (msg: Sliver HTTP html requestgetsessionID; flow:to_server,established;content:POST;http_method;nocase;content:.html;http_uri;pcre: /\/(php|api|upload|actions|rest|v1|oauth2callback|authenticate|oauth2|oauth|auth|database|db|namespaces)(.*?)((login|signin|api|samples|rpc|index|admin|register|sign-up)\.html)\?[a-z_]{1,2}[a-z0-9_]{1,10}/i;sid:1000003;flowbits:set,name;flowbits:noalert;classtype:trojan-activity; rev:1;) alert tcp any any any any (msg: Sliver HTTP html responseset-cookie;flow:to_client,established;content:Set-Cookie;http_header;pcre:/^Set-Cookie\:\s*(PHPSESSID|SID|SSID|APISID|csrf-state|AWSALBCORS)\[a-z0-9]{32}\;\s*HttpOnly$/i;sid:1000004;flowbits:isset,name;classtype:trojan-activity;) alert tcp any any - any any (msg: Sliver HTTP php request; flow:to_server,established;content:POST;http_method;nocase;content:.php;http_uri;pcre: /\/(php|api|upload|actions|rest|v1|oauth2callback|authenticate|oauth2|oauth|auth|database|db|namespaces)(.*?)((login|signin|api|samples|rpc|index|admin|register|sign-up)\.php)\?[a-z_]{1,2}[a-z0-9_]{1,10}/i;sid:1000005;classtype:trojan-activity; rev:1;) alert tcp any any - any any (msg: Sliver HTTP png request; flow:to_server,established;content:.png;http_uri;pcre: /\/(static|www|assets|images|icons|image|icon|png)(.*?)((favicon|sample|example)\.png)\?[a-z_]{1,2}[a-z0-9_]{1,10}/i;sid:1000006;classtype:trojan-activity; rev:1;) alert tls any any - any any (msg:sliver https debian; ja3.hash; content:19e29534fd49dd27d09234e639c4057e; classtype:misc-activity; sid:1001; rev:1;) alert tls any any - any any (msg:sliver https; ja3.hash; content:f4febc55ea12b31ae17cfb7e614afda8; sid:1002;)如下解释如何使用Suricata进行规则开发 Suricata下载 1. suricata.exe :运行文件名称 2. -c suricata.yaml 加载的配置文件 3. -s sliver.rules 验证的规则 4. -i 192.168.189.152 监听的网卡 后面运行sliver并执行命令不会的看我前几篇文章即可 1.2 CS 1. 修改suricata.yaml配置文件 2. lua_script文件夹中创建checksum8_check.lua文件并写入如下内容 # java代理换算成lua代码 -- 定义函数来计算checksum8 function checksum8(text) if #text 4 then return 0 end -- 移除字符串中的/字符 text text:gsub(/, ) local sum 0 for x 1, #text do sum sum string.byte(text, x) end return sum % 256 end -- 主程序 print(checksum8(Yle2))3. cs.rules文件内容 alert http any any - any any (gid:3333; sid:30001; rev:1; \msg:http-beacon-checksum8-path-parse; \classtype: http-beacon; \flow: established, to_server; \urilen:46; \luajit:checksum8_check.lua; \ )# http-beacon上线/心跳请求匹配敏感路径 alert http any any - any any (gid:3333; sid:30003; rev:1; \msg:http-beacon-get-data; \classtype: http-beacon; \flow:to_server; \http.method; content:GET; \http.accept; content:*/*; \http.uri; pcre:/\/ca|\/dpixel|\/__utm.gif|\/pixel.gif|\/g.pixel|\/dot.gif|\/updates.rss|\/fwlink|\/cm|\/cx|\/pixel|\/match|\/visit.js|\/load|\/push|\/ptj|\/j.ad|\/ga.js|\/en_US\/all.js|\/activity|\/IE9CompatViewList.xml/; \http.user_agent; pcre:/Mozilla\/5.0 \(compatible/; \ )# http-beacon执行完下发的命令后通过post方式向c2服务器发起数据回传请求 alert http any any - any any (gid:3333; sid:30004; rev:1; \msg:http-beacon-post-data; \classtype: http-beacon; \flow:to_server; \http.method; content:POST; \http.uri; content:/submit.php?id; \http.accept; content:*/*; \http.content_type; content:application/octet-stream; \http.connection; content:keep-alive; nocase; \http.request_body; content:|00 00 00|; startswith; \ )# https-beacon-ja3指纹client-hello alert tls any any - any any (gid:6666; sid:30005; rev:1; \msg:https-beacon-ja3-hash; \classtype: https-beacon; \ja3.hash; pcre:/72a589da586844d7f0818ce684948eea|652358a663590cfc624787f06b82d9ae|4d93395b1c1b9ad28122fb4d09f28c5e|a0e9f5d64349fb13191bc781f81f42e1/; \ )# https-beacon-ja3s指纹server-hello alert tls any any - any any (gid:6666; sid:30006; rev:1; \msg:https-beacon-ja3s-hash; \classtype: https-beacon; \ja3s.hash; pcre:/fd4bc6cea4877646ccd62f0792ec0b62|b742b407517bac9536a77a7b0fee28e9/; \ )# https-beacon-cert指纹subject、cert_issuer默认为空 alert tls any any - any any (gid:6666; sid:30007; rev:1; \msg:https-beacon-tls-cert-issuer; \classtype: https-beacon; \tls.cert_subject; content:C, ST, L, O, OU, CN; nocase; \tls.cert_issuer; content:C, ST, L, O, OU, CN; nocase; \tls_cert_notbefore:2015-05-20T18:26:24; \tls_cert_notafter:2025-05-17T18:26:24; \ )# https-beacon-cert指纹fingerprint alert tls any any - any any (gid:6666; sid:30008; rev:1; \msg:https-beacon-tls-cert-fingerprint; \classtype: https-beacon; \tls.cert_fingerprint; content:6e:ce:5e:ce:41:92:68:3d:2d:84:e2:5b:0b:a7:e0:4f:9c:b7:eb:7c ;\ )# https-beacon-cert指纹serialNumber alert tls any any - any any (gid:6666; sid:30009; rev:1; \msg:https-beacon-tls-cert-fingerprint; \classtype: https-beacon; \tls.cert_serial; content:08:BB:00:EE; \ )# dns-beacon匹配dns-beacon发起上线/心跳请求后c2服务器的返回包 # Type: A, Class: IN, 0.0.0.0 alert dns any any - any any (gid:9999; sid:30010; rev:1; \msg:dns-beacon-live-response; \classtype: dns-beacon; \content:|00 01 00 01 00 00 00|; \content:|00 00 00 00|; endswith; \ )# dns-beacon匹配dns-beacon发起上线/心跳请求后c2服务器的返回包选择后续使用A记录 # Type: A, Class: IN, 0.0.0.241 alert dns any any - any any (gid:9999; sid:30011; rev:1; \msg:dns-beacon-live-response; \classtype: dns-beacon; \content:|00 01 00 01 00 00 00|; \content:|00 00 00 f1|; nocase; endswith; \ )# dns-beacon匹配dns-beacon发起上线/心跳请求后c2服务器的返回包选择后续使用TXT记录 # Type: A, Class: IN, 0.0.0.243 alert dns any any - any any (gid:9999; sid:30012; rev:1; \msg:dns-beacon-live-response; \classtype: dns-beacon; \content:|00 01 00 01 00 00 00|; \content:|00 00 00 f3|; nocase; endswith; \ )# dns-beacon匹配dns-beacon发起上线/心跳请求后c2服务器的返回包选择后续使用AAAA记录 # Type: A, Class: IN, 0.0.0.245 alert dns any any - any any (gid:9999; sid:30013; rev:1; \msg:dns-beacon-live-response; \classtype: dns-beacon; \content:|00 01 00 01 00 00 00|; \content:|00 00 00 f5|; nocase; endswith; \ )# dns-beacon匹配dns-beacon发起元数据提交请求后c2服务器的确认返回包 # 以www开头0.0.0.0结尾的A记录查询返回包 # Type: A, Class: IN, 0.0.0.0 alert udp any any - any any (gid:9999; sid:30014; rev:1; \msg:dns-beacon-metadata-response; \classtype: dns-beacon; \flow:to_client; \content:www; \content:|00 01 00 01 00 00 00|; \content:|00 00 00 00|; nocase; endswith; \ )# dns-beacon匹配dns-beacon使用AAAA、TXT方式向c2服务器发起payload下载请求后c2服务器的返回包 # www6 AAAA 、api TXT # Type: A, Class: IN, 0.0.0.80 alert udp any any - any any (gid:9999; sid:30015; rev:1; \msg:dns-beacon-getpayload-response; \classtype: dns-beacon; \flow:to_client; \pcre:/www6|api/; \content:|00 01 00 01 00 00 00|; \content:|00 00 00 50|; endswith; \ )# dns-beacon匹配dns-beacon使用A方式向c2服务器发起payload下载请求后c2服务器的返回包 # cdn A # Type: A, Class: IN, 0.0.0.64 alert udp any any - any any (gid:9999; sid:30016; rev:1; \msg:dns-beacon-getpayload-response; \classtype: dns-beacon; \flow:to_client; \pcre:/cdn/; \content:|00 01 00 01 00 00 00|; \content:|00 00 00 40|; endswith; \ )# dns-beacon匹配dns-beacon使用执行完payload后向c2服务器执行结果数据c2服务器的返回包 # post put_output # Type: A, Class: IN, 0.0.0.00 alert udp any any - any any (gid:9999; sid:30017; rev:1; \msg:dns-beacon-output-response; \classtype: dns-beacon; \flow:to_client; \content:post; \content:|00 01 00 01 00 00 00|; \content:|00 00 00 00|; nocase; endswith; \ )二、内网隧道 按照和C2相似的操作监听流量 - 工具运行 1.1 frps alert tcp any any - any any (msg:frp find; content:{\version\:\; pcre:/\version\:\0\.\d{2}\.\d{1}\/; nocase; sid:1000042; rev:1;)alert tcp any any - any any (msg:frp find; content:{\run_id\:\; nocase; sid:1000044; rev:1;)1.2 nps alert tcp any any - any any (msg:nps find; content:sucs; nocase; sid:1000053; rev:1;)三、webshell 3.1 蚁剑 alert http any any - $HOME_NET any (msg:antSword find; content:User-Agent|3a| antSword/v2.1; http_header; sid:1000009; rev:1;)3.2 冰蝎 alert http any any - $HOME_NET any (msg:behinder find; content:Accept:; http_header; content:text/html; http_header; content:application/xhtmlxml; http_header; content:application/xml; http_header; content:q0.9; http_header; content:image/webp; http_header; content:image/apng; http_header; content:*/*; http_header; content:q0.8; http_header; content:application/signed-exchange; http_header; content:vb3; http_header; content:Accept-Language: zh-CN; http_header; content:q0.9; http_header; content:en-US; http_header; content:q0.8; http_header; sid:1000047; rev:3;)3.3 哥斯拉 alert http any any - $HOME_NET any (msg:godzilla find; content:Accept:; http_header; content:text/html; http_header; content:application/xhtmlxml; http_header; content:application/xml; http_header; content:q0.9; http_header; content:image/webp; http_header; content:*/*; http_header; content:q0.8; http_header; sid:1000099; rev:1;)
http://www.hkea.cn/news/14374277/

相关文章:

  • 烟台门户网站开发响应式网站如何做的
  • 金华网站建设大型网页建设南宁网站建设方案书
  • 重庆做网站好的公司网站做淘宝客还行吗
  • d开头的做网站的软件邢台网站推广多少钱
  • 东四网站建设最火手游排行榜2021
  • 用qq号码可以做网站吗集艾室内设计(上海)有限公司
  • 申请付费网站网页设计与制作实用教程(第3版)
  • 广州网站建设好公司手机怎么建网站
  • 三明城乡建设网站软件设计流程图
  • 怎么看网站pvwordpress移动端代码
  • 关于网站推广wordpress 建站教程 .pdf
  • 网站后台构建wordpress footer 插件
  • 抽奖网站建设做网站练手项目
  • 带动画的网站模板网站横幅广告代码
  • 毕业设计餐饮网站建设网站的搭建流程
  • 建设监理工程公司网站钢结构网站
  • 做爰网站视屏做化妆品注册和注册的网站吗
  • 搜索引擎网站推广可以自己做吗徐州城乡建设招投标网站
  • 免费做网站可以一直用吗怎么破解网站后台
  • 网站备案为什么 没有批复文件WordPress清爽主题
  • wordpress企业站模板罗湖住房和建设局网站
  • 滦平住房和城乡建设厅网站网站建设维护公司资质
  • 西安做网站的公司在线图片制作工具
  • 有网址和关键词就能刷网站排名网络服务设备有哪些
  • 济南网站假设推广网页网站自做全搞定
  • 深圳专业营销网站制作建筑设计公司logo
  • 优秀毕业设计网站设计网络营销具有哪些优势和吸引力
  • 优秀的设计网站有哪些内容珠海网站建设防
  • 成都网站建设桔子科技html5软件安装视频
  • 江西建设职业技术学院招生信息网站wordpress图片无法显示