Filter
Exclude
Time range
-
Near
#interop26 2日目!!!!❤️‍🔥 ブースでは無料診断を実施しております。 ご来場の皆さま、ぜひお立ち寄りください🙂✨ 🗓️ 会期:6/10(水)〜6/12(金) 10:00-18:00(最終日17:00まで) 📍場所:幕張メッセ 展示ホール3〜8 🗺️ブース:ホール6 > 6A20 #Securify #セキュリティ
1
13
377
株式会社スリーシェイク retweeted
\ 本日2日目! #interop26 / Securifyブースでは、その場で自社サイトのセキュリティリスクを可視化する「無料診断」を実施しております📝 診断をお試しいただいた方には、攻撃者視点のリスクがひと目でわかる診断レポートを差し上げます。 🗓️ 会期:6/10(水)〜6/12(金) 10:00-18:00(最終日17:00まで) 📍 場所:幕張メッセ 展示ホール3〜8 🗺️ ブース:ホール6 > 6A20 「まずは自社の現状のリスクを知りたい」という方も、ぜひお気軽にお立ち寄りください! #Securify #セキュリティ
2
9
1,654
株式会社スリーシェイク retweeted
\ いよいよ今週開催!|#interop26 / Securifyブースでは、ASM・脆弱性診断・CSPM・SBOMを統合した国産セキュリティプラットフォームの最新デモをお届けします! 🗓️ 会期:6/10(水)〜6/12(金) 10:00-18:00(最終日17:00まで) 📍 場所:幕張メッセ 展示ホール3〜8 🗺️ ブース:ホール6 > 6A20 社内のセキュリティ運用リソース不足や、管理対象の拡大にお悩みの担当者様はぜひお立ち寄りください。 皆様のご来場を心よりお待ちしております! #Securify #セキュリティ #interop26
2
11
2,511
Access ALL prompts for stunning animated websites in one click: motionsites.ai Prompt: Build a full-screen hero section for a data-security SaaS landing page called "securify" using React TypeScript Tailwind CSS, with a looping fullscreen background video, a floating pill-shaped navbar, and large staggered typography. **Fonts & Global Styles** Load Google font "Readex Pro" weights 300, 400, 500, 600, 700. Set body `font-family: 'Readex Pro', system-ui, -apple-system, sans-serif;`, background `#000`, color `#fff`, antialiased. Make `html, body, #root` height 100%. Add a `.hero-title` class with `letter-spacing: -0.04em; line-height: 0.95;`. **Section container** A `<section>` with classes: `relative h-screen w-full overflow-hidden bg-black`. **Background video** `<video>` with `className="absolute inset-0 w-full h-full object-cover"`, autoPlay loop muted playsInline, and `src="d8j0ntlcm91z4.cloudfront.net…"`. **Navbar** (absolute, z-20, px-6 md:px-10 pt-6, top-0 left-0 right-0) A `<nav>` with `flex items-center justify-between gap-4`. Left pill: `flex items-center gap-2 bg-neutral-900/90 backdrop-blur rounded-full pl-4 pr-6 py-3` containing: - A custom white SVG logo (viewBox `0 0 256 256`, class `h-5 w-5`) with path: `M 128 192 L 128 256 L 64.5 256 L 32 223 L 0 192 L 0 128 L 64 128 Z M 256 192 L 256 256 L 192.5 256 L 160 223 L 128 192 L 128 128 L 192 128 Z M 128 64 L 128 128 L 64.5 128 L 32 95 L 0 64 L 0 0 L 64 0 Z M 256 64 L 256 128 L 192.5 128 L 160 95 L 128 64 L 128 0 L 192 0 Z` filled `#ffffff`. - Brand text "securify" (`text-white text-sm font-normal tracking-tight`). Center pill (hidden on mobile): `hidden md:flex items-center gap-1 bg-neutral-900/90 backdrop-blur rounded-full px-3 py-2` with four anchor links: "platform", "solutions", "company", "support" -- each `text-neutral-300 hover:text-white transition-colors text-sm px-5 py-2 rounded-full`. Right button: "get started" -- `bg-white text-black text-sm font-normal rounded-full px-6 py-3 hover:bg-neutral-200 transition-colors`. **Foreground content wrapper**: `relative h-full w-full` (rendered after Navbar, above the video). Three giant staggered headline words (each an `<h1>` with class `hero-title absolute text-white font-medium text-[14vw] md:text-[13vw]`): - "protect" -- `left-4 md:left-10 top-[18%]` - "your" -- `right-4 md:right-10 top-[38%]` - "data" -- `left-[18%] md:left-[28%] top-[58%]` All lowercase. **Description paragraph** (absolute, `left-6 md:left-10 top-[46%]`, `max-w-[240px] text-[15px] leading-snug text-white/90`): "we can guarding your data with utmost care, empowering you with privacy everywhere" **Stat block -- top-right** (`absolute right-6 md:right-24 top-[14%]`): - Row: `flex items-center gap-3 justify-end` -- a diagonal divider (`hidden md:block h-px w-24 bg-white/40 rotate-[20deg]`) then number " 65k" (`text-4xl md:text-5xl font-medium tracking-tight`). - Sublabel: "startups use" (`text-xs md:text-sm text-white/70 mt-1 text-right`). **Stat block -- bottom-left** (`absolute left-6 md:left-20 bottom-20 md:bottom-24`): - Row: number " 1.5b" then divider `hidden md:block h-px w-24 bg-white/40 rotate-[-20deg]`. - Sublabel: "gb data was protected" (`text-xs md:text-sm text-white/70 mt-1`). **Stat block -- bottom-right** (`absolute right-6 md:right-20 bottom-16 md:bottom-20`): - Row: diagonal divider `rotate-[-20deg]` then " 300k". - Sublabel: "downloads" (right-aligned, `text-white/70`). **Notes** - All text is lowercase. - Navbar pills use `bg-neutral-900/90 backdrop-blur`. - Only transitions: `hover:text-white` on nav links, `hover:bg-neutral-200` on the button. - No purple/indigo anywhere; palette is pure black, white, neutral-900, and white opacity variants (`white/40`, `white/70`, `white/90`). - Responsive: mobile hides nav links and diagonal dividers; typography scales via vw units. - No bottom gradient overlay.
2
14
5,364
SOC 2 builds trust. No SOC 2 = lost SaaS deals 🚫 Enterprise buyers expect security compliance before signing. 🚀 Fast-track SOC 2 with Securify AI: 🎥 youtu.be/2-czseg0DHg?si=Nc6l… 🛡️ securifyai.co/services/soc-2… #SOC2 #SaaS #CyberSecurity #SecurifyAI
1
3
49
The Securify Cluster has collapsed under Ramaphosa. Does this man get briefings from the intelligence that he has housed in the presidency? We are in trouble as a county as the man is failing to protect us.
Watch – Mounting evidence suggests rise of Mexican cartel activity in Mzansi dailymaverick.co.za/video/20…
2
4
14
630
Just put our second app into Built for Shopify review. It took a couple of days for algo to pick up the new badge and we've finally seen the first benefits of BFS for Securify. I'll wait for a full month to see the actual impact. Third app is already in the pipeline.
1
11
532
2/8 ChainSecurity started in 2017 as a spin-off from ETH Zurich. The team had built Securify, the first widely-used static analyzer for Solidity, back when "DeFi" wasn't even a term yet. Auditing came next because clients kept asking for it.
1
6
1,617
Replying to @JMNewsNetwork_
Every mosques need securify the kuffar is getting out of control
1
98
15,457
Big milestone for our team at Securify. Hard work in past few months paid off as Securify got Built for Shopify badge!
7
1
27
1,484
【スポンサーブース紹介 10】 ■ 株式会社スリーシェイク 様 「インフラをシンプルにしてイノベーションを起こす」をミッションに、SRE総合支援「Sreake」、セキュリティプラットフォーム「Securify」などを展開されております。 スポンサーいただき、ありがとうございます! #cloudnativekaigi
2
279
The ETHSecurity badge distribution from @thedaofund is finished. 7 ChainSecurity auditors earned their place. @hritzdorf co-uncovered issues that delayed Constantinople and shaped Istanbul & Berlin hard forks. 100 protocols audited since 2017. Designed ChainSecurity's deployment validation framework. 13 academic papers on blockchain & cloud security. @a_permenev co-authored Securify and VerX, two foundational smart contract analysis tools. 3rd & 4th place at Paradigm CTF (2021, 2022). @k_besic introduced read-only reentrancy as a vulnerability class. Lead auditor for @enzymefinance. Co-led the disclosure that protected $100M across Curve, MakerDAO, Enzyme, Abracadabra, TribeDAO, Opyn. @trooocher reported 100 bugs in the Vyper compiler. Lead auditor for @CurveFinance. Helped push ChainSecurity to #5 on the Ethereum Execution Layer Bug Bounty leaderboard. Dominic Brütsch is auditing at ChainSecurity since 2018, before DeFi existed. Lead auditor for @SkyEcosystem. Found a bug in Geth, earning a spot on the Ethereum Foundation Bug Bounty leaderboard. @simon_perriard is ChainSecurity's ZK lead. Found a bug in the Solidity compiler. Disclosed critical soundness bugs in EY's Nightfall V3 circuits and served as lead auditor in top-tier DeFi projects. @MatthiasEgli co-disclosed vulnerabilities in the Ethereum protocol itself and oversees all our audits as Managing Director. TheDAO's mission is to make Ethereum safer. ETHSecurity is how they vet the researchers capable of contributing to that work. Congrats to everyone who made it on this epic list.
The final 100 ETHSecurity Badge holders are in! That brings us to 200 security experts, guiding how TheDAO allocates its funds and also coordinating behind the scenes to make Ethereum safer. Big thanks to everyone who engaged with the process and helped shape it, and to @bonfiresai for building the tooling that made it possible.
6
8
52
4,776
#LendraProductUpdate №14 We’re currently doing a full pass on contract safety. Combining static analysis fuzzing internal reviews: Slither, Securify, Echidna, Mythril, plus internal and LLM-based reviews. Not treating this as a formality - goal isn’t a checkbox.
1
2
411
#JapanITWeek 最終日!!!!❤️‍🔥 あいにくの雨模様ですが、ご来場の際は足元にお気をつけてお越しください。 進化し続ける #Securify を、ぜひブースでご体感ください✨ 📍東京ビッグサイト 🗺️ブース番号:W3-18(西ホール)
1
1
14
796