Define $F_n$ to be the $n$th Fibonacci number, define $\sigma(n)$ to be the sum of the divisors of $n$, and call $n$ highly abundant if and only if $\sigma(n)>\sigma(m) \hspace{3mm} \forall m<n$.
Prove that if $F_q$ is highly abundant, then so is $q$ - analogous to the property that whenever $F_p$ is prime, $p$ is prime or $4$ - or find a counterexample.
The sequence of highly abundant Fibonacci numbers begins
$1, 1, 2, 3, 8, 144$
and the sequence of their indices begins
$1, 2, 3, 4, 6, 12$
These are the only terms that I know of, but there may be others. Our search will be greatly aided by the fact that the Fibonacci numbers are a divisibility sequence - meaning that $F_a \mid F_b$ if and only if $a \mid b$ - if various things are true of the highly abundant numbers. I don't wish to make the proof of any of the following the point of this post, but information on highly abundant numbers seems to be highly deficient, so if upon further inspection I don't find recorded proofs or counterexamples and none are presented in the comments here, then I may make them the topic of a future question.
(1) - Every highly abundant number greater than $3$ is even
If true, then the index of every highly abundant Fibonacci number greater than $3$ must be divisible by $3$, since $F_3=2$.
(2) - Every highly abundant number greater than $16$ is divisible by $6$ or $10$
If true, then the index of every highly abundant Fibonacci number greater than $16$ is divisible by $12$ or $15$, since $F_{12}=144$ and $F_{15}=610$ are the smallest Fibonacci numbers that are divisible by $6$ and $10$ respectively.
Update: @Daniel Fischer has posted a proof below of (1) and the stronger statement than (2) that every highly abundant number greater than $20$ is divisible by $6$. (3) probably wouldn't give us a better restriction on the index than this without considerably more work outside the scope of this problem, but stronger statements such as $\forall k > 3024$ such that $k$ is highly abundant, $60 \mid k$, seem within reach, which, for example, would imply that any highly abundant Fibonacci number not in the list above (since I've checked every value below this limit) is divisible by $F(60)=1548008755920$, the first Fibonacci number divisible by $60$.
(3) - Every highly abundant number other than $3$ and $10$ is also practical (every smaller number can be represented as a sum of distinct divisors of the number)
If true, then the index of every highly abundant Fibonacci number greater than $10$ is divisible by $6$, since every practical number is divisible by $4$ or $6$, and $F_6=8$ and $F_{12}=144$ are the smallest Fibonacci numbers divisible by these two numbers respectively.
If any further values are found I'll add them to the sequences.
I do not have enough reputation to comment, therefore I put this comment into an answer. 'whenever Fp is prime, so is p' should be 'if $F_p$ is prime, then $p$ is prime or $4$'.