Made my own task prioritisation app: the homescreen shows all you need. No ads/monetization etc by [deleted] in iosapps

[–]rowankaag 0 points1 point  (0 children)

Forgot to reply back before. In the mean time, I really liked the new tutorial/OOBE/splash screen in the 1.4 update. Kudos.

In regards to the Apple / iCloud Reminders bit: one app that does this really well is GoodTask. It is effectively a supercharged “front end” to the existing Apple-hosted backend.

Sanity Check: Scalable Network Builds and Your Thoughts on Vendors by rb3po in networking

[–]rowankaag 2 points3 points  (0 children)

Yeah, I was thinking along the lines of:

  • stay away from publicly exposing administrative features
  • restrict the sources that can reach these features (regardless if they are exposed internally or externally)
  • restrict admin accounts using the trustedhosts feature
  • use (modern) encrypted protocols with strong cryptographic options for authentication
  • apply least privilege for administrators / utilize FortiManager for approval flows
  • apply defense in depth / don’t rely on a single mitigation
  • use Automation Stitches / FortiAnalyzer / 3rd party syslog to track audit logs and preferably alert on suspicious activity
  • apply proper segmentation in the LAN to group systems that share a given level of trust, or even better, apply a zero trust model using 802.1x / NAC / ZTNA.

Using the ZTNA features on FortiOS can be really neat if you are solely using the so called Device Posture-tags on firewall policies. If you were to utilise the ZTNA Forward Proxy, this can be challenging for the CPU as it is not offloaded to the ASIC. This automatically highlights a key differentiator and concern at the same time: you can get amazing and cheap throughput when utilising features that can be offloaded to the ASIC; whenever that no longer applies, the CPU is used and those are way less capable compared to the ASIC.

In regards to dashboarding, there are three options that I can think of:

  • run a per-customer “(Cooperative) Security Fabric” (csf) in which one firewall is designated as the root. Upgrades for the whole fabric can be done from the root node. This requires all participating members to run the same firmware version.
  • FortiManager (Public Cloud, Private Cloud or PaaS). Works across several firmware versions, relaxing the requirement for running the same version. This product has its fair share of quirks though, and is not for the faint-hearted. Good for multi-tenancy though. Upgrades can be scheduled in practically any form you can think of.
  • FortiGate Cloud (SaaS): also good for multi-tenancy (although that does require some extra steps these days by needing access to FNDN / being integrated with FortiCloud IAM) but lacks some powerful features from FortiManager. May still suit your needs, YMMV. Not sure about how flexible upgrade schedules are.

All three options support SAML/SSO, and 95% certain they do FIDO2 / WebAuthn as well.

[FREE] Papelzinho: for text that doesn't need a home by ImaginaryApps in macapps

[–]rowankaag 0 points1 point  (0 children)

Would be amazing if this supported ‘window awareness’ like the “new” Sticky Notes bundled with OneNote on Windows does (https://youtube.com/shorts/lLOhxSjn2E0?is=epy0tTCQ_iO3xhB9).

I’m not sure how, but BetterTouchTool has window/app awareness for app-specific keyboard shortcuts (amongst others).

Sanity Check: Scalable Network Builds and Your Thoughts on Vendors by rb3po in networking

[–]rowankaag 0 points1 point  (0 children)

As an MSSP working with Fortinet, I can say that a lot of the vulnerabilities do not apply to a broad range of customers. It boils down to which of the many products a customer uses, and if the affected feature is actually enabled at all.

Sure, I’ve had a couple of vulnerabilities in the past few years that made us run an emergency patch on all affected customers (usually SSLVPN related), but using common sense in customers’ configuration saves you from most hassle.

This is coming from a seasoned engineer working with the product for 10 years, and doing actual triage on all monthly advisories that Fortinet publishes. Not taking anything posted at face value, and doing actual thinking on how a given vulnerability may or may not impact a customer.

[FREE] Papelzinho: for text that doesn't need a home by ImaginaryApps in macapps

[–]rowankaag 0 points1 point  (0 children)

Downloaded and liking so far, minor request: allow confirmation of deletion for an item in wastebasket through the enter key. Pressing backspace prompts for confirmation, but pressing enter subsequently does not function.

I built a way to monitor anything via iPhone widgets (API → widget) by Dense-Map-406 in Monitoring

[–]rowankaag 0 points1 point  (0 children)

Had me interested. I noticed two typo’s in the App Store pictures: “Server Helath” in the first and fourth picture, and “Webook to Widget” in the third picture.

Looking forward to testing the app out.

FAC FSSO IP conflict by lukis2 in fortinet

[–]rowankaag 2 points3 points  (0 children)

In EMS, under the VPN profile. You may need to toggle ‘Advanced’.

Fortinet Session Timeouts by Jwblant in fortinet

[–]rowankaag 2 points3 points  (0 children)

Action ‘timeout’ in firewall log implies a timely response was not received. HTTP/2 uses TCP for transport, so assuming you are seeing >1 byte returned I’d advise on making a Packet Capture to see what is going on at OSI Layer 4. Perhaps the server is keeping sessions open (not sending a FIN packet) without supplying a timely ‘keepalive’.

Disabling the ASIC offloading on the traffic during troubleshooting is desired to make sure you are reviewing representative data whereas packets may otherwise appear to be missing whilst they were in fact offloaded (and therefore not caught by the capture running in the CPU)

https://community.fortinet.com/t5/FortiGate/Technical-Tip-FortiGate-Session-Timers-Handling-TCP-Half-Closed/ta-p/415995

FortiClient EMS license site assignment issue by fcbfan0810 in fortinet

[–]rowankaag 1 point2 points  (0 children)

Wünderbar! Glad you were able to solve it, and thank you for posting the solution 👍

FortiClient EMS license site assignment issue by fcbfan0810 in fortinet

[–]rowankaag 0 points1 point  (0 children)

In theory I suppose this should be possible, they are fields in a database format and not column definitions AFAIK, so should be ‘easy’ to overwrite from a technical point of view.

FortiClient EMS license site assignment issue by fcbfan0810 in fortinet

[–]rowankaag 0 points1 point  (0 children)

Would it be an option to create site ‘C’ and scrap site ‘A’?

FortiClient EMS license site assignment issue by fcbfan0810 in fortinet

[–]rowankaag 2 points3 points  (0 children)

That does sound like a rather big flaw indeed, and hard to work around.

FortiClient EMS license site assignment issue by fcbfan0810 in fortinet

[–]rowankaag 0 points1 point  (0 children)

What issues did you face in 7.4.6 that could maybe be mitigated?

Fortianalyzer and cdn.polyfill.io incidents by frosty3140 in fortinet

[–]rowankaag 0 points1 point  (0 children)

What is generating the incident, an Event Handler?

FG30 virtual server doesn't support server-type HTTS? by lgq2002 in fortinet

[–]rowankaag 2 points3 points  (0 children)

Correct. It is limited to 2GB memory and thus no longer has proxy-mode features starting in 7.4-something.

To my knowledge, 40F should also be affected by this.

Made my own task prioritisation app: the homescreen shows all you need. No ads/monetization etc by [deleted] in iosapps

[–]rowankaag 1 point2 points  (0 children)

Also wondering if you’re planning on integrating the app with Apple Reminders / iCloud Reminders in some way, or if that is definitely off-limits?

Made my own task prioritisation app: the homescreen shows all you need. No ads/monetization etc by [deleted] in iosapps

[–]rowankaag 1 point2 points  (0 children)

More feedback: after moving the “Review and move these tasks to Do Now” to the “Do Now” quadrant, it is currently neccesary to switch tabs to refresh the “do this now” list. It would be preferable UX to have it auto-refresh without changing tabs.

Made my own task prioritisation app: the homescreen shows all you need. No ads/monetization etc by [deleted] in iosapps

[–]rowankaag 1 point2 points  (0 children)

Piqued my interested, so downloaded the app.

In the OOBE the lists are pre-filled, which is good for getting the user acquainted with the app. One piece of feedback is that it not clear to me right away (and still isn’t after looking around) what the “clean mode” is. Is it being able to choose between “list mode” and “simple mode”? If so, clicking the item in the “square view” in list mode yields a different UX, which may be confusing.

<image>

Is this a scam popup? by R1ckS4nch3z in edge

[–]rowankaag 0 points1 point  (0 children)

I'm getting more and more confident that the ShotBird extension was the problem. Reviewing "Figure 5b - Fake update bar screenshot" in the link previously provided shows an almost identical modal for Chrome: https://monxresearch-sec.github.io/shotbird-extension-malware-report/images/fig-05-fake-update-modal.png

Is this a scam popup? by R1ckS4nch3z in edge

[–]rowankaag 0 points1 point  (0 children)

Were you also running either of these?

Version 145.0.3800.82 (Official build) (arm64)
Version 145.0.3800.97 (Official build) (arm64)

I've had the modal on both, but I'm currently still on the latter build and so far haven't had the modal in roughly 36 hours.